Show patches with: State = Action Required       |    Archived = No       |   426459 patches
« 1 2 ... 904 905 9064264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,5/8] virtio-scsi: Report error if num_queues is 0 or too large - - - - --- 2014-08-28 Paolo Bonzini New
[PULL,6/8] xen-hvm: Constify string - - 1 - --- 2014-08-28 Paolo Bonzini New
[PULL,7/8] xen: hvm: Abstract away memory region name ref - - 1 - --- 2014-08-28 Paolo Bonzini New
[PULL,8/8] memory: Lazy init name from QOM name as needed - - - - --- 2014-08-28 Paolo Bonzini New
[v3,01/47] QEMUSizedBuffer/QEMUFile - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,02/47] Tests: QEMUSizedBuffer/QEMUBuffer - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,03/47] Start documenting how postcopy works. - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,04/47] qemu_ram_foreach_block: pass up error value, and down the ramblock name - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,05/47] improve DPRINTF macros, add to savevm - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,06/47] Add qemu_get_counted_string to read a string prefixed by a count byte - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,07/47] Create MigrationIncomingState - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,08/47] socket shutdown - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,09/47] Return path: Open a return path on QEMUFile for sockets - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,10/47] Return path: socket_writev_buffer: Block even on non-blocking fd's - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,11/47] Migration commands - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,12/47] Return path: Control commands - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,13/47] Return path: Send responses from destination to source - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,14/47] Return path: Source handling of return path - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,15/47] qemu_loadvm errors and debug - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,16/47] ram_debug_dump_bitmap: Dump a migration bitmap as text - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,17/47] Rework loadvm path for subloops - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,18/47] Add migration-capability boolean for postcopy-ram. - - 1 - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,19/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages. - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,20/47] QEMU_VM_CMD_PACKAGED: Send a packaged chunk of migration stream - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,21/47] migrate_init: Call from savevm - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,22/47] Allow savevm handlers to state whether they could go into postcopy - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,23/47] postcopy: OS support test - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,24/47] migrate_start_postcopy: Command to trigger transition to postcopy - - 1 - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,25/47] MIG_STATE_POSTCOPY_ACTIVE: Add new migration state - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,26/47] qemu_savevm_state_complete: Postcopy changes - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,27/47] Postcopy: Maintain sentmap during postcopy pre phase - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,28/47] Postcopy page-map-incoming (PMI) structure - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,29/47] postcopy: Add incoming_init/cleanup functions - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,30/47] postcopy: Incoming initialisation - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,31/47] postcopy: ram_enable_notify to switch on userfault - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,32/47] Postcopy: postcopy_start - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,33/47] Postcopy: Rework migration thread for postcopy mode - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,34/47] mig fd_connect: open return path - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,35/47] Postcopy: Create a fault handler thread before marking the ram as userfault - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,36/47] Page request: Add MIG_RPCOMM_REQPAGES reverse command - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,37/47] Page request: Process incoming page request - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,38/47] Page request: Consume pages off the post-copy queue - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,39/47] Add assertion to check migration_dirty_pages - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,40/47] postcopy_ram.c: place_page and helpers - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,41/47] Postcopy: Use helpers to map pages during migration - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,42/47] qemu_ram_block_from_host - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,43/47] Don't sync dirty bitmaps in postcopy - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,44/47] Postcopy; Handle userfault requests - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,45/47] Start up a postcopy/listener thread ready for incoming page data - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,46/47] postcopy: Wire up loadvm_postcopy_ram_handle_{run, end} commands - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v3,47/47] End of migration for postcopy - - - - --- 2014-08-28 Dr. David Alan Gilbert New
[v8,1/4] sclp-s390: Add device to manage s390 memory hotplug - - - - --- 2014-08-28 Matthew Rosato New
[v8,2/4] virtio-ccw: Include standby memory when calculating storage increment - - - - --- 2014-08-28 Matthew Rosato New
[v8,3/4] s390-virtio: Apply same memory boundaries as virtio-ccw - - - - --- 2014-08-28 Matthew Rosato New
[v8,4/4] sclp-s390: Add memory hotplug SCLPs - - - - --- 2014-08-28 Matthew Rosato New
[RFC] Use of host vector operations in host helper functions - - - - --- 2014-08-28 Richard Henderson New
[01/17] ppc: do not look at the MMU index - - - - --- 2014-08-28 Paolo Bonzini New
[02/17] ppc: avoid excessive TLB flushing - - - - --- 2014-08-28 Paolo Bonzini New
[03/17] ppc: fix monitor access to CR - - 1 - --- 2014-08-28 Paolo Bonzini New
[04/17] ppc: use ARRAY_SIZE in gdbstub.c - - - - --- 2014-08-28 Paolo Bonzini New
[05/17] ppc: use CRF_* in fpu_helper.c - - 1 1 --- 2014-08-28 Paolo Bonzini New
[06/17] ppc: use CRF_* in int_helper.c - - 1 1 --- 2014-08-28 Paolo Bonzini New
[07/17] ppc: fix result of DLMZB when no zero bytes are found - - 1 - --- 2014-08-28 Paolo Bonzini New
[08/17] ppc: introduce helpers for mfocrf/mtocrf - - - - --- 2014-08-28 Paolo Bonzini New
[09/17] ppc: reorganize gen_compute_fprf - - - - --- 2014-08-28 Paolo Bonzini New
[10/17] ppc: introduce gen_op_mfcr/gen_op_mtcr - - - - --- 2014-08-28 Paolo Bonzini New
[11/17] ppc: rename gen_set_cr6_from_fpscr - - 1 1 --- 2014-08-28 Paolo Bonzini New
[12/17] ppc: use movcond for isel - - - - --- 2014-08-28 Paolo Bonzini New
[13/17] ppc: compute mask from BI using right shift - - 1 1 --- 2014-08-28 Paolo Bonzini New
[14/17] ppc: introduce ppc_get_crf and ppc_set_crf - - - - --- 2014-08-28 Paolo Bonzini New
[15/17] ppc: store CR registers in 32 1-bit registers - - - - --- 2014-08-28 Paolo Bonzini New
[16/17] ppc: inline ppc_get_crf/ppc_set_crf when clearer - - - - --- 2014-08-28 Paolo Bonzini New
[17/17] ppc: dump all 32 CR bits - - - - --- 2014-08-28 Paolo Bonzini New
[v2,1/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,2/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,3/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,4/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,5/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,6/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,7/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v2,8/8] target-i386: x87 exception pointers using TCG. - - - - --- 2014-08-28 Jaume Martí New
[v4] block: Introduce "null" driver - - 1 - --- 2014-08-29 Fam Zheng New
block: Loose dataplane dependency - - - - --- 2014-08-29 Fam Zheng New
rules.mak: Fix DSO build by pulling in archive symbols - - - - --- 2014-08-29 Fam Zheng New
USB PCI host bus adapter hot plug - - - - --- 2014-08-29 Gonglei (Arei) New
[V2] acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flags - - 1 - --- 2014-08-29 Zhanghailiang New
[1/4] pci: Update pci_regs header - - - - --- 2014-08-29 Knut Omang New
[2/4] pcie: Add support for Single Root I/O Virtualization (SR/IOV) - - - - --- 2014-08-29 Knut Omang New
[3/4] e1000: Refactor to allow subclassing from other source file - - - - --- 2014-08-29 Knut Omang New
[4/4] igb: Example code to illustrate the SR/IOV support. - - - - --- 2014-08-29 Knut Omang New
qxl-render: add more sanity checks - - - - --- 2014-08-29 Gerd Hoffmann New
[v2] qxl-render: add more sanity checks - - 1 - --- 2014-08-29 Gerd Hoffmann New
spice: use console index as display id - - - - --- 2014-08-29 Gerd Hoffmann New
[v13,1/6] block: round up file size to nearest sector - - 3 - --- 2014-08-29 Hu Tao New
[v13,2/6] block: don't convert file size to sector size - - 1 - --- 2014-08-29 Hu Tao New
[v13,3/6] rename parse_enum_option to qapi_enum_parse and make it public - - 4 - --- 2014-08-29 Hu Tao New
[v13,4/6] qapi: introduce PreallocMode and a new PreallocMode full. - - 2 - --- 2014-08-29 Hu Tao New
[v13,5/6] raw-posix: Add full preallocation option - - 1 - --- 2014-08-29 Hu Tao New
[v13,6/6] qcow2: Add full preallocation option - - 1 - --- 2014-08-29 Hu Tao New
[1/7] pc-bios/s390-ccw: support all virtio block size 1 - 1 - --- 2014-08-29 Jens Freimann New
« 1 2 ... 904 905 9064264 4265 »