summary refs log tree commit diff stats
path: root/include/hw/i386/x86.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-271-1/+1
* hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2024-02-221-1/+2
* include/hw/i386: Clean up includes in x86.hThomas Huth2023-03-071-2/+0
* Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2023-03-021-2/+1
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-271-1/+1
* hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow2023-02-271-1/+0
* hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé2023-02-271-3/+0
* hw/i386: add 4g boundary start to X86MachineStateJoao Martins2022-07-261-0/+3
* hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-221-1/+2
* hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2022-05-161-0/+2
* hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li2022-05-161-0/+2
* i386: factor out x86_firmware_configure()Gerd Hoffmann2022-04-271-0/+3
* x86: cleanup unused compat_apic_id_modeIgor Mammedov2022-03-061-2/+0
* include/hw/i386: Don't include qemu-common.h in .h filesPeter Maydell2021-12-151-1/+0
* target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-021-2/+3
* vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson2021-09-301-0/+1
* machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-251-1/+0
* i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-171-0/+8
* x86: rename oem-id and oem-table-id propertiesPaolo Bonzini2021-04-041-2/+2
* acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca2021-03-221-0/+4
* i386: remove bios_namePaolo Bonzini2020-12-101-1/+2
* x86: add support for second ioapicGerd Hoffmann2020-12-101-0/+3
* pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-301-3/+0
* x86: make pci irqs runtime configurableGerd Hoffmann2020-10-211-0/+2
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1
* x86: move cpu hotplug from pc to x86Gerd Hoffmann2020-09-171-0/+10
* x86: move acpi_dev from pc/microvmGerd Hoffmann2020-09-171-0/+1
* x86: constify x86_machine_is_*_enabledGerd Hoffmann2020-09-171-2/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger2020-09-021-9/+0
* x86: move max-ram-below-4g to pcGerd Hoffmann2020-06-171-4/+0
* hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger2020-03-311-0/+9
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-0/+3
* hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2020-03-171-0/+3
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-0/+18
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-171-0/+5
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-191-0/+2
* hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-4/+9
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-1/+57
* hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-221-0/+35