summaryrefslogtreecommitdiff
path: root/hw/i386/x86.c
AgeCommit message (Expand)Author
2020-03-31hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-07hw/i386/pc: fix regression in parsing vga cmdline parameterPeter Wu
2019-12-17hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez