Show patches with: State = Action Required       |   426464 patches
« 1 2 ... 417 418 4194264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/6] cirrus_vga: allow configurable vram size - - 1 - --- 2012-10-03 Marcelo Tosatti New
[2/6] Use machine options to emulate -no-kvm-irqchip - - 1 - --- 2012-10-03 Marcelo Tosatti New
[3/6] Use machine options to emulate -no-kvm-pit - - 1 - --- 2012-10-03 Marcelo Tosatti New
[4/6] Use global properties to emulate -no-kvm-pit-reinjection - - 1 - --- 2012-10-03 Marcelo Tosatti New
[5/6] Emulate qemu-kvms drive parameter boot=on|off - - 1 - --- 2012-10-03 Marcelo Tosatti New
[6/6] Emulate qemu-kvms -tdf option - - 1 - --- 2012-10-03 Marcelo Tosatti New
[1/2] e500: Adding CCSR memory region - - - - --- 2012-10-03 Bharat Bhushan New
[2/2] Adding BAR0 for e500 PCI controller - - - - --- 2012-10-03 Bharat Bhushan New
[RFC,01/18] pc: create "PC" device class - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,02/18] pc: create PC object on pc_init1() - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,03/18] pc: add PC object argument to some init functions - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,04/18] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h) - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,05/18] cpus.h: include qemu-stdio.h - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,06/18] hw/apic.c: rename bit functions to not conflict with bitops.h (v2) - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,07/18] kvm: create kvm_arch_vcpu_id() function - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,08/18] target-i386: kvm: set vcpu_id to APIC ID instead of CPU index (v2) - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,09/18] target-i386: cpu: move cpuid_apic_id initialization to cpu_x86_register() - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,10/18] target-i386: cpu: add apic_id argument to cpu_x86_register() - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,11/18] target-i386: cpu_x86_init: allow APIC ID to be set by caller - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,12/18] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init() - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,13/18] pc: set explicit APIC ID for CPUs - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,14/18] pc: create apic_id_for_cpu() function (v3) - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,15/18] pc: set fw_cfg data based on APIC ID calculation (v2) - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,16/18] tests: support target-specific unit tests - - - - --- 2012-10-03 Eduardo Habkost New
[RFC,17/18] target-i386: topology & APIC ID utility functions (v2) 1 - - - --- 2012-10-03 Eduardo Habkost New
[RFC,18/18] pc: generate APIC IDs according to CPU topology (v3) - - - - --- 2012-10-03 Eduardo Habkost New
s390: avoid reaching into memory core internals - - - - --- 2012-10-03 Avi Kivity New
[01/18] error: add error_set_errno and error_setg_errno 1 - - - --- 2012-10-03 Paolo Bonzini New
[02/18] qemu-sockets: add Error ** to all functions - - - - --- 2012-10-03 Paolo Bonzini New
[03/18] qemu-sockets: unix_listen and unix_connect are portable - - 1 - --- 2012-10-03 Paolo Bonzini New
[04/18] qemu-sockets: add nonblocking connect for Unix sockets - - - - --- 2012-10-03 Paolo Bonzini New
[05/18] migration: avoid using error_is_set - - - - --- 2012-10-03 Paolo Bonzini New
[06/18] migration: centralize call to migrate_fd_error() - - 1 - --- 2012-10-03 Paolo Bonzini New
[07/18] migration: use qemu-sockets to establish Unix sockets - - - - --- 2012-10-03 Paolo Bonzini New
[08/18] migration (outgoing): add error propagation for fd and exec protocols - - - - --- 2012-10-03 Paolo Bonzini New
[09/18] migration (incoming): add error propagation for fd and exec protocols - - 1 - --- 2012-10-03 Paolo Bonzini New
[10/18] qemu-char: ask and print error information from qemu-sockets - - 1 - --- 2012-10-03 Paolo Bonzini New
[11/18] nbd: ask and print error information from qemu-sockets - - - - --- 2012-10-03 Paolo Bonzini New
[12/18] qemu-ga: ask and print error information from qemu-sockets - - 1 - --- 2012-10-03 Paolo Bonzini New
[13/18] vnc: add error propagation to vnc_display_open - - - - --- 2012-10-03 Paolo Bonzini New
[14/18] qemu-sockets: include strerror or gai_strerror output in error messages - - 1 - --- 2012-10-03 Paolo Bonzini New
[15/18] qemu-sockets: add error propagation to inet_connect_addr - - - - --- 2012-10-03 Paolo Bonzini New
[16/18] qemu-sockets: add error propagation to inet_dgram_opts - - 1 - --- 2012-10-03 Paolo Bonzini New
[17/18] qemu-sockets: add error propagation to inet_parse - - 1 - --- 2012-10-03 Paolo Bonzini New
[18/18] qemu-sockets: add error propagation to Unix socket functions - - 1 - --- 2012-10-03 Paolo Bonzini New
[RFC,v1,01/22] memory: rename 'exec-obsolete.h' - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,02/22] vhost: use MemoryListener filtering to only monitor RAM address space - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,03/22] kvm: use separate MemoryListeners for memory and I/O - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,04/22] xen_pt: use separate MemoryListeners for memory and I/O - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,05/22] memory: prepare AddressSpace for exporting - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,06/22] memory: export AddressSpace - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,07/22] memory: maintain a list of address spaces - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,08/22] memory: provide defaults for MemoryListener operations - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,09/22] memory: use new MEMORY_LISTENER_DEFAULT_OPS - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,10/22] vfio: use new MEMORY_LISTENER_DEFAULT_OPS 1 - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,11/22] xen_pt: use new MEMORY_LISTENER_DEFAULT_OPS - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,12/22] kvm: use new MEMORY_LISTENER_DEFAULT_OPS - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,13/22] xen: use new MEMORY_LISTENER_DEFAULT_OPS - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,14/22] memory: manage coalesced mmio via a MemoryListener - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,15/22] memory: move address_space_memory and address_space_io out of memory core - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,16/22] memory: move tcg flush into a tcg memory listener - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,17/22] memory: use AddressSpace for MemoryListener filtering - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,18/22] s390: avoid reaching into memory core internals - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,19/22] memory: per-AddressSpace dispatch - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,20/22] dma: make dma access its own address space - - 1 - --- 2012-10-03 Avi Kivity New
[RFC,v1,21/22] pci: give each device its own address space - - - - --- 2012-10-03 Avi Kivity New
[RFC,v1,22/22] pci: honor PCI_COMMAND_MASTER - - - - --- 2012-10-03 Avi Kivity New
[07/23] target-i386: convert cpuid features into properties - - - - --- 2012-10-03 Igor Mammedov New
[1/3] configure: guest_agent -> qemuga 1 - - - --- 2012-10-03 Luiz Capitulino New
[2/3] configure: add --guest-agent-statedir - - - - --- 2012-10-03 Luiz Capitulino New
[3/3] qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR 1 - - - --- 2012-10-03 Luiz Capitulino New
qemu-ga: ga_open_pidfile(): add new line to pidfile - - - - --- 2012-10-03 Luiz Capitulino New
[1/6] qdev: split up header so it can be used in cpu.h - - - - --- 2012-10-03 Eduardo Habkost New
[2/6] qapi-types.h doesn't really need to include qemu-common.h - - - - --- 2012-10-03 Eduardo Habkost New
[3/6] qdev: separate core from the code used only by qemu-system-* - - - - --- 2012-10-03 Eduardo Habkost New
[4/6] tests: unit tests for qdev global-properties handling - - - - --- 2012-10-03 Eduardo Habkost New
[5/6] qom: introduce post_init() function - - - - --- 2012-10-03 Eduardo Habkost New
[6/6] qdev: set globals on post_init() function - - - - --- 2012-10-03 Eduardo Habkost New
qxl: Default to PCI revision 4 when spice-server is new enough - - - - --- 2012-10-03 Søren Sandmann New
Fix compilation on GCC 4.5 - - - - --- 2012-10-03 Søren Sandmann New
hw/qxl: exit on failure to register qxl interface - - - - --- 2012-10-03 Alon Levy New
[1/2] configure: add --localstatedir - - 1 - --- 2012-10-03 Luiz Capitulino New
[2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR - - 1 - --- 2012-10-03 Luiz Capitulino New
[v2] qemu-ga: ga_open_pidfile(): add new line to pidfile - - 1 - --- 2012-10-03 Luiz Capitulino New
[v2,1/4] xilinx_zynq: added smp support - - - - --- 2012-10-04 Peter A. G. Crosthwaite New
[v2,2/4] zynq_slcr: Add links to the CPUs - - - - --- 2012-10-04 Peter A. G. Crosthwaite New
[v2,3/4] zynq_slcr: Fixed ResetValues enum - - 1 - --- 2012-10-04 Peter A. G. Crosthwaite New
[v2,4/4] zynq_slcr: Implement CPU reset and halting - - - - --- 2012-10-04 Peter A. G. Crosthwaite New
hw: Add test device for unittests execution - - - - --- 2012-10-04 Lucas Meneghel Rodrigues New
Fix compilation on GCC 4.5 - - - - --- 2012-10-04 Søren Sandmann New
Fix compilation on GCC 4.5 - - - - --- 2012-10-04 Søren Sandmann New
s390: use sync regs for register transfer - - - - --- 2012-10-04 Jens Freimann New
[v2] s390: avoid reaching into memory core internals - - - - --- 2012-10-04 Avi Kivity New
Make target_phys_addr_t 64 bits unconditionally - - - - --- 2012-10-04 Avi Kivity New
[v2] Make target_phys_addr_t 64 bits unconditionally - - 1 1 --- 2012-10-04 Avi Kivity New
[Qemu-ppc] Qemu boot device precedence over nvram boot-device setting - - - - --- 2012-10-04 Avik Sil New
[PATCHv3,01/20] scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL - - - - --- 2012-10-04 Jim Meyering New
[PATCHv3,02/20] sparc: use g_strdup in place of unchecked strdup - - - - --- 2012-10-04 Jim Meyering New
[PATCHv3,03/20] block: avoid buffer overrun by using pstrcpy, not strncpy 1 - - - --- 2012-10-04 Jim Meyering New
[PATCHv3,04/20] sheepdog: avoid a few buffer overruns 2 - - - --- 2012-10-04 Jim Meyering New
« 1 2 ... 417 418 4194264 4265 »