Show patches with: none      |   430956 patches
« 1 2 ... 423 424 4254309 4310 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[46/54] xhci: rework interrupt handling - - - - --- 2012-09-06 Gerd Hoffmann New
[47/54] xhci: add msix support - - - - --- 2012-09-06 Gerd Hoffmann New
[48/54] xhci: move register update into xhci_intr_raise - - - - --- 2012-09-06 Gerd Hoffmann New
[49/54] xhci: add XHCIInterrupter - - - - --- 2012-09-06 Gerd Hoffmann New
[50/54] xhci: prepare xhci_runtime_{read, write} for multiple interrupters - - - - --- 2012-09-06 Gerd Hoffmann New
[51/54] xhci: pick target interrupter - - - - --- 2012-09-06 Gerd Hoffmann New
[52/54] xhci: support multiple interrupters - - - - --- 2012-09-06 Gerd Hoffmann New
[53/54] xhci: kill xhci_mem_{read, write} dispatcher functions - - - - --- 2012-09-06 Gerd Hoffmann New
[54/54] xhci: allow bytewise capability register reads - - - - --- 2012-09-06 Gerd Hoffmann New
[PULL,00/14] spice patch queue - - - - --- 2012-09-06 Gerd Hoffmann New
[01/14] spice: abort on invalid streaming cmdline params - - - - --- 2012-09-06 Gerd Hoffmann New
[02/14] spice: notify spice server on vm start/stop - - - - --- 2012-09-06 Gerd Hoffmann New
[03/14] spice: notify on vm state change only via spice_server_vm_start/stop - - - - --- 2012-09-06 Gerd Hoffmann New
[04/14] spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED - - - - --- 2012-09-06 Gerd Hoffmann New
[05/14] spice: add 'migrated' flag to spice info - - - - --- 2012-09-06 Gerd Hoffmann New
[06/14] spice: adding seamless-migration option to the command line - - - - --- 2012-09-06 Gerd Hoffmann New
[07/14] spice: increase the verbosity of spice section in "qemu --help" - - - - --- 2012-09-06 Gerd Hoffmann New
[08/14] qxl/update_area_io: guest_bug on invalid parameters - - - - --- 2012-09-06 Gerd Hoffmann New
[09/14] qxl: disallow unknown revisions - - - - --- 2012-09-06 Gerd Hoffmann New
[10/14] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC - - - - --- 2012-09-06 Gerd Hoffmann New
[11/14] configure: print spice-protocol and spice-server versions - - - - --- 2012-09-06 Gerd Hoffmann New
[12/14] spice: make number of surfaces runtime-configurable. - - - - --- 2012-09-06 Gerd Hoffmann New
[13/14] qxl: Add set_client_capabilities() interface to QXLInterface - - - - --- 2012-09-06 Gerd Hoffmann New
[14/14] Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPP - - - - --- 2012-09-06 Gerd Hoffmann New
[PULL,0/4] wakeup: make wakeup events guest-configurable - - - - --- 2012-09-06 Gerd Hoffmann New
[1/4] wakeup: add acpi gpe wakeup reasons - - - - --- 2012-09-06 Gerd Hoffmann New
[2/4] wakeup: make ps/2 configurable - - - - --- 2012-09-06 Gerd Hoffmann New
[3/4] wakeup: make serial configurable - - - - --- 2012-09-06 Gerd Hoffmann New
[4/4] wakeup: uhci support - - - - --- 2012-09-06 Gerd Hoffmann New
ehci: switch to new-style memory ops - - - - --- 2012-09-06 Gerd Hoffmann New
[07/11] Fix copy&paste typos in documentation comments - - - - --- 2012-09-06 Stefan Hajnoczi New
[11/11] arch_init.c: add missing '%' symbols before PRIu64 in debug printfs - - - - --- 2012-09-06 Stefan Hajnoczi New
[1/2] xhci: drop unused wlength - - - - --- 2012-09-06 Gerd Hoffmann New
[2/2] usb-host: allow emulated (non-async) control requests without USBPacket - - - - --- 2012-09-06 Gerd Hoffmann New
[v2,1/2] cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic - - - - --- 2012-09-06 Peter Maydell New
[v2,2/2] target-arm: Reinstate display of VFP registers in cpu_dump_state - - - - --- 2012-09-06 Peter Maydell New
add a boot parameter to set reboot timeout - - - - --- 2012-09-06 Amos Kong New
qemu-options.hx: Change from recommending '?' to 'help' - - - - --- 2012-09-06 Peter Maydell New
[1/8] tcg: improve profiler - - - - --- 2012-09-06 Aurelien Jarno New
[2/8] tcg/optimize: split expression simplification - - - - --- 2012-09-06 Aurelien Jarno New
[3/8] tcg/optimize: simplify or/xor r, a, 0 cases - - - - --- 2012-09-06 Aurelien Jarno New
[4/8] tcg/optimize: simplify and r, a, 0 cases - - - - --- 2012-09-06 Aurelien Jarno New
[5/8] tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases - - - - --- 2012-09-06 Aurelien Jarno New
[6/8] tcg/optimize: swap brcond/setcond arguments when possible - - - - --- 2012-09-06 Aurelien Jarno New
[7/8] tcg/optimize: add constant folding for setcond - - - - --- 2012-09-06 Aurelien Jarno New
[8/8] tcg/optimize: add constant folding for brcond - - - - --- 2012-09-06 Aurelien Jarno New
[1/8] fdc: Remove status0 parameter from fdctrl_set_fifo() - - - - --- 2012-09-06 Hervé Poussineau New
[2/8] fdc: use status0 field instead of a local variable - - - - --- 2012-09-06 Hervé Poussineau New
[3/8] fdc-test: Check READ ID - - - - --- 2012-09-06 Hervé Poussineau New
[4/8] fdc: fix false FD_SR0_SEEK - - - - --- 2012-09-06 Hervé Poussineau New
[5/8] fdc: implement VERIFY command - - - - --- 2012-09-06 Hervé Poussineau New
[6/8] fdc-tests: add tests for VERIFY command - - - - --- 2012-09-06 Hervé Poussineau New
[7/8] fdc: remove double affectation of FD_MSR_CMDBUSY flag - - - - --- 2012-09-06 Hervé Poussineau New
[8/8] fdc: fix typo in zero constant - - - - --- 2012-09-06 Hervé Poussineau New
[1/5] i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved - - 2 - --- 2012-09-06 Eduardo Habkost New
[2/5] i386: kvm: use a #define for the set of alias feature bits - - 2 - --- 2012-09-06 Eduardo Habkost New
[3/5] i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES - - 1 - --- 2012-09-06 Eduardo Habkost New
[4/5] i386: cpu: eliminate duplicate feature names - - 1 - --- 2012-09-06 Eduardo Habkost New
[5/5] i386: -cpu help: remove reference to specific CPUID leaves/registers - - 1 - --- 2012-09-06 Eduardo Habkost New
configure: fix seccomp check - - 1 - --- 2012-09-06 Yann E. MORIN New
musicpal: Fix flash mapping - - 1 - --- 2012-09-06 Jan Kiszka New
[v2] add a boot parameter to set reboot timeout - - - - --- 2012-09-07 Amos Kong New
[PULL] pci minor tweaks - - - - --- 2012-09-07 Michael S. Tsirkin New
[1/5] monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param - - - - --- 2012-09-07 Nicholas A. Bellinger New
[2/5] vhost: Pass device path to vhost_dev_init() - - - - --- 2012-09-07 Nicholas A. Bellinger New
[3/5] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost - - - - --- 2012-09-07 Nicholas A. Bellinger New
[4/5] virtio-scsi: Add start/stop functionality for vhost-scsi - - - - --- 2012-09-07 Nicholas A. Bellinger New
[5/5] virtio-scsi: Set max_target=0 during vhost-scsi operation - - - - --- 2012-09-07 Nicholas A. Bellinger New
[1/3] set the readonly property of rom memory region in pc - - - - --- 2012-09-07 Liu Sheng New
[2/3] update kvm related the head file from kernel - - - - --- 2012-09-07 Liu Sheng New
[3/3] support readonly memory feature in qemu - - - - --- 2012-09-07 Liu Sheng New
[PULL,for,usb-next] : Add support for live-migration to usb-redir - - - - --- 2012-09-07 Hans de Goede New
[v2,1/9] tcg: improve profiler - - - - --- 2012-09-07 Aurelien Jarno New
[v2,2/9] tcg/optimize: split expression simplification - - 1 - --- 2012-09-07 Aurelien Jarno New
[v2,3/9] tcg/optimize: simplify or/xor r, a, 0 cases - - 1 - --- 2012-09-07 Aurelien Jarno New
[v2,4/9] tcg/optimize: simplify and r, a, 0 cases - - 1 - --- 2012-09-07 Aurelien Jarno New
[v2,5/9] tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases - - 1 - --- 2012-09-07 Aurelien Jarno New
[v2,6/9] tcg/optimize: swap brcond/setcond arguments when possible - - 1 - --- 2012-09-07 Aurelien Jarno New
[v2,7/9] tcg/optimize: add constant folding for setcond - - - - --- 2012-09-07 Aurelien Jarno New
[v2,8/9] tcg/optimize: add constant folding for brcond - - 1 - --- 2012-09-07 Aurelien Jarno New
[v2,9/9] tcg/optimize: fix if/else/break coding style - - - - --- 2012-09-07 Aurelien Jarno New
[v2] qom: Reject attempts to add a property that already exists - - 1 - --- 2012-09-07 Peter Maydell New
[18/21] target-cris: switch to AREG0 free mode - - - - --- 2012-09-07 Aurelien Jarno New
[v6,2/2] block: Support GlusterFS as a QEMU block backend - - - - --- 2012-09-07 Paolo Bonzini New
pflash_cfi01: fix vendor specific extended query - - - - --- 2012-09-07 Aurelien Jarno New
target-sparc: fix fcmp{s, d, q} instructions wrt exception - - - - --- 2012-09-07 Aurelien Jarno New
[1/3] sun4u: add a video card only when requested - - - - --- 2012-09-07 Aurelien Jarno New
[2/3] g3beige: add a video card only when requested - - - - --- 2012-09-07 Aurelien Jarno New
[3/3] mac99: add a video card only when requested - - - - --- 2012-09-07 Aurelien Jarno New
[Bug,1047470,NEW] qemu/kvm hangs reading from serial console - - - - --- 2012-09-07 Buck New
[RFC,v2] Migration thread - - - - --- 2012-09-07 Juan Quintela New
[PULL,for,usb-next] : Add support for live-migration to usb-redir (v2) - - - - --- 2012-09-07 Hans de Goede New
qxl: Ignore set_client_capabilities pre/post migrate - - - - --- 2012-09-07 Hans de Goede New
[v2] target-cris: Fix buffer overflow - - - - --- 2012-09-07 Stefan Weil Accepted
[01/22] target-i386: return Error from cpu_x86_find_by_name() - - 2 - --- 2012-09-07 Igor Mammedov New
[02/22] target-i386: cpu_x86_register(): report error from property setter - - 1 - --- 2012-09-07 Igor Mammedov New
[03/22] target-i386: if x86_cpu_realize() failed report error and do cleanup 1 - - - --- 2012-09-07 Igor Mammedov New
[04/22] target-i386: filter out not TCG features if running without kvm at realize time - - 2 - --- 2012-09-07 Igor Mammedov New
[05/22] target-i386: move out CPU features initialization in separate func - - 2 - --- 2012-09-07 Igor Mammedov New
[06/22] target-i386: xlevel should be more than 0x80000000, move fixup into setter - - 1 - --- 2012-09-07 Igor Mammedov New
« 1 2 ... 423 424 4254309 4310 »