Show patches with: State = Action Required       |    Archived = No       |   427122 patches
« 1 2 ... 549 550 5514271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,21/23] build: Fix installation of target-dependant files - - - - --- 2013-04-16 Lluís Vilanova New
[v2,22/23] instrument: Install headers for dynamic instrumentation clients - - - - --- 2013-04-16 Lluís Vilanova New
[v2,23/23] trace: Do not use the word 'new' in event arguments - - - - --- 2013-04-16 Lluís Vilanova New
[1/7] qtest: don't use system command to avoid double fork - - - - --- 2013-04-16 Anthony Liguori New
[2/7] qtest: add libqos including PCI support - - - - --- 2013-04-16 Anthony Liguori New
[3/7] libqos: add fw_cfg support - - - - --- 2013-04-16 Anthony Liguori New
[4/7] libqos: add malloc support - - - - --- 2013-04-16 Anthony Liguori New
[5/7] i440fx-test: add test to compare default register values - - - - --- 2013-04-16 Anthony Liguori New
[6/7] i440fx-test: add test for PAM functionality - - - - --- 2013-04-16 Anthony Liguori New
[7/7] fw_cfg: add qtest test case - - - - --- 2013-04-16 Anthony Liguori New
[01/11] qemu-img: introduce qemu_img_handle_error() - - 1 - --- 2013-04-16 Pavel Hrdina New
[02/11] block: update error reporting for bdrv_snapshot_delete() and related functions - - 1 - --- 2013-04-16 Pavel Hrdina New
[03/11] savevm: update bdrv_snapshot_find() to find snapshot by id or name - - - - --- 2013-04-16 Pavel Hrdina New
[04/11] qapi: Convert delvm - - - - --- 2013-04-16 Pavel Hrdina New
[05/11] block: update error reporting for bdrv_snapshot_goto() and related functions - - - - --- 2013-04-16 Pavel Hrdina New
[06/11] savevm: update error reporting for qemu_loadvm_state() - - 1 - --- 2013-04-16 Pavel Hrdina New
[07/11] qapi: Convert loadvm - - - - --- 2013-04-16 Pavel Hrdina New
[08/11] block: update error reporting for bdrv_snapshot_create() and related functions - - 1 - --- 2013-04-16 Pavel Hrdina New
[09/11] savevm: update error reporting off qemu_savevm_state() and related functions - - 1 - --- 2013-04-16 Pavel Hrdina New
[10/11] qapi: Convert savevm - - - - --- 2013-04-16 Pavel Hrdina New
[11/11] savevm: remove backward compatibility from bdrv_snapshot_find() - - - - --- 2013-04-16 Pavel Hrdina New
[qom-cpu,1/4] target-i386: cleanup: Group together level, xlevel, xlevel2 fields - - - - --- 2013-04-16 Eduardo Habkost New
[qom-cpu,2/4] target-i386/kvm.c: Code formatting changes - - - - --- 2013-04-16 Eduardo Habkost New
[qom-cpu,3/4] target-i386/cpu.c: Break lines so they don't get too long - - - - --- 2013-04-16 Eduardo Habkost New
[qom-cpu,4/4] target-i386: Replace cpuid_*features fields with a feature word array - - - - --- 2013-04-16 Eduardo Habkost New
[qom-cpu,4/5] bsd-user/elfload.c: Coding style fix - - - - --- 2013-04-16 Eduardo Habkost New
[qom-cpu,5/5] target-i386: Replace cpuid_*features fields with a feature word array - - - - --- 2013-04-16 Eduardo Habkost New
xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl_… - - - - --- 2013-04-16 Sander Eikelenboom New
[v2] tpm: Simplify creation of cancel path - - 1 - --- 2013-04-16 Stefan Berger New
migration: reflect incoming failure to shell - - 1 - --- 2013-04-16 Eric Blake New
qemu-iotests: send 'rbd rm ...' stderr to /dev/null - - - - --- 2013-04-16 Sage Weil New
[PULL,v3,1/7] rdma: introduce qemu_ram_foreach_block - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[PULL,v3,2/7] rdma: new QEMUFileOps hooks - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[PULL,v3,3/7] rdma: introduce capability for chunk registration - - 1 - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[PULL,v3,4/7] rdma: core logic - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[PULL,v3,5/7] rdma: send pc.ram - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[PULL,v3,6/7] rdma: print throughput while debugging - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[PULL,v3,7/7] rdma: add documentation - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
[RFC,SeaBIOS,1/2] acpi: add ASL for Embedded Controller - - - - --- 2013-04-17 liguang New
[RFC,2/2] hw: add Embedded Controller chip emulation - - - - --- 2013-04-17 liguang New
qbus: remove wrong error messages - - - - --- 2013-04-17 Alexey Kardashevskiy New
[qapi] Cannot use list of strings - - - - --- 2013-04-17 Amos Kong New
[RFC,v4,01/15] util: introduce gsource event abstration - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,02/15] net: introduce bind_ctx to NetClientInfo - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,03/15] net: port tap onto GSource - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,04/15] net: resolve race of tap backend and its peer - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,05/15] net: port vde onto GSource - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,06/15] net: port socket to GSource - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,07/15] net: port tap-win32 onto GSource - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,08/15] net: hub use lock to protect ports list - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,09/15] net: introduce lock to protect NetQueue - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,10/15] net: introduce lock to protect NetClientState's peer's access - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,11/15] net: make netclient re-entrant with refcnt - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,12/15] slirp: make timeout local - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,13/15] slirp: make slirp event dispatch based on slirp instance, not global - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,14/15] slirp: handle race condition - - - - --- 2013-04-17 pingfan liu New
[RFC,v4,15/15] slirp: use lock to protect the slirp_instances - - - - --- 2013-04-17 pingfan liu New
chardev: remove the headers of Memory chardev driver - - - - --- 2013-04-17 Lei Li New
[PULL,(rebased),0/6] migration: followups for writev patches - - - - --- 2013-04-17 Paolo Bonzini New
[1/6] qemu-file: drop socket_put_buffer - - 2 - --- 2013-04-17 Paolo Bonzini New
[2/6] iov: reorganize iov_send_recv, part 1 - - 2 - --- 2013-04-17 Paolo Bonzini New
[3/6] iov: reorganize iov_send_recv, part 2 - - 2 - --- 2013-04-17 Paolo Bonzini New
[4/6] iov: reorganize iov_send_recv, part 3 - - 2 - --- 2013-04-17 Paolo Bonzini New
[5/6] iov: handle partial writes from sendmsg and recvmsg - - 2 - --- 2013-04-17 Paolo Bonzini New
[6/6] qemu-file: do not use stdio for qemu_fdopen - - 2 - --- 2013-04-17 Paolo Bonzini New
qemu-iotests: Test subformats for vmdk - - - - --- 2013-04-17 Fam Zheng New
[v2,01/17] block: stop relying on io_flush() in bdrv_drain_all() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,02/17] dataplane/virtio-blk: check exit conditions before aio_poll() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,03/17] tests: adjust test-aio to new aio_poll() semantics - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,04/17] tests: adjust test-thread-pool to new aio_poll() semantics - - 1 - --- 2013-04-17 Stefan Hajnoczi New
[v2,05/17] aio: stop using .io_flush() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,06/17] block/curl: drop curl_aio_flush() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,07/17] block/gluster: drop qemu_gluster_aio_flush_cb() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,08/17] block/iscsi: drop iscsi_process_flush() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,09/17] block/linux-aio: drop qemu_laio_completion_cb() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,10/17] block/nbd: drop nbd_have_request() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,11/17] block/rbd: drop qemu_rbd_aio_flush_cb() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,12/17] block/sheepdog: drop have_co_req() and aio_flush_request() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,13/17] block/ssh: drop return_true() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,14/17] dataplane/virtio-blk: drop flush_true() and flush_io() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,15/17] thread-pool: drop thread_pool_active() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,16/17] tests: drop event_active_cb() - - - - --- 2013-04-17 Stefan Hajnoczi New
[v2,17/17] aio: drop io_flush argument - - - - --- 2013-04-17 Stefan Hajnoczi New
[01/13] configure: QEMU_INCLUDES are the same for all subtargets - - 1 - --- 2013-04-17 Paolo Bonzini New
[02/13] elfload: fix size of ABI-dependent fields in core dumps - - 1 - --- 2013-04-17 Paolo Bonzini New
[03/13] elfload: fix size of registers for N32 - - 1 - --- 2013-04-17 Paolo Bonzini New
[04/13] elfload: use tswapreg consistently in elf_core_copy_regs - - 1 - --- 2013-04-17 Paolo Bonzini New
[05/13] elfload: use abi_short/ushort instead of target_short/ushort - - - - --- 2013-04-17 Paolo Bonzini New
[06/13] elfload: use abi_int/uint instead of target_int/uint - - - - --- 2013-04-17 Paolo Bonzini New
[07/13] elfload: only give abi_long/ulong the alignment specified by the target - - - - --- 2013-04-17 Paolo Bonzini New
[08/13] elfload: use abi_llong/ullong instead of target_llong/ullong - - - - --- 2013-04-17 Paolo Bonzini New
[09/13] configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.mak - - 1 - --- 2013-04-17 Paolo Bonzini New
[10/13] configure: move common libraries to config-host.mak - - 1 - --- 2013-04-17 Paolo Bonzini New
[11/13] configure: eliminate target_libs_softmmu - - - - --- 2013-04-17 Paolo Bonzini New
[12/13] configure: CONFIG_NO_XEN is duplicated - - 1 1 --- 2013-04-17 Paolo Bonzini New
[13/13] configure: remove duplicate test - - - - --- 2013-04-17 Paolo Bonzini New
target-i386: enable SVM lock for Phenom processors - - - - --- 2013-04-17 Prasad Joshi New
ui/cocoa.m: Fix recent compile breakage - - 1 - --- 2013-04-17 Peter Maydell New
run: Introduce --use-malloc-perturb specific qemu flag - - - - --- 2013-04-17 Lucas Meneghel Rodrigues New
[PULL,v4,01/11] rdma: export yield_until_fd_readable() - - - - --- 2013-04-17 mrhines@linux.vnet.ibm.com New
« 1 2 ... 549 550 5514271 4272 »