Show patches with: Submitter = Daniel P. Berrangé       |    State = Action Required       |    Archived = No       |   4838 patches
« 1 2 ... 29 30 3148 49 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,05/47] trace: switch migration/ directory to modular trace.h file - - - - --- 2017-01-06 Daniel P. Berrangé New
[v2,04/47] trace: switch crypto/ directory to modular trace.h file - - - - --- 2017-01-06 Daniel P. Berrangé New
[v2,03/47] trace: switch util/ directory to modular trace.h file - - - - --- 2017-01-06 Daniel P. Berrangé New
[v2,02/47] trace: switch io/ directory to modular trace.h file - - - - --- 2017-01-06 Daniel P. Berrangé New
[v2,01/47] trace: introduce some Makefile rules for module code gen - - - - --- 2017-01-06 Daniel P. Berrangé New
[8/8] ui: add ability to specify multiple VNC listen addresses - - - - --- 2017-01-05 Daniel P. Berrangé New
[7/8] util: add qemu_opt_get_all() to get repeated opts - - - - --- 2017-01-05 Daniel P. Berrangé New
[6/8] ui: let VNC server listen on all resolved IP addresses - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[5/8] ui: extract code to connect/listen from vnc_display_open - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[4/8] ui: refactor code for populating SocketAddress from vnc_display_open - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[3/8] ui: refactor VncDisplay to allow multiple listening sockets - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[2/8] ui: fix reporting of VNC auth in query-vnc-servers - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[1/8] ui: fix regression handling bare 'websocket' option to -vnc - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[8/8] io: introduce a DNS resolver API - - - - --- 2017-01-05 Daniel P. Berrangé New
[7/8] io: remove Error parameter from QIOTask thread worker - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[6/8] io: change the QIOTask callback signature - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[5/8] io: add ability to associate an error with a task - - - - --- 2017-01-05 Daniel P. Berrangé New
[4/8] io: add ability to associate an opaque "result" with with a task - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[3/8] io: fix typo in docs for QIOTask - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[2/8] io: stop incrementing reference in qio_task_get_source - - 1 - --- 2017-01-05 Daniel P. Berrangé New
[1/8] sockets: add ability to disable DNS resolution for InetSocketAddress - - - - --- 2017-01-05 Daniel P. Berrangé New
[v1,15/15] block: remove all encryption handling APIs - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,14/15] block: rip out all traces of password prompting - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,13/15] iotests: enable tests 134 and 158 to work with qcow (v1) - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,12/15] qcow2: add support for LUKS encryption format - - - - --- 2017-01-03 Daniel P. Berrangé New
[v1,11/15] qcow2: convert QCow2 to use QCryptoBlock for encryption - - - - --- 2017-01-03 Daniel P. Berrangé New
[v1,10/15] qcow2: make qcow2_encrypt_sectors encrypt in place - - 2 - --- 2017-01-03 Daniel P. Berrangé New
[v1,09/15] qcow: convert QCow to use QCryptoBlock for encryption - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,08/15] qcow: make encrypt_sectors encrypt in place - - - - --- 2017-01-03 Daniel P. Berrangé New
[v1,07/15] iotests: fix 097 when run with qcow - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,06/15] iotests: skip 048 with qcow which doesn't support resize - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,05/15] iotests: skip 042 with qcow which dosn't support zero sized images - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,04/15] qcow: require image size to be > 1 for new images - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,03/15] qcow: document another weakness of qcow AES encryption - - - - --- 2017-01-03 Daniel P. Berrangé New
[v1,02/15] block: add ability to set a prefix for opt names - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v1,01/15] block: expose crypto option names / defs to other drivers - - 2 - --- 2017-01-03 Daniel P. Berrangé New
[v2,5/5] iotests: chown LUKS device before qemu-io launches - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v2,4/5] iotests: add more LUKS hash combination tests - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v2,3/5] iotests: reduce PBKDF iterations when testing LUKS - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v2,2/5] iotests: fix remainining tests to work with LUKS - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v2,1/5] iotests: skip 159 & 170 with luks format - - 1 - --- 2017-01-03 Daniel P. Berrangé New
qemu-img: add support for --object with 'dd' command - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[v2] iotests: record separate timings per format, protocol pair - - 1 - --- 2017-01-03 Daniel P. Berrangé New
[PULL,v2,8/8] crypto: add HMAC algorithms testcases - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,7/8] crypto: support HMAC algorithms based on nettle - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,6/8] crypto: support HMAC algorithms based on glib - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,5/8] crypto: support HMAC algorithms based on libgcrypt - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,4/8] crypto: add HMAC algorithms framework - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,3/8] configure: add CONFIG_GCRYPT_HMAC item - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,2/8] crypto: add 3des-ede support when using libgcrypt/nettle - - 1 - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,1/8] cipher: fix leak on initialization error - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v2,0/8] Merge qcrypto 2016-12-21 - - - - --- 2016-12-22 Daniel P. Berrangé New
[PULL,v1,7/7] crypto: add HMAC algorithms testcases - - - - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,6/7] crypto: support HMAC algorithms based on nettle - - - - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,5/7] crypto: support HMAC algorithms based on glib - - - - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,4/7] crypto: support HMAC algorithms based on libgcrypt - - - - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,3/7] crypto: add HMAC algorithms framework - - - - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,2/7] crypto: add 3des-ede support when using libgcrypt/nettle - - 1 - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,1/7] cipher: fix leak on initialization error - - - - --- 2016-12-21 Daniel P. Berrangé New
[PULL,v1,0/7] Merge qcrypto 2016/12/21 - - - - --- 2016-12-21 Daniel P. Berrangé New
[RFC,0/6] iscsi: Add blockdev-add support - - - - --- 2016-12-08 Daniel P. Berrangé New
[2/2] iscsi: support most -iscsi opts against block dev opts - - - - --- 2016-12-08 Daniel P. Berrangé New
[1/2] iscsi: reduce code duplication parsing -iscsi opts - - - - --- 2016-12-08 Daniel P. Berrangé New
[v2] ui: use evdev keymap when running under wayland - - - 1 --- 2016-12-01 Daniel P. Berrangé New
ui: use evdev keymap when running under wayland - - - - --- 2016-12-01 Daniel P. Berrangé New
[for-2.8] net: fix sending of data with -net socket, listen backend - - 1 - --- 2016-11-04 Daniel P. Berrangé New
travis: trim out most clang builds - - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,11/11] main: set names for main loop sources created 1 - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,10/11] vnc: set name for all I/O channels created - - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,09/11] migration: set name for all I/O channels created - - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,08/11] char: set name for all I/O channels created 1 - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,07/11] nbd: set name for all I/O channels created 1 - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,06/11] io: add ability to set a name for IO channels - - 1 - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,05/11] io: Add a QIOChannelSocket cleanup test - - - - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,04/11] io: set LISTEN flag explicitly for listen sockets - - - - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,03/11] io: Introduce a qio_channel_set_feature() helper - - - - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,02/11] io: Use qio_channel_has_feature() where applicable - - - - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,01/11] io: Fix double shift usages on QIOChannel features - - - - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,00/11] Merge qio 2016/10/27 - - - - --- 2016-10-27 Daniel P. Berrangé New
[PULL,v1,10/10] main: set names for main loop sources created 1 - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,09/10] vnc: set name for all I/O channels created - - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,08/10] migration: set name for all I/O channels created - - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,07/10] char: set name for all I/O channels created 1 - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,06/10] nbd: set name for all I/O channels created 1 - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,05/10] io: add ability to set a name for IO channels - - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,04/10] io: Add a QIOChannelSocket cleanup test - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,03/10] io: Introduce a qio_channel_set_feature() helper - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,02/10] io: Use qio_channel_has_feature() where applicable - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,01/10] io: Fix double shift usages on QIOChannel features - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,00/10] Merge qio 2016/10/20 - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,6/6] crypto: fix initialization of gcrypt threading - - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,5/6] crypto: fix initialization of crypto in tests - - 1 - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,4/6] qtest: fix make check complaint in crypto module - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,3/6] crypto: add mode check in qcrypto_cipher_new() for cipher-builtin - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,2/6] crypto: add CTR mode support - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,1/6] crypto: extend mode as a parameter in qcrypto_cipher_supports() - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,0/6] Merge qcrypto 2016/10/20 - - - - --- 2016-10-20 Daniel P. Berrangé New
[PULL,v1,10/10] main: set names for main loop sources created 1 - 1 - --- 2016-10-19 Daniel P. Berrangé New
[PULL,v1,09/10] vnc: set name for all I/O channels created - - 1 - --- 2016-10-19 Daniel P. Berrangé New
[PULL,v1,08/10] migration: set name for all I/O channels created - - 1 - --- 2016-10-19 Daniel P. Berrangé New
« 1 2 ... 29 30 3148 49 »