Show patches with: State = Action Required       |    Archived = No       |   428791 patches
« 1 2 ... 1064 1065 10664287 4288 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[20/24] qdev: add stub vmstate handling to qdev.c - - - - --- 2012-11-09 Eduardo Habkost New
[19/24] qdev: move reset handler list from vl.c to qdev.c - - - - --- 2012-11-09 Eduardo Habkost New
[18/24] qdev: qdev_create(): use error_report() instead of hw_error() - - - - --- 2012-11-09 Eduardo Habkost New
[17/24] qdev-properties.c: add copyright/license information - - - - --- 2012-11-09 Eduardo Habkost New
[16/24] qapi-types.h: don't include qemu-common.h - - - - --- 2012-11-09 Eduardo Habkost New
[15/24] qlist.h: do not include qemu-common.h - - - - --- 2012-11-09 Eduardo Habkost New
[14/24] sysemu.h: include qemu-types.h instead of qemu-common.h - - - - --- 2012-11-09 Eduardo Habkost New
[13/24] create qemu-types.h for struct typedefs - - - - --- 2012-11-09 Eduardo Habkost New
[12/24] qga/channel-posix.c: include headers it needs - - - - --- 2012-11-09 Eduardo Habkost New
[11/24] qapi/qmp-registry.c: include headers it needs - - - - --- 2012-11-09 Eduardo Habkost New
[10/24] qemu-config.h: include headers it needs - - - - --- 2012-11-09 Eduardo Habkost New
[09/24] ui/vnc-pallete.c: include headers it needs - - - - --- 2012-11-09 Eduardo Habkost New
[08/24] vnc-palette.h: include <stdbool.h> - - - - --- 2012-11-09 Eduardo Habkost New
[07/24] qemu-fsdev-dummy.c: include module.h - - - - --- 2012-11-09 Eduardo Habkost New
[06/24] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h) - - - - --- 2012-11-09 Eduardo Habkost New
[05/24] qdev: split up header so it can be used in cpu.h - - - - --- 2012-11-09 Eduardo Habkost New
[04/24] move qemu_irq typedef out of cpu-common.h - - - - --- 2012-11-09 Eduardo Habkost New
[03/24] qemu-common.h: comment about usage rules - - - - --- 2012-11-09 Eduardo Habkost New
[02/24] user: rename qemu-types.h to qemu-user-types.h - - - - --- 2012-11-09 Eduardo Habkost New
[01/24] user: move *-user/qemu-types.h to main directory - - - - --- 2012-11-09 Eduardo Habkost New
target-i386: cpu: fix --disable-kvm compilation 1 - - - --- 2012-11-02 Eduardo Habkost New
[QEMU,3/3] target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID - - - - --- 2012-10-24 Eduardo Habkost New
[QEMU,2/3] target-i386: cpu: make -cpu host/check/enforce code KVM-specific - - - - --- 2012-10-24 Eduardo Habkost New
[QEMU,1/3] target-i385: make cpu_x86_fill_host() void - - - - --- 2012-10-24 Eduardo Habkost New
[27/27] pc: generate APIC IDs according to CPU topology - - - - --- 2012-10-24 Eduardo Habkost New
[26/27] pc: create separate init function for pc-1.3 - - - - --- 2012-10-24 Eduardo Habkost New
[25/27] target-i386: topology & APIC ID utility functions - - - - --- 2012-10-24 Eduardo Habkost New
[24/27] tests: support target-specific unit tests - - - - --- 2012-10-24 Eduardo Habkost New
[23/27] pc: set fw_cfg data based on APIC ID calculation - - - - --- 2012-10-24 Eduardo Habkost New
[22/27] pc: set CPU APIC ID explicitly - - - - --- 2012-10-24 Eduardo Habkost New
[21/27] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init() - - - - --- 2012-10-24 Eduardo Habkost New
[20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init() - - - - --- 2012-10-24 Eduardo Habkost New
[19/27] cpu_x86_init: check for x86_cpu_realize() errors - - - - --- 2012-10-24 Eduardo Habkost New
[18/27] pc: isolate the code that create CPUs - - - - --- 2012-10-24 Eduardo Habkost New
[17/27] xen_machine_pv: use cpu_init() instead of cpu_x86_init() - - - - --- 2012-10-24 Eduardo Habkost New
[16/27] pc: pass PCInitArgs struct to pc_bios_init() - - - - --- 2012-10-24 Eduardo Habkost New
[15/27] pc: rename bochs_bios_init() to pc_bios_init() - - - - --- 2012-10-24 Eduardo Habkost New
[14/27] pc: use FWCfgState* instead of void* for fw_cfg data - - - - --- 2012-10-24 Eduardo Habkost New
[13/27] pc: pass PCInitArgs struct to pc_memory_init() - - - - --- 2012-10-24 Eduardo Habkost New
[12/27] pc: add PCInitArgs parameter to pc_cpus_init() - - - - --- 2012-10-24 Eduardo Habkost New
[11/27] pc: add PC_DEFAULT_CPU_MODEL #define - - - - --- 2012-10-24 Eduardo Habkost New
[10/27] pc: create PCInitArgs struct - - - - --- 2012-10-24 Eduardo Habkost New
[09/27] pc: pc_init1(): get QEMUMachineInitArgs argument - - - - --- 2012-10-24 Eduardo Habkost New
[08/27] pc: pc_init1(): remove MemoryRegion arguments - - - - --- 2012-10-24 Eduardo Habkost New
[07/27] pc: pc_init1(): always use rom_memory on pc_memory_init() call - - - - --- 2012-10-24 Eduardo Habkost New
[06/27] target-i386: kvm: set vcpu_id to APIC ID instead of CPU index - - - - --- 2012-10-24 Eduardo Habkost New
[05/27] kvm: create kvm_arch_vcpu_id() function - - - - --- 2012-10-24 Eduardo Habkost New
[04/27] target-i386: initialize APIC at CPU level - - - - --- 2012-10-24 Eduardo Habkost New
[03/27] hw/apic.c: rename bit functions to not conflict with bitops.h - - - - --- 2012-10-24 Eduardo Habkost New
[02/27] cpus.h: include qemu-stdio.h - - - - --- 2012-10-24 Eduardo Habkost New
[01/27] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h) - - - - --- 2012-10-24 Eduardo Habkost New
target-i386: cpu: recover items 28-31 of ext2_feature_name - - 1 - --- 2012-10-24 Eduardo Habkost New
[24/24] qom: make CPU a child of DeviceState - - - - --- 2012-10-24 Eduardo Habkost New
[23/24] include qdev code into *-user, too - - - - --- 2012-10-24 Eduardo Habkost New
[22/24] qdev-properties.c: separate core from the code used only by qemu-system-* - - - - --- 2012-10-24 Eduardo Habkost New
[21/24] qdev: add sysbus_get_default() GCC_WEAK stub - - - - --- 2012-10-24 Eduardo Habkost New
[20/24] qdev: add stub vmstate handling to qdev.c - - - - --- 2012-10-24 Eduardo Habkost New
[19/24] qdev: move reset handler list from vl.c to qdev.c - - - - --- 2012-10-24 Eduardo Habkost New
[18/24] qdev: qdev_create(): use error_report() instead of hw_error() - - - - --- 2012-10-24 Eduardo Habkost New
[17/24] qdev-properties.c: add copyright/license information - - - - --- 2012-10-24 Eduardo Habkost New
[16/24] qapi-types.h: don't include qemu-common.h - - - - --- 2012-10-24 Eduardo Habkost New
[15/24] qlist.h: do not include qemu-common.h - - - - --- 2012-10-24 Eduardo Habkost New
[14/24] sysemu.h: include qemu-types.h instead of qemu-common.h - - - - --- 2012-10-24 Eduardo Habkost New
[13/24] create qemu-types.h for struct typedefs - - - - --- 2012-10-24 Eduardo Habkost New
[12/24] qga/channel-posix.c: include headers it needs - - - - --- 2012-10-24 Eduardo Habkost New
[11/24] qapi/qmp-registry.c: include headers it needs - - - - --- 2012-10-24 Eduardo Habkost New
[10/24] qemu-config.h: include headers it needs - - - - --- 2012-10-24 Eduardo Habkost New
[09/24] ui/vnc-pallete.c: include headers it needs - - - - --- 2012-10-24 Eduardo Habkost New
[08/24] vnc-palette.h: include <stdbool.h> - - - - --- 2012-10-24 Eduardo Habkost New
[07/24] qemu-fsdev-dummy.c: include module.h - - - - --- 2012-10-24 Eduardo Habkost New
[06/24] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h) - - - - --- 2012-10-24 Eduardo Habkost New
[05/24] qdev: split up header so it can be used in cpu.h - - - - --- 2012-10-24 Eduardo Habkost New
[04/24] move qemu_irq typedef out of cpu-common.h - - - - --- 2012-10-24 Eduardo Habkost New
[03/24] qemu-common.h: comment about usage rules - - - - --- 2012-10-24 Eduardo Habkost New
[02/24] user: rename qemu-types.h to qemu-user-types.h - - - - --- 2012-10-24 Eduardo Habkost New
[01/24] user: move *-user/qemu-types.h to main directory - - - - --- 2012-10-24 Eduardo Habkost New
[12/12] qom: make CPU a child of DeviceState - - - - --- 2012-10-16 Eduardo Habkost New
[11/12] include core qdev code into *-user, too - - - - --- 2012-10-16 Eduardo Habkost New
[10/12] qdev: use full qdev.h include path on qdev*.c - - - - --- 2012-10-16 Eduardo Habkost New
[09/12] move qemu_irq typedef out of cpu-common.h - - 1 - --- 2012-10-16 Eduardo Habkost New
[08/12] qdev: move reset register/unregister code to qdev-system.c - - - - --- 2012-10-16 Eduardo Habkost New
[07/12] qdev-core: isolate reset register/unregister code - - - - --- 2012-10-16 Eduardo Habkost New
[06/12] qdev: move vmstate handling to qdev-system.c - - - - --- 2012-10-16 Eduardo Habkost New
[05/12] qdev-core: isolate vmstate handling into separate functions - - - - --- 2012-10-16 Eduardo Habkost New
[04/12] qdev: rename qdev.c to qdev-core.c - - - - --- 2012-10-16 Eduardo Habkost New
[03/12] qdev: separate core from the code used only by qemu-system-* - - - - --- 2012-10-16 Eduardo Habkost New
[02/12] qapi-types.h doesn't really need to include qemu-common.h - - - - --- 2012-10-16 Eduardo Habkost New
[01/12] qdev: split up header so it can be used in cpu.h - - - - --- 2012-10-16 Eduardo Habkost New
[QEMU,v4] create struct for machine initialization arguments - - - - --- 2012-10-15 Eduardo Habkost New
[QEMU] i386: cpu: add missing CPUID[EAX=7, ECX=0] flag names - - 1 - --- 2012-10-09 Eduardo Habkost New
[QEMU] create struct for machine initialization arguments (v3) - - - - --- 2012-10-05 Eduardo Habkost New
[QEMU] create struct for machine initialization arguments (v2) - - - - --- 2012-10-05 Eduardo Habkost New
[QEMU] create struct for machine initialization arguments - - - - --- 2012-10-05 Eduardo Habkost New
[15/15] i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too - - - - --- 2012-10-04 Eduardo Habkost New
[14/15] i386: kvm: reformat filter_features_for_kvm() code - - - - --- 2012-10-04 Eduardo Habkost New
[13/15] i386: kvm: filter CPUID feature words earlier, on cpu.c - - - - --- 2012-10-04 Eduardo Habkost New
[12/15] i386: kvm: mask cpuid_ext4_features bits earlier - - - - --- 2012-10-04 Eduardo Habkost New
[11/15] i386: kvm: mask cpuid_kvm_features earlier - - - - --- 2012-10-04 Eduardo Habkost New
[10/15] i386: kvm: x2apic is not supported without in-kernel irqchip - - - - --- 2012-10-04 Eduardo Habkost New
[09/15] i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid() - - - - --- 2012-10-04 Eduardo Habkost New
« 1 2 ... 1064 1065 10664287 4288 »