Show patches with: State = Action Required       |   427139 patches
« 1 2 ... 3266 3267 32684271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v3,07/10] vfio_pci: change vfio device features bit macro to enum definition - - - - --- 2015-02-10 chenfan New
[RFC,v3,06/10] piix: disable all vfio device aercap property - - - - --- 2015-02-10 chenfan New
[RFC,v3,05/10] pcie_aer: expose pcie_aer_msg() interface - - - - --- 2015-02-10 chenfan New
[RFC,v3,04/10] vfio: add pcie extanded capability support - - - - --- 2015-02-10 chenfan New
[RFC,v3,03/10] aer: introduce pcie_aer_setup to setup aer related bits - - - - --- 2015-02-10 chenfan New
[RFC,v3,02/10] aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register - - - - --- 2015-02-10 chenfan New
[RFC,v3,01/10] pcie_aer: fix typos in pcie_aer_inject_error comment - - - - --- 2015-02-10 chenfan New
[PULL,46/46] virtio: Fix warning caused by missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,45/46] vga: Fix warning caused by missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,44/46] stubs: Fix warning caused by missing include statement - - - - --- 2015-02-10 Michael Tokarev New
[PULL,43/46] spice: Add missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,42/46] serial: Fix warnings caused by missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,41/46] moxie: Fix warning caused by missing include statement - - - - --- 2015-02-10 Michael Tokarev New
[PULL,40/46] migration: Fix warnings caused by missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,39/46] migration: Fix warning caused by missing declaration of vmstate_dummy - - - - --- 2015-02-10 Michael Tokarev New
[PULL,38/46] disas/sh4: Fix warning caused by missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,37/46] disas/cris: Fix warning caused by missing 'static' attribute - - - - --- 2015-02-10 Michael Tokarev New
[PULL,36/46] translate-all: Use g_try_malloc() for dynamic translator buffer - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,35/46] vnc: g_realloc() can't fail, bury dead error handling - - 3 - --- 2015-02-10 Michael Tokarev New
[PULL,34/46] rdma: g_malloc0() can't fail, bury dead error handling - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,33/46] kvm: g_malloc() can't fail, bury dead error handling - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,32/46] rtl8139: g_malloc() can't fail, bury dead error handling - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,31/46] onenand: g_malloc() can't fail, bury dead error handling - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,30/46] Fix name error in migration stream analyzation script - - - - --- 2015-02-10 Michael Tokarev New
[PULL,29/46] QJSON: fix typo in author's email address - - - - --- 2015-02-10 Michael Tokarev New
[PULL,28/46] util/uri: URI member path can be null, compare more carfully - - - - --- 2015-02-10 Michael Tokarev New
[PULL,27/46] util/uri: realloc2n() can't fail, drop dead error handling - - - - --- 2015-02-10 Michael Tokarev New
[PULL,26/46] util/uri: uri_new() can't fail, drop dead error handling - - - - --- 2015-02-10 Michael Tokarev New
[PULL,25/46] usb: Pair g_malloc() with g_free(), not free() - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,24/46] spapr_vio: Pair g_malloc() with g_free(), not free() - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,23/46] qemu-option: Pair g_malloc() with g_free(), not free() - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,22/46] qemu-option: Replace pointless use of g_malloc0() by g_malloc() - - 2 - --- 2015-02-10 Michael Tokarev New
[PULL,21/46] libcacard: stop linking against every single 3rd party library - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,20/46] linux-user: wrong TARGET_SI_PAD_SIZE value for some targets. - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,19/46] qemu-sockets: Fix buffer overflow in inet_parse() - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,18/46] vl.c: fix memory leak spotted by valgrind - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,17/46] aes: remove a dead return statement - - - - --- 2015-02-10 Michael Tokarev New
[PULL,16/46] qemu-sockets: improve error reporting in unix_listen_opts - - - - --- 2015-02-10 Michael Tokarev New
[PULL,15/46] cpu-exec: simplify icount code - - - - --- 2015-02-10 Michael Tokarev New
[PULL,14/46] cpu-exec: drop dead assignment - - - - --- 2015-02-10 Michael Tokarev New
[PULL,13/46] qemu-log: Correct help text of 'log cpu_reset' - - - - --- 2015-02-10 Michael Tokarev New
[PULL,12/46] linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to failure … - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,11/46] linux-user/main.c: Use TARGET_SIG* instead of SIG* - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,10/46] linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of target… - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,09/46] linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,08/46] virtfs-proxy-helper: Fix possible socket leak. - - 1 - --- 2015-02-10 Michael Tokarev New
[PULL,07/46] vl: Fix bogus error message for implied mon ID clashing - - - - --- 2015-02-10 Michael Tokarev New
[PULL,06/46] Convert some debugging printfs to trace calls in pcnet.c. - - - - --- 2015-02-10 Michael Tokarev New
[PULL,05/46] Add/convert trace calls in pcnet-pci.c. - - - - --- 2015-02-10 Michael Tokarev New
[PULL,04/46] Add trace to ps2.c. - - - - --- 2015-02-10 Michael Tokarev New
[PULL,03/46] Add tracing to xenfb. - - - - --- 2015-02-10 Michael Tokarev New
[PULL,02/46] fw_cfg: fix typos in comments: patch -> path - - - - --- 2015-02-10 Michael Tokarev New
[PULL,01/46] target-mips: Clean up switch fall through after commit fecd264 - - - - --- 2015-02-10 Michael Tokarev New
[PULL,00/46] Trivial patches for 2015-02-10 - - - - --- 2015-02-10 Michael Tokarev New
vfio: Fix debug message compile error - - - - --- 2015-02-10 Alexey Kardashevskiy New
[v1,2/2] vhost-user: add reply for set_mem_table - - - - --- 2015-02-10 Linhaifeng New
[v1,1/2] vhost-user: support SET_MEM_TABLE waite the result of mmap - - - - --- 2015-02-10 Linhaifeng New
[v3] qemu-coroutine: segfault when restarting co_queue - - - - --- 2015-02-10 Bin Wu New
[2/2] pseries: Switch VGA endian on H_SET_MODE - - 1 - --- 2015-02-10 David Gibson New
[1/2] vga: Expose framebuffer byteorder as a QOM property - - 1 - --- 2015-02-10 David Gibson New
[2/2] vhost-user: add reply for set_mem_table - - - - --- 2015-02-10 Linhaifeng New
[1/2] vhost-user: support SET_MEM_TABLE waite the result of mmap - - - - --- 2015-02-10 Linhaifeng New
[v12,17/17] iotests: add incremental backup failure recovery test - - - - --- 2015-02-10 John Snow New
[v12,16/17] blkdebug: fix "once" rule - - - - --- 2015-02-10 John Snow New
[v12,15/17] iotests: add transactional incremental backup test - - 1 - --- 2015-02-10 John Snow New
[v12,14/17] iotests: add simple incremental backup case - - - - --- 2015-02-10 John Snow New
[v12,13/17] iotests: add invalid input incremental backup tests - - 1 - --- 2015-02-10 John Snow New
[v12,12/17] block: Ensure consistent bitmap function prototypes - - 1 - --- 2015-02-10 John Snow New
[v12,11/17] block: add BdrvDirtyBitmap documentation - - 1 - --- 2015-02-10 John Snow New
[v12,10/17] qmp: Add dirty bitmap status fields in query-block - - 1 - --- 2015-02-10 John Snow New
[v12,09/17] qapi: Add transaction support to block-dirty-bitmap operations - - - - --- 2015-02-10 John Snow New
[v12,08/17] qmp: add block-dirty-bitmap-clear - - - - --- 2015-02-10 John Snow New
[v12,07/17] qmp: Add support of "dirty-bitmap" sync mode for drive-backup - - - - --- 2015-02-10 John Snow New
[v12,06/17] block: Add bitmap successors - - 1 - --- 2015-02-10 John Snow New
[v12,05/17] qmp: Add block-dirty-bitmap-enable and block-dirty-bitmap-disable - - 1 - --- 2015-02-10 John Snow New
[v12,04/17] hbitmap: add hbitmap_merge - - 1 - --- 2015-02-10 John Snow New
[v12,03/17] block: Introduce bdrv_dirty_bitmap_granularity() - - 1 - --- 2015-02-10 John Snow New
[v12,02/17] qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove - - 1 - --- 2015-02-10 John Snow New
[v12,01/17] qapi: Add optional field "name" to block dirty bitmap - - 1 - --- 2015-02-10 John Snow New
[PATCHv3,9/9] openpic: convert to vmstate - - 2 - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,8/9] openpic: switch IRQQueue queue from inline to bitmap - - - - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,7/9] openpic: fix up loadvm under -M mac99 - - - - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,6/9] openpic: fix segfault on -M mac99 savevm - - - - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,5/9] target-ppc: force update of msr bits in cpu_post_load - - - - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,4/9] target-ppc: move sdr1 value change detection logic to helper_store_sdr1() - - 1 - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,3/9] cuda.c: include adb_poll_timer in VMStateDescription - - - - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,2/9] adb.c: include ADBDevice parent state in KBDState and MouseState - - - - --- 2015-02-09 Mark Cave-Ayland New
[PATCHv3,1/9] macio.c: include parent PCIDevice state in VMStateDescription - - - - --- 2015-02-09 Mark Cave-Ayland New
[RFC] scripts/update-linux-headers.sh: pull virtio hdrs - - - - --- 2015-02-09 Michael S. Tsirkin New
[v2,3/3] numa: Print warning if no node is assigned to a CPU - - - - --- 2015-02-09 Eduardo Habkost New
[v2,2/3] numa: Reject configuration if CPU appears on multiple nodes - - - - --- 2015-02-09 Eduardo Habkost New
[v2,1/3] numa: Reject CPU indexes > max_cpus - - 1 - --- 2015-02-09 Eduardo Habkost New
checkpatch: port fix from kernel "## is not a valid modifier" - - - - --- 2015-02-09 Christian Borntraeger New
[v3,12/12] qcow2: Use new metadata overlap check function - - 1 - --- 2015-02-09 Max Reitz New
[v3,11/12] qcow2/overlaps: Protect inactive L2 tables - - 1 - --- 2015-02-09 Max Reitz New
[v3,10/12] qcow2/overlaps: Protect inactive L1 tables - - 1 - --- 2015-02-09 Max Reitz New
[v3,09/12] qcow2/overlaps: Protect snapshot table - - 1 - --- 2015-02-09 Max Reitz New
[v3,08/12] qcow2/overlaps: Protect active L2 tables - - 1 - --- 2015-02-09 Max Reitz New
[v3,07/12] qcow2/overlaps: Protect active L1 table - - 1 - --- 2015-02-09 Max Reitz New
[v3,06/12] qcow2/overlaps: Protect refcount blocks - - 1 - --- 2015-02-09 Max Reitz New
« 1 2 ... 3266 3267 32684271 4272 »