Show patches with: Submitter = Daniel P. Berrangé       |   4107 patches
« 1 2 ... 39 40 41 42 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v7,4/8] qemu-nbd: allow specifying image as a set of options args - - - --- 2016-02-17 Daniel P. Berrangé New
[v7,3/8] qemu-io: allow specifying image as a set of options args - - - --- 2016-02-17 Daniel P. Berrangé New
[v7,2/8] qemu-img: add support for --object command line arg - - - --- 2016-02-17 Daniel P. Berrangé New
[v7,1/8] qemu-io: add support for --object command line arg - - - --- 2016-02-17 Daniel P. Berrangé New
Problem with discriminated unions with enum prefixes - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,27/27] migration: remove qemu_get_fd method from QEMUFile - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,26/27] migration: remove support for non-iovec based write handlers - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,25/27] migration: add support for encrypting data with TLS - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,24/27] migration: define 'tls-creds' and 'tls-hostname' migration parameters - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,23/27] migration: don't use an array for storing migrate parameters - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,22/27] migration: move definition of struct QEMUFile back into qemu-file.c - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,21/27] migration: delete QEMUFile stdio implementation - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,20/27] migration: delete QEMUFile sockets implementation - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,19/27] migration: delete QEMUSizedBuffer struct - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,18/27] migration: delete QEMUFile buffer implementation - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,17/27] migration: convert savevm to use QIOChannel for writing to files - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,16/27] migration: convert RDMA to use QIOChannel interface - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,15/27] migration: convert exec socket protocol to use QIOChannel - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,14/27] migration: convert fd socket protocol to use QIOChannel - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,13/27] migration: convert tcp socket protocol to use QIOChannel - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,12/27] migration: rename unix.c to socket.c - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,11/27] migration: convert unix socket protocol to use QIOChannel - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,10/27] migration: convert post-copy to use QIOChannelBuffer - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,09/27] migration: add reporting of errors for outgoing migration - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,08/27] migration: add helpers for creating QEMUFile from a QIOChannel - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,07/27] migration: introduce a new QEMUFile impl based on QIOChannel - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,06/27] migration: force QEMUFile to blocking mode for outgoing migration - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,05/27] migration: introduce set_blocking function in QEMUFileOps - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,04/27] migration: split migration hooks out of QEMUFileOps - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,03/27] migration: ensure qemu_fflush() always writes full data amount - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,02/27] migration: remove use of qemu_bufopen from vmstate tests - - - --- 2016-02-16 Daniel P. Berrangé New
[v2,01/27] s390: use FILE instead of QEMUFile for creating text file - - - --- 2016-02-16 Daniel P. Berrangé New
[PULL,v1,3/3] io: convert QIOChannelBuffer to use uint8_t instead of char - - - --- 2016-02-16 Daniel P. Berrangé New
[PULL,v1,2/3] io: introduce helper for creating channels from file descriptors - - - --- 2016-02-16 Daniel P. Berrangé New
[PULL,v1,1/3] io: improve docs for QIOChannelSocket async functions - - - --- 2016-02-16 Daniel P. Berrangé New
[v3,26/26] block: remove support for legecy AES qcow/qcow2 encryption - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,25/26] block: remove all encryption handling APIs - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,24/26] block: rip out all traces of password prompting - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,23/26] qcow: convert QCow to use QCryptoBlock for encryption - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,22/26] qcow: make encrypt_sectors encrypt in place - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,21/26] qcow2: convert QCow2 to use QCryptoBlock for encryption - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,20/26] qcow2: make qcow2_encrypt_sectors encrypt in place - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,19/26] block: add generic full disk encryption driver - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,18/26] tests: add output filter to python I/O tests helper - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,17/26] tests: refactor python I/O tests helper main method - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,16/26] tests: redirect stderr to stdout for iotests - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,15/26] qemu-img/qemu-io: don't prompt for passwords if not required - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,14/26] block: add flag to indicate that no I/O will be performed - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,13/26] crypto: implement the LUKS block encryption format - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,12/26] crypto: add block encryption framework - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,11/26] crypto: wire up XTS mode for cipher APIs - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,10/26] crypto: refactor code for dealing with AES cipher - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,09/26] crypto: import an implementation of the XTS cipher mode - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,08/26] crypto: add support for the twofish cipher algorithm - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,07/26] crypto: add support for the serpent cipher algorithm - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,06/26] crypto: add support for the cast5-128 cipher algorithm - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,05/26] crypto: skip testing of unsupported cipher algorithms - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,04/26] crypto: add support for anti-forensic split algorithm - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,03/26] crypto: add support for generating initialization vectors - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,02/26] crypto: add support for PBKDF2 algorithm - - - --- 2016-02-15 Daniel P. Berrangé New
[v3,01/26] crypto: add cryptographic random byte source - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,10/10] qemu-io: use no_argument/required_argument constants - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,09/10] qemu-nbd: use no_argument/required_argument constants - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,08/10] qemu-nbd: don't overlap long option values with short options - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,07/10] qemu-img: allow specifying image as a set of options args - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,06/10] qemu-nbd: allow specifying image as a set of options args - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,05/10] qemu-io: allow specifying image as a set of options args - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,04/10] qemu-img: add support for --object command line arg - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,03/10] qemu-nbd: add support for --object command line arg - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,02/10] qemu-io: add support for --object command line arg - - - --- 2016-02-15 Daniel P. Berrangé New
[v6,01/10] qom: add helpers for UserCreatable object types - - - --- 2016-02-15 Daniel P. Berrangé New
char: fix handling of QIO_CHANNEL_ERR_BLOCK - - - --- 2016-02-12 Daniel P. Berrangé New
[v6,16/16] nbd: enable use of TLS with nbd-server-start command - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,15/16] nbd: enable use of TLS with qemu-nbd server - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,14/16] nbd: enable use of TLS with NBD block driver - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,13/16] nbd: implement TLS support in the protocol negotiation - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,12/16] nbd: use "" as a default export name if none provided - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,11/16] nbd: always query export list in fixed new style protocol - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,10/16] nbd: allow setting of an export name for qemu-nbd server - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,09/16] nbd: make client request fixed new style if advertized - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,08/16] nbd: make server compliant with fixed newstyle spec - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,07/16] nbd: invert client logic for negotiating protocol version - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,06/16] nbd: convert to using I/O channels for actual socket I/O - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,05/16] nbd: convert blockdev NBD server to use I/O channels for connection setup - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,04/16] nbd: convert qemu-nbd server to use I/O channels for connection setup - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,03/16] nbd: convert block client to use I/O channels for connection setup - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,02/16] qemu-nbd: add support for --object command line arg - - - --- 2016-02-10 Daniel P. Berrangé New
[v6,01/16] qom: add helpers for UserCreatable object types - - - --- 2016-02-10 Daniel P. Berrangé New
char: fix repeated registration of tcp chardev I/O handlers - - - --- 2016-02-08 Daniel P. Berrangé New
[trivial] qapi: Build-depend on all json files - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,16/16] nbd: enable use of TLS with nbd-server-start command - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,15/16] nbd: enable use of TLS with qemu-nbd server - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,14/16] nbd: enable use of TLS with NBD block driver - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,13/16] nbd: implement TLS support in the protocol negotiation - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,12/16] nbd: use "" as a default export name if none provided - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,11/16] nbd: always query export list in fixed new style protocol - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,10/16] nbd: allow setting of an export name for qemu-nbd server - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,09/16] nbd: make client request fixed new style if advertized - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,08/16] nbd: make server compliant with fixed newstyle spec - - - --- 2016-02-04 Daniel P. Berrangé New
[v5,07/16] nbd: invert client logic for negotiating protocol version - - - --- 2016-02-04 Daniel P. Berrangé New
« 1 2 ... 39 40 41 42 »