Show patches with: Submitter = Daniel P. Berrangé       |    State = Action Required       |   4051 patches
« 1 2 3 440 41 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
CMSG_SPACE() causing compile time error on Mac OS X - 1 - --- 2016-01-18 Daniel P. Berrangé New
[v3] s390: use FILE instead of QEMUFile for creating text file - 1 - --- 2016-01-18 Daniel P. Berrangé New
[v3,01/10] qom: add helpers for UserCreatable object types - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,02/10] qemu-img: add support for --object command line arg - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,03/10] qemu-nbd: add support for --object command line arg - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,04/10] qemu-io: add support for --object command line arg - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,05/10] qemu-io: allow specifying image as a set of options args - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,06/10] qemu-nbd: allow specifying image as a set of options args - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,07/10] qemu-img: allow specifying image as a set of options args - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,08/10] qemu-nbd: don't overlap long option values with short options - 1 - --- 2016-01-19 Daniel P. Berrangé New
[v3,09/10] qemu-nbd: use no_argument/required_argument constants - 1 - --- 2016-01-19 Daniel P. Berrangé New
[v3,10/10] qemu-io: use no_argument/required_argument constants - 1 - --- 2016-01-19 Daniel P. Berrangé New
[v4,1/4] char: remove fixed length filename allocation - - - --- 2016-01-19 Daniel P. Berrangé New
[v4,2/4] char: convert from GIOChannel to QIOChannel - - - --- 2016-01-19 Daniel P. Berrangé New
[v4,3/4] char: don't assume telnet initialization will not block - - - --- 2016-01-19 Daniel P. Berrangé New
[v4,4/4] char: introduce support for TLS encrypted TCP chardev backend - - - --- 2016-01-19 Daniel P. Berrangé New
nbd: use client_close() when negotiate phase fails - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,01/13] nbd: convert block client to use I/O channels for connection setup - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,02/13] nbd: convert qemu-nbd server to use I/O channels for connection setup - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,03/13] nbd: convert blockdev NBD server to use I/O channels for connection setup - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,04/13] nbd: convert to using I/O channels for actual socket I/O - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,05/13] nbd: invert client logic for negotiating protocol version - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,06/13] nbd: make server compliant with fixed newstyle spec - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,07/13] nbd: make client request fixed new style if advertized - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,08/13] nbd: allow setting of an export name for qemu-nbd server - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,09/13] nbd: pick first exported volume if no export name is requested - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,10/13] nbd: implement TLS support in the protocol negotiation - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,11/13] nbd: enable use of TLS with NBD block driver - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,12/13] nbd: enable use of TLS with qemu-nbd server - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,13/13] nbd: enable use of TLS with nbd-server-start command - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,1/3] rbd: add support for getting password from QCryptoSecret object - 1 - --- 2016-01-19 Daniel P. Berrangé New
[v3,2/3] curl: add support for HTTP authentication parameters - - - --- 2016-01-19 Daniel P. Berrangé New
[v3,3/3] iscsi: add support for getting CHAP password via QCryptoSecret API - - - --- 2016-01-19 Daniel P. Berrangé New
[PULL,v1,1/5] io: fix sign of errno value passed to error report - - - --- 2016-01-20 Daniel P. Berrangé New
[PULL,v1,2/5] io: increment counter when killing off subcommand - - - --- 2016-01-20 Daniel P. Berrangé New
[PULL,v1,3/5] io: some fixes to handling of /dev/null when running commands - 1 - --- 2016-01-20 Daniel P. Berrangé New
[PULL,v1,4/5] io: fix description of @errp parameter initialization - - - --- 2016-01-20 Daniel P. Berrangé New
[PULL,v1,5/5] io: use memset instead of { 0 } for initializing array - 1 - --- 2016-01-20 Daniel P. Berrangé New
[v2,01/17] crypto: ensure qcrypto_hash_digest_len is always defined - 1 - --- 2016-01-20 Daniel P. Berrangé New
[v2,02/17] crypto: add cryptographic random byte source - 2 - --- 2016-01-20 Daniel P. Berrangé New
[v2,03/17] crypto: add support for PBKDF2 algorithm - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,04/17] crypto: add support for generating initialization vectors - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,05/17] crypto: add support for anti-forensic split algorithm - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,06/17] crypto: add block encryption framework - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,07/17] crypto: implement the LUKS block encryption format - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,08/17] block: add flag to indicate that no I/O will be performed - 1 - --- 2016-01-20 Daniel P. Berrangé New
[v2,09/17] qemu-img/qemu-io: don't prompt for passwords if not required - 1 - --- 2016-01-20 Daniel P. Berrangé New
[v2,10/17] block: add generic full disk encryption driver - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,11/17] qcow2: make qcow2_encrypt_sectors encrypt in place - 2 - --- 2016-01-20 Daniel P. Berrangé New
[v2,12/17] qcow2: convert QCow2 to use QCryptoBlock for encryption - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,13/17] qcow: make encrypt_sectors encrypt in place - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,14/17] qcow: convert QCow to use QCryptoBlock for encryption - 1 - --- 2016-01-20 Daniel P. Berrangé New
[v2,15/17] block: rip out all traces of password prompting - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,16/17] block: remove all encryption handling APIs - - - --- 2016-01-20 Daniel P. Berrangé New
[v2,17/17] block: remove support for legecy AES qcow/qcow2 encryption - - - --- 2016-01-20 Daniel P. Berrangé New
gtk: use qemu_chr_alloc() to allocate CharDriverState - 1 1 --- 2016-01-21 Daniel P. Berrangé New
[v4,1/3] rbd: add support for getting password from QCryptoSecret object - 1 - --- 2016-01-21 Daniel P. Berrangé New
[v4,2/3] curl: add support for HTTP authentication parameters - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,3/3] iscsi: add support for getting CHAP password via QCryptoSecret API - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,01/14] nbd: convert block client to use I/O channels for connection setup - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,02/14] nbd: convert qemu-nbd server to use I/O channels for connection setup - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,03/14] nbd: convert blockdev NBD server to use I/O channels for connection setup - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,04/14] nbd: convert to using I/O channels for actual socket I/O - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,05/14] nbd: invert client logic for negotiating protocol version - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,06/14] nbd: make server compliant with fixed newstyle spec - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,07/14] nbd: make client request fixed new style if advertized - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,08/14] nbd: allow setting of an export name for qemu-nbd server - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,09/14] nbd: always query export list in fixed new style protocol - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,10/14] nbd: use "" as a default export name if none provided - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,11/14] nbd: implement TLS support in the protocol negotiation - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,12/14] nbd: enable use of TLS with NBD block driver - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,13/14] nbd: enable use of TLS with qemu-nbd server - - - --- 2016-01-21 Daniel P. Berrangé New
[v4,14/14] nbd: enable use of TLS with nbd-server-start command - - - --- 2016-01-21 Daniel P. Berrangé New
[FreeBSD] Build Failure, qemu-char.c - - - --- 2016-01-22 Daniel P. Berrangé New
[v4,01/10] qom: add helpers for UserCreatable object types - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,02/10] qemu-img: add support for --object command line arg - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,03/10] qemu-nbd: add support for --object command line arg - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,04/10] qemu-io: add support for --object command line arg - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,05/10] qemu-io: allow specifying image as a set of options args - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,06/10] qemu-nbd: allow specifying image as a set of options args - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,07/10] qemu-img: allow specifying image as a set of options args - - - --- 2016-01-26 Daniel P. Berrangé New
[v4,08/10] qemu-nbd: don't overlap long option values with short options - 1 - --- 2016-01-26 Daniel P. Berrangé New
[v4,09/10] qemu-nbd: use no_argument/required_argument constants - 1 - --- 2016-01-26 Daniel P. Berrangé New
[v4,10/10] qemu-io: use no_argument/required_argument constants - 1 - --- 2016-01-26 Daniel P. Berrangé New
char: make io_channel_send be used unconditionally - - - --- 2016-01-26 Daniel P. Berrangé New
[v3] configure: sanity check the glib library that pkg-config finds - - - --- 2016-01-27 Daniel P. Berrangé New
[v5,01/10] qom: add helpers for UserCreatable object types - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,02/10] qemu-img: add support for --object command line arg - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,03/10] qemu-nbd: add support for --object command line arg - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,04/10] qemu-io: add support for --object command line arg - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,05/10] qemu-io: allow specifying image as a set of options args - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,06/10] qemu-nbd: allow specifying image as a set of options args - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,07/10] qemu-img: allow specifying image as a set of options args - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,08/10] qemu-nbd: don't overlap long option values with short options - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,09/10] qemu-nbd: use no_argument/required_argument constants - - - --- 2016-02-02 Daniel P. Berrangé New
[v5,10/10] qemu-io: use no_argument/required_argument constants - - - --- 2016-02-02 Daniel P. Berrangé New
[PULL,v1,1/3] crypto: fix description of @errp parameter initialization - - - --- 2016-02-02 Daniel P. Berrangé New
[PULL,v1,2/3] crypto: register properties against the class instead of object - - - --- 2016-02-02 Daniel P. Berrangé New
[PULL,v1,3/3] crypto: ensure qcrypto_hash_digest_len is always defined - - - --- 2016-02-02 Daniel P. Berrangé New
io: improve docs for QIOChannelSocket async functions - - - --- 2016-02-03 Daniel P. Berrangé New
« 1 2 3 440 41 »