Show patches with: Submitter = Eduardo Habkost       |    State = Action Required       |    Archived = No       |   5276 patches
« 1 2 ... 50 51 52 53 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,01/18] pc: create "PC" device class - - - - --- 2012-10-03 Eduardo Habkost New
configure: fix "--target-list=<target>, <target>, ..." option - - - 1 --- 2012-09-11 Eduardo Habkost New
[5/5] i386: -cpu help: remove reference to specific CPUID leaves/registers - - 1 - --- 2012-09-06 Eduardo Habkost New
[4/5] i386: cpu: eliminate duplicate feature names - - 1 - --- 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
[2/5] i386: kvm: use a #define for the set of alias feature bits - - 2 - --- 2012-09-06 Eduardo Habkost New
[1/5] i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved - - 2 - --- 2012-09-06 Eduardo Habkost New
[7/7] i386: kill cpudef config section support - - - - --- 2012-09-05 Eduardo Habkost New
[6/7] x86_cpudef_setup: coding style change - - 1 - --- 2012-09-05 Eduardo Habkost New
[5/7] eliminate cpus-x86_64.conf file - - 1 - --- 2012-09-05 Eduardo Habkost New
[4/7] move CPU models from cpus-x86_64.conf to C - - 2 - --- 2012-09-05 Eduardo Habkost New
[3/7] i386: add missing CPUID_* constants - - 1 - --- 2012-09-05 Eduardo Habkost New
[2/7] Drop cpu_list_id macro - - 2 - --- 2012-09-05 Eduardo Habkost New
[1/7] target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump - - 2 - --- 2012-09-05 Eduardo Habkost New
[QEMU,1.2] i386: kvm: have a predefined set of default KVM feature bits - - - - --- 2012-08-29 Eduardo Habkost New
[RFC,8/8] make CPU a child of DeviceState - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,7/8] include core qdev code into *-user, too - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,6/8] qdev: use full qdev.h include path on qdev*.c - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,5/8] split qdev into a core and code used only by qemu-system-* - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,4/8] cleanup error.h, included qapi-types.h aready has stdbool.h - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,3/8] qapi-types.h doesn't really need to include qemu-common.h - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,2/8] qdev: split up header so it can be used in cpu.h - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,1/8] move qemu_irq typedef out of cpu-common.h - - - - --- 2012-08-21 Eduardo Habkost New
[RFC,6/6] i386: -cpu help: remove reference to specific CPUID leaves/registers - - - - --- 2012-08-17 Eduardo Habkost New
[RFC,5/6] i386: cpu: eliminate duplicate feature names - - - - --- 2012-08-17 Eduardo Habkost New
[RFC,4/6] i386: kvm: use a #define for the set of alias feature bits - - 1 - --- 2012-08-17 Eduardo Habkost New
[RFC,3/6] i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved - - 1 - --- 2012-08-17 Eduardo Habkost New
[RFC,2/6] i386: kill cpudef config section support - - - - --- 2012-08-17 Eduardo Habkost New
[RFC,1/6] x86_cpudef_setup: coding style change - - 1 - --- 2012-08-17 Eduardo Habkost New
[RFC,13/13] HACK to initialize types later - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,12/13] register a class for each CPU model (v2) - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,11/13] check for NULL cpu_model outside cpu_x86_find_by_name - - - - --- 2012-08-16 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
[RFC,09/13] kill cpu_x86_register() - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,08/13] cpu_x86_register: always initialize 'name' and 'features' - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,07/13] cpu_x86_create: move error handling to end of function - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,06/13] move X86CPUDefinition to cpu-qom.h - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,05/13] rename x86_def_t to X86CPUDefinition - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,04/13] move CPU x86 object creation to cpu.c - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,03/13] i386: x86_def_t: rename 'flags' field - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,02/13] x86_cpudef_setup: coding style change - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,01/13] target-i386/cpu.c: coding style fixes - - - - --- 2012-08-16 Eduardo Habkost New
[RFC,15/15] generate APIC IDs according to CPU topology (v2) - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,14/15] i386: topology & APIC ID utility functions (v2) - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,13/15] tests: support target-specific unit tests - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,12/15] create qemu_global_get() function - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,11/15] rename qdev_prop_register_global_list to qemu_globals_register_list - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,10/15] create object_prop_set_globals() - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,09/15] isolate qdev-independent parts of qdev_prop_set_globals() - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,08/15] move global properties code to global-properties.c - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,07/15] qdev: allow qdev_prop_parse() to report errors - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,06/15] pc: set FW_CFG data based on APIC ID calculation - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,05/15] remove FW_CFG_MAX_CPUS from fw_cfg_init() - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,04/15] i386: create apic_id_for_cpu() function (v2) - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,03/15] kvm: set vcpu_id to APIC ID instead of CPU index - - - - --- 2012-08-07 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
[RFC,01/15] cpus.h: include cpu-common.h - - - - --- 2012-08-07 Eduardo Habkost New
[RFC,19/19] HACK: late CPU class initialization - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,18/19] register a class for each CPU model - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,17/19] kill cpu_x86_build_from_name() - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,16/19] kill cpu_x86_register() - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,15/19] cpu_x86_create: move error handling to end of function - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,14/19] extract CPU object field initialization from cpu_x86_register() - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,13/19] move X86CPUDefinition to cpu-qom.h - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,12/19] create struct X86CPUModelTableEntry - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,11/19] rename x86_def_t to X86CPUDefinition - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,10/19] move CPU object creation to cpu.c - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,09/19] i386: reorder object setup on cpu_x86_init() - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,08/19] i386: extract CPU model lookup to a separate function - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,07/19] i386: cpu: extract parsing of feature strings to separate function - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,06/19] i386: cpu: extract the full feature list before parsing it - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,05/19] cpu_x86_build_from_name: use strtok_r() - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,04/19] rename cpu_x86_find_by_name to x86_cpu_build_from_name - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,03/19] i386: x86_def_t: rename 'flags' field - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,02/19] x86_cpudef_setup: coding style change - - - - --- 2012-08-03 Eduardo Habkost New
[RFC,01/19] target-i386/cpu.c: coding style fixes - - - - --- 2012-08-03 Eduardo Habkost New
[3/3] eliminate cpus-x86_64.conf file - - - - --- 2012-08-01 Eduardo Habkost New
[2/3] move CPU models from cpus-x86_64.conf to C - - - - --- 2012-08-01 Eduardo Habkost New
[1/3] i386: add missing CPUID_* constants - - - - --- 2012-08-01 Eduardo Habkost New
[SeaBIOS,2/2] allow CPUs to have non-contiguous Local APIC IDs (v2) - - - - --- 2012-07-25 Eduardo Habkost New
[SeaBIOS,1/2] report real I/O APIC ID (0) on MADT and MP-table (v3) - - - - --- 2012-07-25 Eduardo Habkost New
[QEMU,3/3] x86: pc: versioned CPU model names & compatibility aliases - - - - --- 2012-07-25 Eduardo Habkost New
[QEMU,2/3] per-machine-type CPU model alias system - - - - --- 2012-07-25 Eduardo Habkost New
[QEMU,1/3] vl.c: extract qemu_machine_init() function - - - - --- 2012-07-25 Eduardo Habkost New
[SeaBIOS,2/2] allow CPUs to have non-contiguous Local APIC IDs (v2) - - - - --- 2012-07-20 Eduardo Habkost New
[SeaBIOS,1/2] acpi: report real I/O APIC ID (0) on MADT table (v2) - - - - --- 2012-07-20 Eduardo Habkost New
[seabios,2/2] allow CPUs to have non-contiguous Local APIC IDs - - - - --- 2012-07-19 Eduardo Habkost New
[seabios,1/2] acpi: set I/O APIC ID to 0 by default - - - - --- 2012-07-19 Eduardo Habkost New
[resend] tests: Makefile: include dependency files 1 - - - --- 2012-07-18 Eduardo Habkost New
[RFC,seabios] enumerate APIC IDs directly from CPUs - - - - --- 2012-07-17 Eduardo Habkost New
[Seabios,RFC,1/1] get lapic IDs from fw_cfg - - - - --- 2012-07-10 Eduardo Habkost New
[QEMU,RFC,7/7] generate APIC IDs according to CPU topology - - - - --- 2012-07-10 Eduardo Habkost New
[QEMU,RFC,6/7] i386: topology & APIC ID utility functions - - - - --- 2012-07-10 Eduardo Habkost New
[QEMU,RFC,5/7] pc: write lapic info (apic IDs) to fw_cfg so seabios can use it - - - - --- 2012-07-10 Eduardo Habkost New
[QEMU,RFC,4/7] i386: create apic_id_for_cpu() function - - - - --- 2012-07-10 Eduardo Habkost New
[QEMU,3/7] kvm: set vcpu_id to APIC ID instead of CPU index - - - - --- 2012-07-10 Eduardo Habkost New
[QEMU,2/7] hw/apic.c: rename bit functions to not conflict with bitops.h - - - - --- 2012-07-10 Eduardo Habkost New
[1/7] cpus.h: include cpu-common.h - - - - --- 2012-07-10 Eduardo Habkost New
tests: Makefile: include dependency files - - - - --- 2012-07-05 Eduardo Habkost New
[RESEND] .gitignore update - - - - --- 2012-07-04 Eduardo Habkost New
« 1 2 ... 50 51 52 53 »