aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386/x86.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh1-1/+1
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini1-3/+3
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini1-4/+0
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow1-0/+2
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow1-0/+6
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow1-0/+7
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow1-1/+1
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow1-1/+1
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow1-1/+2
2023-03-07include/hw/i386: Clean up includes in x86.hThomas Huth1-2/+0
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin1-2/+1
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-1/+1
2023-02-27hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow1-1/+0
2023-02-27hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé1-3/+0
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins1-0/+3
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld1-1/+2
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li1-0/+2
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li1-0/+2
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann1-0/+3
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov1-2/+0
2021-12-15include/hw/i386: Don't include qemu-common.h in .h filesPeter Maydell1-1/+0
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini1-2/+3
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson1-0/+1
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini1-1/+0
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+8
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini1-2/+2
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-0/+4
2020-12-10i386: remove bios_namePaolo Bonzini1-1/+2
2020-12-10x86: add support for second ioapicGerd Hoffmann1-0/+3
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost1-3/+0
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann1-0/+10
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-0/+1
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann1-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger1-9/+0
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-4/+0
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger1-0/+9
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-0/+3
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger1-0/+3
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-0/+18
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-0/+5
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick1-0/+2
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-4/+9
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-1/+57
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez1-0/+35