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
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