Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 415 416 417 418 419 420 421 422 423 ... 586 587 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
[05/17] target-i386: cpu_x86_init(): move error handling to end of function 2012-11-12 Eduardo Habkost New
[07/12] qdev-core: isolate reset register/unregister code 2012-10-16 Eduardo Habkost New
[RFC,04/13] move CPU x86 object creation to cpu.c 2012-08-16 Eduardo Habkost New
[RFC,18/20] target-unicore32: move final steps of uc32_cpu_init() to realize function 2012-12-18 Eduardo Habkost New
[RFC,09/19] i386: reorder object setup on cpu_x86_init() 2012-08-03 Eduardo Habkost New
[06/12] qdev: move vmstate handling to qdev-system.c 2012-10-16 Eduardo Habkost New
[RFC,08/13] cpu_x86_register: always initialize 'name' and 'features' 2012-08-16 Eduardo Habkost New
[RFC,2/4] target-i386: Move feature word array outside get_register_name_32() 2013-04-01 Eduardo Habkost New
[5/9] target-i386: check/enforce: Check all CPUID.80000001H.EDX bits 2013-01-04 Eduardo Habkost New
[09/14] config-host.mak: remove CONFIG_QEMU_SHAREDIR 2012-03-30 Eduardo Habkost New
[RFC,02/13] x86_cpudef_setup: coding style change 2012-08-16 Eduardo Habkost New
[13/27] pc: pass PCInitArgs struct to pc_memory_init() 2012-10-24 Eduardo Habkost New
[2/3] move CPU models from cpus-x86_64.conf to C 2012-08-01 Eduardo Habkost New
[14/15] i386: kvm: reformat filter_features_for_kvm() code 2012-10-04 Eduardo Habkost New
[RFC,07/13] cpu_x86_create: move error handling to end of function 2012-08-16 Eduardo Habkost New
[22/27] pc: set CPU APIC ID explicitly 2012-10-24 Eduardo Habkost New
[01/17] target-i386/cpu.c: coding style fix 2012-11-12 Eduardo Habkost New
[01/14] configure: rename $datadir to $qemu_datadir 2012-03-30 Eduardo Habkost New
[RFC,11/13] check for NULL cpu_model outside cpu_x86_find_by_name 2012-08-16 Eduardo Habkost New
[10/27] pc: create PCInitArgs struct 2012-10-24 Eduardo Habkost New
[3/3] eliminate cpus-x86_64.conf file 2012-08-01 Eduardo Habkost New
[03/14] configure: rename $confdir to $qemu_confdir 2012-03-30 Eduardo Habkost New
[RFC,12/13] register a class for each CPU model (v2) 2012-08-16 Eduardo Habkost New
[04/27] target-i386: initialize APIC at CPU level 2012-10-24 Eduardo Habkost New
[1/3] i386: add missing CPUID_* constants 2012-08-01 Eduardo Habkost New
[08/14] config-host.mak: rename docdir to qemu_docdir 2012-03-30 Eduardo Habkost New
[RFC,09/13] kill cpu_x86_register() 2012-08-16 Eduardo Habkost New
[03/27] hw/apic.c: rename bit functions to not conflict with bitops.h 2012-10-24 Eduardo Habkost New
[07/17] target-i386: cpu_x86_register(): report errors using Error parameter 2012-11-12 Eduardo Habkost New
[11/15] i386: kvm: mask cpuid_kvm_features earlier 2012-10-04 Eduardo Habkost New
[RFC,05/13] rename x86_def_t to X86CPUDefinition 2012-08-16 Eduardo Habkost New
[RFC,3/4] target-i386: Add "feature-words" property 2013-04-01 Eduardo Habkost New
[RFC,06/19] i386: cpu: extract the full feature list before parsing it 2012-08-03 Eduardo Habkost New
[10/14] config-host.mak: reorder variables a bit 2012-03-30 Eduardo Habkost New
[RFC,03/13] i386: x86_def_t: rename 'flags' field 2012-08-16 Eduardo Habkost New
[RFC,4/4] target-i386: Use qapi for x86_cpu_get_feature_words() 2013-04-01 Eduardo Habkost New
[SeaBIOS,2/2] allow CPUs to have non-contiguous Local APIC IDs (v2) 2012-07-20 Eduardo Habkost New
[12/14] create_config: simplify prefix=* block, remove CONFIG_QEMU_PREFIX 2012-03-30 Eduardo Habkost New
[RFC,06/13] move X86CPUDefinition to cpu-qom.h 2012-08-16 Eduardo Habkost New
[27/27] pc: generate APIC IDs according to CPU topology 2012-10-24 Eduardo Habkost New
[RFC,10/19] move CPU object creation to cpu.c 2012-08-03 Eduardo Habkost New
[04/15] i386: kvm: extract register switch to cpuid_entry_get_reg() function 2012-10-04 Eduardo Habkost New
[RFC,13/13] HACK to initialize types later 2012-08-16 Eduardo Habkost New
[20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init() 2012-10-24 Eduardo Habkost New
[RFC,13/19] move X86CPUDefinition to cpu-qom.h 2012-08-03 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
[RFC,10/13] cpu_x86_create: reorder parsing of CPU model string and creation of CPU object 2012-08-16 Eduardo Habkost New
[12/27] pc: add PCInitArgs parameter to pc_cpus_init() 2012-10-24 Eduardo Habkost New
[for-1.4,qom-cpu,2/9] target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index 2013-01-22 Eduardo Habkost New
[14/14] configure: add --confsuffix option 2012-03-30 Eduardo Habkost New
[RFC,4/6] i386: kvm: use a #define for the set of alias feature bits 2012-08-17 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
[RFC,12/19] create struct X86CPUModelTableEntry 2012-08-03 Eduardo Habkost New
[08/12] qdev: move reset register/unregister code to qdev-system.c 2012-10-16 Eduardo Habkost New
[RFC,2/6] i386: kill cpudef config section support 2012-08-17 Eduardo Habkost New
[21/27] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init() 2012-10-24 Eduardo Habkost New
[RFC,17/19] kill cpu_x86_build_from_name() 2012-08-03 Eduardo Habkost New
[05/15] i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function 2012-10-04 Eduardo Habkost New
[RFC,09/15] isolate qdev-independent parts of qdev_prop_set_globals() 2012-08-07 Eduardo Habkost New
[23/27] pc: set fw_cfg data based on APIC ID calculation 2012-10-24 Eduardo Habkost New
[2/9] target-i386: kvm: Enable all supported KVM features for -cpu host 2013-01-04 Eduardo Habkost New
[RFC,08/13] qdev-core: isolate reset register/unregister code 2012-10-04 Eduardo Habkost New
[RFC,07/15] qdev: allow qdev_prop_parse() to report errors 2012-08-07 Eduardo Habkost New
[QEMU,2/3] target-i386: cpu: make -cpu host/check/enforce code KVM-specific 2012-10-24 Eduardo Habkost New
[SeaBIOS,1/2] acpi: report real I/O APIC ID (0) on MADT table (v2) 2012-07-20 Eduardo Habkost New
[07/15] i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if' 2012-10-04 Eduardo Habkost New
[RFC,10/15] create object_prop_set_globals() 2012-08-07 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
[RFC,18/19] register a class for each CPU model 2012-08-03 Eduardo Habkost New
[12/12] qom: make CPU a child of DeviceState 2012-10-16 Eduardo Habkost New
[RFC,15/15] generate APIC IDs according to CPU topology (v2) 2012-08-07 Eduardo Habkost New
[19/24] qdev: move reset handler list from vl.c to qdev.c 2012-10-24 Eduardo Habkost New
[QEMU,3/3] x86: pc: versioned CPU model names & compatibility aliases 2012-07-25 Eduardo Habkost New
[03/12] qdev: separate core from the code used only by qemu-system-* 2012-10-16 Eduardo Habkost New
[RFC,12/15] create qemu_global_get() function 2012-08-07 Eduardo Habkost New
[QEMU,3/3] target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID 2012-10-24 Eduardo Habkost New
[RFC,03/19] i386: x86_def_t: rename 'flags' field 2012-08-03 Eduardo Habkost New
[01/12] qdev: split up header so it can be used in cpu.h 2012-10-16 Eduardo Habkost New
[RFC,05/15] remove FW_CFG_MAX_CPUS from fw_cfg_init() 2012-08-07 Eduardo Habkost New
[RFC,15/20] target-arm: replace cpu_arm_init() with generic_cpu_init() 2012-12-18 Eduardo Habkost New
[QEMU,2/3] per-machine-type CPU model alias system 2012-07-25 Eduardo Habkost New
[05/12] qdev-core: isolate vmstate handling into separate functions 2012-10-16 Eduardo Habkost New
[RFC,3/6] i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved 2012-08-17 Eduardo Habkost New
[qom-cpu,2/2] target-i386: Replace cpuid_*features fields with a feature word array 2013-04-02 Eduardo Habkost New
[RFC,11/19] rename x86_def_t to X86CPUDefinition 2012-08-03 Eduardo Habkost New
[04/14] create_config: separate section for qemu_*dir variables 2012-03-30 Eduardo Habkost New
[RFC,06/15] pc: set FW_CFG data based on APIC ID calculation 2012-08-07 Eduardo Habkost New
[qom-cpu,1/2] target-i386/cpu.c: Coding style fixes 2013-04-02 Eduardo Habkost New
[4/9] target-i386: check/enforce: Do not ignore "hypervisor" flag 2013-01-04 Eduardo Habkost New
[02/14] configure: rename $docdir to $qemu_docdir 2012-03-30 Eduardo Habkost New
[RFC,11/15] rename qdev_prop_register_global_list to qemu_globals_register_list 2012-08-07 Eduardo Habkost New
target-i386: Check for host features before filter_features_for_kvm() 2013-04-02 Eduardo Habkost New
[07/27] pc: pc_init1(): always use rom_memory on pc_memory_init() call 2012-10-24 Eduardo Habkost New
[07/14] Makefile: use $(qemu_confdir) instead of $(sysconfdir)/qemu 2012-03-30 Eduardo Habkost New
[RFC,01/15] cpus.h: include cpu-common.h 2012-08-07 Eduardo Habkost New
[3/4] file_ram_alloc(): extract temporary-file creation code to separate function 2012-06-26 Eduardo Habkost New
[11/27] pc: add PC_DEFAULT_CPU_MODEL #define 2012-10-24 Eduardo Habkost New
[11/14] create_config: remove *dir block 2012-03-30 Eduardo Habkost New
[RFC,02/15] hw/apic.c: rename bit functions to not conflict with bitops.h (v2) 2012-08-07 Eduardo Habkost New
[1/4] vl.c: change mem_prealloc to bool 2012-06-26 Eduardo Habkost New