Show patches with: none      |   431003 patches
« 1 2 ... 494 495 4964310 4311 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[03/20] target-alpha: Avoid leaking the alarm timer over reset 1 - - - --- 2012-12-19 Andreas Färber New
[04/20] target-alpha: Turn CPU definitions into subclasses 1 - - - --- 2012-12-19 Andreas Färber New
[05/20] target-alpha: Add support for -cpu ? 1 - - - --- 2012-12-19 Andreas Färber New
[06/20] cpu: Introduce CPUListState struct - - 2 - --- 2012-12-19 Andreas Färber New
[07/20] qdev: Coding style fixes - - - - --- 2012-12-19 Andreas Färber New
[08/20] qdev-properties.c: Separate core from the code used only by qemu-system-* - - - - --- 2012-12-19 Andreas Färber New
[09/20] cpu: Move kvm_fd into CPUState - - - - --- 2012-12-19 Andreas Färber New
[10/20] kvm: Pass CPUState to kvm_arch_* - - - - --- 2012-12-19 Andreas Färber New
[11/20] kvm: Pass CPUState to kvm_vcpu_ioctl() - - - - --- 2012-12-19 Andreas Färber New
[12/20] ppc: Pass PowerPCCPU to ppc_set_irq() - - - - --- 2012-12-19 Andreas Färber New
[13/20] ppc: Pass PowerPCCPU to [h]decr callbacks - - - - --- 2012-12-19 Andreas Färber New
[14/20] ppc: Pass PowerPCCPU to [h]decr timer callbacks - - - - --- 2012-12-19 Andreas Färber New
[15/20] ppc_booke: Pass PowerPCCPU to {decr, fit, wdt} timer callbacks - - - - --- 2012-12-19 Andreas Färber New
[16/20] ppc4xx_devs: Return PowerPCCPU from ppc4xx_init() - - - - --- 2012-12-19 Andreas Färber New
[17/20] ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init() - - - - --- 2012-12-19 Andreas Färber New
[18/20] cpu: Move kvm_state field into CPUState - - - - --- 2012-12-19 Andreas Färber New
[19/20] cpu: Move kvm_run into CPUState - - - - --- 2012-12-19 Andreas Färber New
[20/20] MAINTAINERS: Include X86CPU in CPU maintenance area - - - - --- 2012-12-19 Andreas Färber New
usbredir: Add support for buffered bulk input (v2) - - - - --- 2012-12-19 Hans de Goede New
[qom-cpu,1/7] cpu: Move nr_{cores, threads} fields to CPUState - - - - --- 2012-12-19 Andreas Färber New
[qom-cpu,2/7] target-mips: Clean up mips_cpu_map_tc() documentation - - 1 - --- 2012-12-19 Andreas Färber New
[qom-cpu,3/7] cpu: Move numa_node field to CPUState - - - - --- 2012-12-19 Andreas Färber New
[qom-cpu,4/7] cpu: Move cpu_index field to CPUState - - - - --- 2012-12-19 Andreas Färber New
[qom-cpu,5/7] kvm: Pass CPUState to kvm_init_vcpu() - - - - --- 2012-12-19 Andreas Färber New
[qom-cpu,6/7] xen: Simplify halting of first CPU - - - - --- 2012-12-19 Andreas Färber New
[qom-cpu,7/7] exec: Return CPUState from qemu_get_cpu() - - - - --- 2012-12-19 Andreas Färber New
[PULL,00/18] Block patches - - - - --- 2012-12-19 Stefan Hajnoczi New
[01/18] raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane - - - - --- 2012-12-19 Stefan Hajnoczi New
[02/18] configure: add CONFIG_VIRTIO_BLK_DATA_PLANE - - - - --- 2012-12-19 Stefan Hajnoczi New
[03/18] dataplane: add host memory mapping code - - - - --- 2012-12-19 Stefan Hajnoczi New
[04/18] dataplane: add virtqueue vring code - - - - --- 2012-12-19 Stefan Hajnoczi New
[05/18] dataplane: add event loop - - - - --- 2012-12-19 Stefan Hajnoczi New
[06/18] dataplane: add Linux AIO request queue - - - - --- 2012-12-19 Stefan Hajnoczi New
[07/18] iov: add iov_discard_front/back() to remove data - - - - --- 2012-12-19 Stefan Hajnoczi New
[08/18] test-iov: add iov_discard_front/back() testcases - - - - --- 2012-12-19 Stefan Hajnoczi New
[09/18] iov: add qemu_iovec_concat_iov() - - - - --- 2012-12-19 Stefan Hajnoczi New
[10/18] virtio-blk: restore VirtIOBlkConf->config_wce flag - - - - --- 2012-12-19 Stefan Hajnoczi New
[11/18] dataplane: add virtio-blk data plane code - - - - --- 2012-12-19 Stefan Hajnoczi New
[12/18] virtio-blk: add x-data-plane=on|off performance feature - - - - --- 2012-12-19 Stefan Hajnoczi New
[13/18] virtio-blk: Return UNSUPP for unknown request types - - - - --- 2012-12-19 Stefan Hajnoczi New
[14/18] cutils: change strtosz_suffix_unit function - - - - --- 2012-12-19 Stefan Hajnoczi New
[15/18] qemu-img: report size overflow error message - - - - --- 2012-12-19 Stefan Hajnoczi New
[16/18] block/raw-win32: Fix compiler warnings (wrong format specifiers) - - - - --- 2012-12-19 Stefan Hajnoczi New
[17/18] sheepdog: don't update inode when create_and_write fails - - 1 - --- 2012-12-19 Stefan Hajnoczi New
[18/18] sheepdog: pass oid directly to send_pending_req() - - 1 - --- 2012-12-19 Stefan Hajnoczi New
MAINTAINERS: Take over kvm maintenance - - - - --- 2012-12-19 Gleb Natapov New
[1/9] chardev: add error reporting for qemu_chr_new_from_opts - - - - --- 2012-12-19 Gerd Hoffmann New
[2/9] chardev: fix QemuOpts lifecycle - - - - --- 2012-12-19 Gerd Hoffmann New
[3/9] chardev: reduce chardev ifdef mess a bit - - - - --- 2012-12-19 Gerd Hoffmann New
[4/9] chardev: hotplug, qmp, null - - - - --- 2012-12-19 Gerd Hoffmann New
[5/9] chardev: hotplug, hmp - - - - --- 2012-12-19 Gerd Hoffmann New
[6/9] chardev: hotplug, qmp, file - - - - --- 2012-12-19 Gerd Hoffmann New
[7/9] chardev: hotplug, qmp, tty - - - - --- 2012-12-19 Gerd Hoffmann New
[8/9] chardev: hotplug, qmp, serial - - - - --- 2012-12-19 Gerd Hoffmann New
[9/9] chardev: hotplug, qmp, parallel - - - - --- 2012-12-19 Gerd Hoffmann New
[v3,1/2] Make default boot order machine specific - - - - --- 2012-12-19 Avik Sil New
[v3,2/2] pseries: set no default boot order - - - - --- 2012-12-19 Avik Sil New
sheepdog: implement direct write semantics - - - - --- 2012-12-19 Liu Yuan New
[v2] target-xtensa: fix search_pc for the last TB opcode - - - - --- 2012-12-19 Max Filippov New
[11/20] target-i386: add x86cpu_vendor_words2str() - - 1 - --- 2012-12-20 Igor Mammedov New
[12/20,v2] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t - - 1 - --- 2012-12-20 Igor Mammedov New
[13/20] target-i386: remove vendor_override field from CPUX86State - - - - --- 2012-12-20 Igor Mammedov New
[v3] translate-all.c: Use tb1->phys_hash_next directly in tb_remove - - - - --- 2012-12-20 陳韋任 New
target-mips: Use EXCP_SC rather than a magic number - - - - --- 2012-12-20 陳韋任 New
[v3] qemu-kvm/pci-assign: 64 bits bar emulation - - 1 - --- 2012-12-20 Hao, Xudong New
pseries: Remove unneeded include statement (fixes MinGW builds) - - - - --- 2012-12-20 Stefan Weil Superseded
pseries: Remove unneeded include statement (fixes MinGW builds) - - - - --- 2012-12-20 Stefan Weil Accepted
[PULL,0/1] update seabios - - - - --- 2012-12-20 Gerd Hoffmann New
[1/1] Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 - - - - --- 2012-12-20 Gerd Hoffmann New
[1/2] build: fix includes for VNC - - - - --- 2012-12-20 Paolo Bonzini New
[2/2] xen: add missing include - - - 1 --- 2012-12-20 Paolo Bonzini New
virtio: don't waste irqfds on control vqs - - - - --- 2012-12-20 Michael S. Tsirkin New
[RfC,0/9] chardev hotplug - - - - --- 2012-12-20 Gerd Hoffmann New
MAkefile: dont rebuild vhost for each target - - - - --- 2012-12-20 Michael S. Tsirkin New
qemu-char: inherit ptys and imporve output from -serial pty - - - - --- 2012-12-20 Lei Li New
pci-assign: Enable MSIX on device to match guest - - - - --- 2012-12-20 Alex Williamson New
vfio-pci: Make host MSI-X enable track guest - - - - --- 2012-12-20 Alex Williamson New
[PATCHv2] virtio: don't waste irqfds on control vqs - - - - --- 2012-12-20 Michael S. Tsirkin New
[v2,1/3] qtest: Enable creation of multiple qemu instances - - - - --- 2012-12-20 Jason Baron New
[v2,2/3] qtest: extend qtest_qmp() to fill in the reply - - - - --- 2012-12-20 Jason Baron New
[v2,3/3] qtest: add migrate-test - - - - --- 2012-12-20 Jason Baron New
target-mips: Fix incorrect reads and writes to DSPControl register - - - - --- 2012-12-20 Jovanovic, Petar New
target-mips: Fix for helpers for EXTR_* instructions - - - - --- 2012-12-20 Jovanovic, Petar New
target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevel - - 1 - --- 2012-12-20 Eduardo Habkost New
linux-user: convert /proc/net/route when endianess differs - - - - --- 2012-12-20 Laurent Vivier New
linux-user: correctly align types in thunking code - - - - --- 2012-12-20 Laurent Vivier New
linux-user: add string type in rtentry struct - - - - --- 2012-12-20 Laurent Vivier New
linux-user: allow to use sudo in guest - - - - --- 2012-12-20 Laurent Vivier New
linux-user: correct semctl() and shmctl() - - - - --- 2012-12-20 Laurent Vivier New
linux-user: correct msgrcv() - - 1 - --- 2012-12-20 Laurent Vivier New
vfio-pci: Add missing kvm_enabled() checks - - - - --- 2012-12-20 Stefan Hajnoczi New
net: Add missing include statement (fix compiler warnings for MinGW) - - - - --- 2012-12-20 Stefan Weil Accepted
[v7,1/9] series: Generic event state description - - - - --- 2012-12-20 Lluís Vilanova New
[v7,2/9] build: Use separate makefile for "trace/" - - 1 - --- 2012-12-20 Lluís Vilanova New
[v7,1/8] build: Use separate makefile for "trace/" - - 1 - --- 2012-12-20 Lluís Vilanova New
[v7,2/8] trace: [tracetool] Explicitly identify public backends - - - - --- 2012-12-20 Lluís Vilanova New
[v7,3/8] trace: Provide a generic tracing event descriptor - - - - --- 2012-12-20 Lluís Vilanova New
[v7,4/8] trace: Provide a detailed event control interface - - - - --- 2012-12-20 Lluís Vilanova New
[v7,5/8] trace: [monitor] Use new event control interface - - - - --- 2012-12-20 Lluís Vilanova New
[v7,6/8] trace: [default] Port to generic event information and new control interface - - - - --- 2012-12-20 Lluís Vilanova New
« 1 2 ... 494 495 4964310 4311 »