index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
i386
/
x86.h
Age
Commit message (
Expand
)
Author
2023-03-07
include/hw/i386: Clean up includes in x86.h
Thomas Huth
2023-03-02
Revert "hw/i386: pass RNG seed via setup_data entry"
Michael S. Tsirkin
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
2023-02-27
hw/i386/ich9: Remove redundant GSI_NUM_PINS
Bernhard Beschow
2023-02-27
hw/i386/x86: Reduce init_topo_info() scope
Philippe Mathieu-Daudé
2022-07-26
hw/i386: add 4g boundary start to X86MachineState
Joao Martins
2022-07-22
hw/i386: pass RNG seed via setup_data entry
Jason A. Donenfeld
2022-05-16
hw/i386: Make pic a property of common x86 base machine type
Xiaoyao Li
2022-05-16
hw/i386: Make pit a property of common x86 base machine type
Xiaoyao Li
2022-04-27
i386: factor out x86_firmware_configure()
Gerd Hoffmann
2022-03-06
x86: cleanup unused compat_apic_id_mode
Igor Mammedov
2021-12-15
include/hw/i386: Don't include qemu-common.h in .h files
Peter Maydell
2021-11-02
target/i386: move linuxboot_dma_enabled to X86MachineState
Paolo Bonzini
2021-09-30
vl: Add sgx compound properties to expose SGX EPC sections to guest
Sean Christopherson
2021-06-25
machine: move dies from X86MachineState to CpuTopology
Paolo Bonzini
2021-06-17
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
2021-04-04
x86: rename oem-id and oem-table-id properties
Paolo Bonzini
2021-03-22
acpi: Move setters/getters of oem fields to X86MachineState
Marian Postevca
2020-12-10
i386: remove bios_name
Paolo Bonzini
2020-12-10
x86: add support for second ioapic
Gerd Hoffmann
2020-10-30
pc: Implement -no-hpet as sugar for -machine hpet=on
Eduardo Habkost
2020-10-21
x86: make pci irqs runtime configurable
Gerd Hoffmann
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-17
x86: move cpu hotplug from pc to x86
Gerd Hoffmann
2020-09-17
x86: move acpi_dev from pc/microvm
Gerd Hoffmann
2020-09-17
x86: constify x86_machine_is_*_enabled
Gerd Hoffmann
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-02
Revert "hw/i386: Introduce apicid functions inside X86MachineState"
Babu Moger
2020-06-17
x86: move max-ram-below-4g to pc
Gerd Hoffmann
2020-03-31
hw/i386: Introduce apicid functions inside X86MachineState
Babu Moger
2020-03-29
acpi: add acpi=OnOffAuto machine property to x86 and arm virt
Gerd Hoffmann
2020-03-17
hw/i386: Introduce X86CPUTopoInfo to contain topology info
Babu Moger
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-12-17
x86: move SMM property to X86MachineState
Paolo Bonzini
2019-11-19
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
2019-10-22
hw/i386: make x86.c independent from PCMachineState
Sergio Lopez
2019-10-22
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
2019-10-22
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez