Show patches with: State = Action Required       |    Archived = No       |   426425 patches
« 1 2 ... 651 652 6534264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v9,8/8] block: convert block drivers linked with libs to modules - - - - --- 2013-09-13 Fam Zheng New
[01/12] block: make BdrvRequestFlags public - - 1 - --- 2013-09-13 Peter Lieven New
[02/12] block: add flags to bdrv_*_write_zeroes - - 1 - --- 2013-09-13 Peter Lieven New
[03/12] block: introduce BDRV_REQ_MAY_UNMAP in bdrv_co_write_zeroes - - - - --- 2013-09-13 Peter Lieven New
[04/12] iscsi: add .bdrv_co_write_zeroes - - - - --- 2013-09-13 Peter Lieven New
[05/12] block: add logical block provisioning information to BlockDriverInfo - - - - --- 2013-09-13 Peter Lieven New
[06/12] iscsi: add .bdrv_get_info - - 1 - --- 2013-09-13 Peter Lieven New
[07/12] block: introduce bdrv_zeroize - - - - --- 2013-09-13 Peter Lieven New
[08/12] qemu-img: conditionally zero out target on convert - - - - --- 2013-09-13 Peter Lieven New
[09/12] block/get_block_status: set *pnum = 0 on error - - 1 - --- 2013-09-13 Peter Lieven New
[10/12] block/get_block_status: avoid segfault if there is no backing_hd - - 1 - --- 2013-09-13 Peter Lieven New
[11/12] block/get_block_status: avoid redundant callouts on raw devices - - 1 - --- 2013-09-13 Peter Lieven New
[12/12] block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks - - - - --- 2013-09-13 Peter Lieven New
chardev: handle qmp_chardev_add(KIND_MUX) failure - - 1 - --- 2013-09-13 Gerd Hoffmann New
[08/12] qemu-img: conditionally zero out target on convert - - - - --- 2013-09-13 Paolo Bonzini New
[PULL,00/33] Block patches - - - - --- 2013-09-13 Kevin Wolf New
[PULL,01/33] qcow2: Pass discard type to qcow2_discard_clusters() - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,02/33] qcow2: Discard VM state in active L1 after creating snapshot - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,03/33] raw-win32.c: Fix incorrect handling behaviour of small block files - - - - --- 2013-09-13 Kevin Wolf New
[PULL,04/33] block: Image file option amendment - - - - --- 2013-09-13 Kevin Wolf New
[PULL,05/33] qcow2-cache: Empty cache - - - - --- 2013-09-13 Kevin Wolf New
[PULL,06/33] qcow2-cluster: Expand zero clusters - - - - --- 2013-09-13 Kevin Wolf New
[PULL,07/33] qcow2: Save refcount order in BDRVQcowState - - - - --- 2013-09-13 Kevin Wolf New
[PULL,08/33] qcow2: Implement bdrv_amend_options - - - - --- 2013-09-13 Kevin Wolf New
[PULL,09/33] qemu-iotest: qcow2 image option amendment - - - - --- 2013-09-13 Kevin Wolf New
[PULL,10/33] qemu-iotests: add unix socket help program - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,11/33] qemu-iotests: add infrastructure of fd passing via SCM - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,12/33] qemu-iotests: add tests for runtime fd passing via SCM rights - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,13/33] qemu-iotests: New test case in 061 - - - - --- 2013-09-13 Kevin Wolf New
[PULL,14/33] snapshot: new function bdrv_snapshot_find_by_id_and_name() - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,15/33] snapshot: distinguish id and name in snapshot delete - - - - --- 2013-09-13 Kevin Wolf New
[PULL,16/33] qmp: add internal snapshot support in qmp_transaction - - - - --- 2013-09-13 Kevin Wolf New
[PULL,17/33] qmp: add interface blockdev-snapshot-internal-sync - - - - --- 2013-09-13 Kevin Wolf New
[PULL,18/33] qmp: add interface blockdev-snapshot-delete-internal-sync - - - - --- 2013-09-13 Kevin Wolf New
[PULL,19/33] hmp: add interface hmp_snapshot_blkdev_internal - - - - --- 2013-09-13 Kevin Wolf New
[PULL,20/33] hmp: add interface hmp_snapshot_delete_blkdev_internal - - - - --- 2013-09-13 Kevin Wolf New
[PULL,21/33] qemu-iotests: add 057 internal snapshot for block device test case - - - - --- 2013-09-13 Kevin Wolf New
[PULL,22/33] bdrv: Use "Error" for opening images - - - - --- 2013-09-13 Kevin Wolf New
[PULL,23/33] bdrv: Use "Error" for creating images - - - - --- 2013-09-13 Kevin Wolf New
[PULL,24/33] block: Error parameter for open functions - - - - --- 2013-09-13 Kevin Wolf New
[PULL,25/33] block: Error parameter for create functions - - - - --- 2013-09-13 Kevin Wolf New
[PULL,26/33] qemu-img create: Emit filename on error - - - - --- 2013-09-13 Kevin Wolf New
[PULL,27/33] qcow2: Use Error parameter - - - - --- 2013-09-13 Kevin Wolf New
[PULL,28/33] qemu-iotests: Adjustments due to error propagation - - - - --- 2013-09-13 Kevin Wolf New
[PULL,29/33] coroutine: add ./configure --disable-coroutine-pool - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,30/33] qemu-img: fix invalid JSON - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,31/33] qemu-iotests: Cleanup test image in test number 007 - - - - --- 2013-09-13 Kevin Wolf New
[PULL,32/33] block: Assert validity of BdrvActionOps - - 1 - --- 2013-09-13 Kevin Wolf New
[PULL,33/33] qemu-iotests: Fix test 038 - - - - --- 2013-09-13 Kevin Wolf New
pci: remove explicit check to 64K ioport size - - 1 - --- 2013-09-13 Hervé Poussineau New
[v2,uq/master,1/2] x86: fix migration from pre-version 12 - - - - --- 2013-09-13 Paolo Bonzini New
[v2,uq/master,2/2] x86: cpuid: reconstruct leaf 0Dh data - - - - --- 2013-09-13 Paolo Bonzini New
[1/3] rules.mak: New logical functions for handling y/n values - - - - --- 2013-09-13 Peter Maydell New
[2/3] Makefile.target: CONFIG_NO_* variables removed - - - - --- 2013-09-13 Peter Maydell New
[3/3] default-configs/: CONFIG_GDBSTUB_XML removed - - 1 - --- 2013-09-13 Peter Maydell New
.travis.yml: basic compile and check recipes - - - - --- 2013-09-13 Alex Bennée New
[v2,1/4] rules.mak: New logical functions for handling y/n values - - - - --- 2013-09-13 Peter Maydell New
[v2,2/4] rules.mak: New string testing functions - - - - --- 2013-09-13 Peter Maydell New
[v2,3/4] Makefile.target: CONFIG_NO_* variables removed - - - - --- 2013-09-13 Peter Maydell New
[v2,4/4] default-configs/: CONFIG_GDBSTUB_XML removed - - 1 - --- 2013-09-13 Peter Maydell New
linux-user: correct how SOL_SOCKET is converted from target to host and back - - 1 - --- 2013-09-13 Petar Jovanovic New
[1/6] QMP: add scripts/qmp - - - - --- 2013-09-13 Luiz Capitulino New
[2/6] QMP: fix qmp-commands.txt generation path - - 1 - --- 2013-09-13 Luiz Capitulino New
[4/6] QMP: Update README file - - 1 - --- 2013-09-13 Luiz Capitulino New
[5/6] QMP: Update qmp-spec.txt - - 1 - --- 2013-09-13 Luiz Capitulino New
[6/6] QMP: qmp-events.txt: alphabetical order fix and other minor changes - - - - --- 2013-09-13 Luiz Capitulino New
[1/4] lsi: use constant name instead of its value - - - - --- 2013-09-13 Hervé Poussineau New
[2/4] lsi: check ssid versus sdid only if ssid is valid - - - - --- 2013-09-13 Hervé Poussineau New
[3/4] lsi: ignore write accesses to CTEST0 registers - - - - --- 2013-09-13 Hervé Poussineau New
[4/4] lsi: add 53C810 variant - - - - --- 2013-09-13 Hervé Poussineau New
[v2,1/5] lsi: use constant name instead of its value - - - - --- 2013-09-14 Hervé Poussineau New
[v2,2/5] lsi: check ssid versus sdid only if ssid is valid - - - - --- 2013-09-14 Hervé Poussineau New
[v2,3/5] lsi: ignore write accesses to CTEST0 registers - - - - --- 2013-09-14 Hervé Poussineau New
[v2,4/5] lsi: remove todo - - - - --- 2013-09-14 Hervé Poussineau New
[v2,5/5] lsi: add 53C810 variant - - - - --- 2013-09-14 Hervé Poussineau New
[v2] configure: Enable extra compiler warnings - - - - --- 2013-09-14 Stefan Weil Under Review
[PULL,00/15] trivial patches for 2013-09-14 - - - - --- 2013-09-14 Michael Tokarev New
[PULL,01/15] configure: Undefine _FORTIFY_SOURCE prior using it - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,02/15] q35: Fix typo in constant DEFUALT -> DEFAULT. - - - - --- 2013-09-14 Michael Tokarev New
[PULL,03/15] docs: Fix IO port number for CPU present bitmap. - - - - --- 2013-09-14 Michael Tokarev New
[PULL,04/15] *-user: Fix typo in comment (ulocking -> unlocking) - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,05/15] translate-all: Fix formatting of dump output - - - - --- 2013-09-14 Michael Tokarev New
[PULL,06/15] MAINTAINERS: Add missing entry to filelist for TCI target - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,07/15] *-user: Improve documentation for lock_user function - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,08/15] tci: Fix qemu-alpha on 32 bit hosts (wrong assertions) - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,09/15] trace-events: Clean up with scripts/cleanup-trace-events.pl again - - - - --- 2013-09-14 Michael Tokarev New
[PULL,10/15] vscclient: remove unnecessary use of uninitialized variable - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,11/15] iov: avoid "orig_len may be used unitialized" warning - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,12/15] target-i386: Fix segment cache dump - - 1 - --- 2013-09-14 Michael Tokarev New
[PULL,13/15] Makefile: Remove some more files when cleaning - - - - --- 2013-09-14 Michael Tokarev New
[PULL,14/15] tcg-sparc: Fix parenthesis warning - - - - --- 2013-09-14 Michael Tokarev New
[PULL,15/15] configure: Enable extra compiler warnings - - - - --- 2013-09-14 Michael Tokarev New
[v4,01/33] tcg-aarch64: Change all ext variables to TCGType - - - - --- 2013-09-14 Richard Henderson New
[v4,02/33] tcg-aarch64: Set ext based on TCG_OPF_64BIT - - - - --- 2013-09-14 Richard Henderson New
[v4,03/33] tcg-aarch64: Don't handle mov/movi in tcg_out_op - - - - --- 2013-09-14 Richard Henderson New
[v4,04/33] tcg-aarch64: Hoist common argument loads in tcg_out_op - - - - --- 2013-09-14 Richard Henderson New
[v4,05/33] tcg-aarch64: Change enum aarch64_arith_opc to AArch64Insn - - - - --- 2013-09-14 Richard Henderson New
[v4,06/33] tcg-aarch64: Merge enum aarch64_srr_opc with AArch64Insn - - - - --- 2013-09-14 Richard Henderson New
[v4,07/33] tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp - - 1 - --- 2013-09-14 Richard Henderson New
[v4,08/33] tcg-aarch64: Introduce tcg_fmt_Rdnm and tcg_fmt_Rdnm_lsl - - - - --- 2013-09-14 Richard Henderson New
« 1 2 ... 651 652 6534264 4265 »