Show patches with: State = Action Required       |    Archived = No       |   426155 patches
« 1 2 ... 464 465 4664261 4262 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v8,07/12] iov: add iov_discard_front/back() to remove data - - - - --- 2012-12-17 Stefan Hajnoczi New
[v8,08/12] test-iov: add iov_discard_front/back() testcases - - - - --- 2012-12-17 Stefan Hajnoczi New
[v8,09/12] iov: add qemu_iovec_concat_iov() - - - - --- 2012-12-17 Stefan Hajnoczi New
[v8,10/12] virtio-blk: restore VirtIOBlkConf->config_wce flag - - - - --- 2012-12-17 Stefan Hajnoczi New
[v8,11/12] dataplane: add virtio-blk data plane code - - - - --- 2012-12-17 Stefan Hajnoczi New
[v8,12/12] virtio-blk: add x-data-plane=on|off performance feature - - - - --- 2012-12-17 Stefan Hajnoczi New
[1/3] balloon: drop old stats code & API - - - - --- 2012-12-17 Dietmar Maurer New
[0/2] virtio: reset all qbuses too when writing to the status field - - - - --- 2012-12-17 Michael S. Tsirkin New
QMP command implementation help - - - - --- 2012-12-17 Luiz Capitulino New
[PULL,0/8] spice patch queue - - - - --- 2012-12-17 Gerd Hoffmann New
[1/8] qxl: save qemu_create_displaysurface_from result - - - - --- 2012-12-17 Gerd Hoffmann New
[2/8] qxl+vnc: register a vm state change handler for dummy spice_server - - - - --- 2012-12-17 Gerd Hoffmann New
[3/8] spice-qemu-char: write to chardev whatever amount it can read - - - - --- 2012-12-17 Gerd Hoffmann New
[4/8] spice-qemu-char: factor out CharDriverState creation - - - - --- 2012-12-17 Gerd Hoffmann New
[5/8] spice-qemu-char: add spiceport chardev - - - - --- 2012-12-17 Gerd Hoffmann New
[6/8] spice-qemu-char: keep a list of spice chardev - - - - --- 2012-12-17 Gerd Hoffmann New
[7/8] spice-qemu-char: register spicevmc ports during qemu_spice_init() - - - - --- 2012-12-17 Gerd Hoffmann New
[8/8] docs: add spice-port-fqdn.txt - - - - --- 2012-12-17 Gerd Hoffmann New
[v7,1/4] block: Add synchronous wrapper for bdrv_co_is_allocated_above - - - - --- 2012-12-17 Miroslav Rezanina New
[v7,2/4] qemu-img: Add "Quiet mode" option - - - - --- 2012-12-17 Miroslav Rezanina New
[v7,3/4] qemu-img: Add compare subcommand - - - - --- 2012-12-17 Miroslav Rezanina New
[v7,4/4] Add qemu-img compare documentation - - - - --- 2012-12-17 Miroslav Rezanina New
[01/10] ide: Break all non-qdevified controllers - - - - --- 2012-12-17 Markus Armbruster New
[02/10] ide: Move IDEDevice pointer from IDEBus to IDEState - - - - --- 2012-12-17 Markus Armbruster New
[03/10] ide: Use IDEState member dev for "device connected" test - - - - --- 2012-12-17 Markus Armbruster New
[04/10] ide: Don't block-align IDEState member smart_selftest_data - - - - --- 2012-12-17 Markus Armbruster New
[05/10] ide: Drop redundant IDEState member bs - - - - --- 2012-12-17 Markus Armbruster New
[06/10] ide: Drop redundant IDEState geometry members - - - - --- 2012-12-17 Markus Armbruster New
[07/10] ide: Drop redundant IDEState member version - - - - --- 2012-12-17 Markus Armbruster New
[08/10] ide: Drop redundant IDEState member drive_serial_str - - - - --- 2012-12-17 Markus Armbruster New
[09/10] ide: Drop redundant IDEState member model - - - - --- 2012-12-17 Markus Armbruster New
[10/10] ide: Drop redundant IDEState member wwn - - - - --- 2012-12-17 Markus Armbruster New
virtio: make bindings typesafe - - - - --- 2012-12-17 Michael S. Tsirkin New
qdev: obey no_user - - - - --- 2012-12-17 Christian Borntraeger New
[v2] Added uapi directory into linux-header - - - - --- 2012-12-17 Bharat Bhushan New
[01/20] target-i386: filter out not TCG features if running without kvm at realize time - - 1 - --- 2012-12-17 Igor Mammedov New
[02/20] target-i386: sanitize AMD's ext2_features at realize time - - 1 - --- 2012-12-17 Igor Mammedov New
[03/20] target-i386: explicitly set vendor for each built-in cpudef - - 1 - --- 2012-12-17 Igor Mammedov New
[04/20] target-i386: setting default 'vendor' is obsolete, remove it - - 1 - --- 2012-12-17 Igor Mammedov New
[05/20] target-i386: move setting defaults out of cpu_x86_parse_featurestr() - - 1 - --- 2012-12-17 Igor Mammedov New
[06/20] target-i386: move out CPU features initialization in separate func - - 1 - --- 2012-12-17 Igor Mammedov New
[07/20] target-i386: cpu_x86_register() consolidate freeing resources - - - - --- 2012-12-17 Igor Mammedov New
[08/20] target-i386: compile kvm only functions if CONFIG_KVM is defined - - - - --- 2012-12-17 Igor Mammedov New
[09/20] target-i386: move kvm_check_features_against_host() check to realize time - - 1 - --- 2012-12-17 Igor Mammedov New
[10/20] target-i386: prepare cpu_x86_parse_featurestr() to return a set of key, value property pairs - - - - --- 2012-12-17 Igor Mammedov New
[11/20] target-i386: do not set vendor_override in x86_cpuid_set_vendor() - - - - --- 2012-12-17 Igor Mammedov New
[12/20] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[13/20] target-i386: convert [cpuid_]vendor_override to bool - - - - --- 2012-12-17 Igor Mammedov New
[14/20] target-i386: set custom 'vendor' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[15/20] target-i386: set custom 'xlevel' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[16/20] target-i386: set custom 'level' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[17/20] target-i386: set custom 'model-id' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[18/20] target-i386: set custom 'stepping' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[19/20] target-i386: set custom 'model' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[20/20] target-i386: set custom 'family' without intermediate x86_def_t - - - - --- 2012-12-17 Igor Mammedov New
[01/15] qdev: do not reset a device until the parent has been initialized - - - - --- 2012-12-17 Paolo Bonzini New
[02/15] intel-hda: do not reset codecs from intel_hda_reset - - - - --- 2012-12-17 Paolo Bonzini New
[03/15] pci: clean up resetting of IRQs - - - - --- 2012-12-17 Paolo Bonzini New
[04/15] virtio-pci: reset device before PCI layer - - - - --- 2012-12-17 Paolo Bonzini New
[05/15] virtio-s390: add a reset function to virtio-s390 devices - - - - --- 2012-12-17 Paolo Bonzini New
[06/15] qdev: add qbus_reset_all - - - - --- 2012-12-17 Paolo Bonzini New
[07/15] pci: do not export pci_bus_reset - - - - --- 2012-12-17 Paolo Bonzini New
[08/15] lsi: use qbus_reset_all to reset SCSI bus - - - - --- 2012-12-17 Paolo Bonzini New
[09/15] qdev: allow both pre- and post-order vists in qdev walking functions - - - - --- 2012-12-17 Paolo Bonzini New
[10/15] qdev: switch reset to post-order - - - - --- 2012-12-17 Paolo Bonzini New
[11/15] qdev: remove device_reset - - - - --- 2012-12-17 Paolo Bonzini New
[12/15] qdev: document reset semantics - - - - --- 2012-12-17 Paolo Bonzini New
[13/15] virtio-pci: reset all qbuses too when writing to the status field - - - - --- 2012-12-17 Paolo Bonzini New
[14/15] virtio-s390: reset all qbuses too when writing to the status field - - - - --- 2012-12-17 Paolo Bonzini New
[15/15] virtio-serial: do not perform bus reset by hand - - - - --- 2012-12-17 Paolo Bonzini New
[v2,1/4] usb/ehci: Clean up SysBus and PCI EHCI split - - - - --- 2012-12-17 Andreas Färber New
[v2] Added uapi directory into linux-header 1 - - - --- 2012-12-17 Alexander Graf New
[PULL,00/45] Include reorganization + PCI patch queue - - - - --- 2012-12-17 Paolo Bonzini New
[01/32] libcacard: simplify rules for recursive build - - - - --- 2012-12-17 Paolo Bonzini New
[02/32] vscclient: use per-target variables - - - - --- 2012-12-17 Paolo Bonzini New
[03/32] build: adjust setting of QEMU_INCLUDES - - - - --- 2012-12-17 Paolo Bonzini New
[04/32] build: add $(TARGET_DIR) to "GEN config-target.h" lines - - - - --- 2012-12-17 Paolo Bonzini New
[05/32] build: move rules from Makefile to */Makefile.objs - - - - --- 2012-12-17 Paolo Bonzini New
[06/32] build: create ldscripts/ - - - - --- 2012-12-17 Paolo Bonzini New
[07/32] build: kill libdis, move disassemblers to disas/ - - - - --- 2012-12-17 Paolo Bonzini New
[08/32] build: kill libuser - - - - --- 2012-12-17 Paolo Bonzini New
[09/32] janitor: do not rely on indirect inclusions of or from qemu-char.h - - - - --- 2012-12-17 Paolo Bonzini New
[10/32] janitor: do not include qemu-char everywhere - - - - --- 2012-12-17 Paolo Bonzini New
[11/32] net: move Bluetooth stuff out of net.h - - - - --- 2012-12-17 Paolo Bonzini New
[12/32] net: do not include net.h everywhere - - - - --- 2012-12-17 Paolo Bonzini New
[13/32] net: move net.c to net/ - - - - --- 2012-12-17 Paolo Bonzini New
[14/32] net: reorganize headers - - - - --- 2012-12-17 Paolo Bonzini New
[15/32] qemu-ga: move qemu-ga files to qga/ - - - - --- 2012-12-17 Paolo Bonzini New
[16/32] ui: move files to ui/ and include/ui/ - - - - --- 2012-12-17 Paolo Bonzini New
[17/32] qapi: move inclusions of qemu-common.h from headers to .c files - - - - --- 2012-12-17 Paolo Bonzini New
[18/32] qapi: remove qapi/qapi-types-core.h - - - - --- 2012-12-17 Paolo Bonzini New
[19/32] qapi: make struct Visitor opaque - - - - --- 2012-12-17 Paolo Bonzini New
[20/32] janitor: add guards to headers - - - - --- 2012-12-17 Paolo Bonzini New
[21/32] qapi: move include files to include/qobject/ - - - - --- 2012-12-17 Paolo Bonzini New
[22/32] block: move include files to include/block/ - - - - --- 2012-12-17 Paolo Bonzini New
[23/32] exec: move include files to include/exec/ - - - - --- 2012-12-17 Paolo Bonzini New
[24/32] monitor: move include files to include/monitor/ - - - - --- 2012-12-17 Paolo Bonzini New
[25/32] migration: move include files to include/migration/ - - - - --- 2012-12-17 Paolo Bonzini New
[26/32] qom: move include files to include/qom/ - - - - --- 2012-12-17 Paolo Bonzini New
[27/32] misc: move include files to include/qemu/ - - - - --- 2012-12-17 Paolo Bonzini New
« 1 2 ... 464 465 4664261 4262 »