aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-0/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann1-1/+2
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann1-1/+0
2020-06-17microvm: move virtio base to 0xfeb00000Gerd Hoffmann1-1/+1
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann2-4/+2
2020-06-10hw/i386/vmport: Add support for CMD_GETHZLiran Alon1-0/+1
2020-06-10hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon1-0/+1
2020-06-10hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon1-0/+1
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon1-1/+10
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon1-0/+16
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-0/+3
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé1-4/+0
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé1-3/+0
2020-05-04hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé1-6/+0
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger1-0/+9
2020-03-31hw/386: Add EPYC mode topology decoding functionsBabu Moger1-0/+100
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-0/+3
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger1-3/+3
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger1-0/+1
2020-03-17hw/i386: Consolidate topology functionsBabu Moger1-47/+21
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2-14/+27
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger1-20/+24
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+2
2020-03-09hw/i386/pc: Clean up includesPhilippe Mathieu-Daudé1-8/+3
2020-03-09hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé1-4/+0
2020-03-09hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé1-1/+0
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé1-1/+0
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé1-0/+3
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini2-20/+18
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini2-3/+5
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-8/+0
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-0/+3
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2-2/+2
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé1-22/+0
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé1-6/+0
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé1-2/+0
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé1-6/+0
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau1-1/+0
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini1-1/+0
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé1-0/+1
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé1-0/+2
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez1-0/+71
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-4/+9
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2-25/+60
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2-1/+35
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez1-1/+1
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-0/+3
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard1-0/+2