aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-0/+64
2021-03-06x86/pvh: extract only 4 bytes of start address for 32 bit kernelsDavid Edmondson1-2/+4
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10i386: remove bios_namePaolo Bonzini1-6/+4
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-2/+4
2020-12-10x86: add support for second ioapicGerd Hoffmann1-0/+21
2020-12-10x86: rewrite gsi_handler()Gerd Hoffmann1-4/+10
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+1
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana1-1/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-0/+1
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov1-0/+11
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann1-0/+271
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann1-2/+2
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger1-1/+0
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger1-5/+0
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger1-30/+7
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-4/+2
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-02x86: Fix x86_cpu_new() error handlingMarkus Armbruster1-3/+5
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-46/+0
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-3/+3
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+4
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-3/+3
2020-03-31hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger1-7/+30
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger1-0/+5
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-0/+32
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger1-0/+1
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger1-4/+0
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger1-8/+24
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger1-9/+9
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2020-01-07hw/i386/pc: fix regression in parsing vga cmdline parameterPeter Wu1-4/+4
2019-12-17hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé1-4/+3
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé1-0/+1
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-0/+103
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-1/+49
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-0/+1
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick1-0/+1
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-29/+24
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-15/+125
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez1-0/+690