summaryrefslogtreecommitdiffstats
path: root/include/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* hw: add compat machines for 5.2Cornelia Huck2020-08-191-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-07-111-0/+1
|\
| * apic: Report current_count via 'info lapic'Jan Kiszka2020-07-111-0/+1
* | xen: cleanup unrealized flash devicesPaul Durrant2020-07-101-0/+1
|/
* audio: create pcspk device earlyGerd Hoffmann2020-07-061-0/+1
* pc_basic_device_init: drop no_vmport argGerd Hoffmann2020-07-061-1/+0Star
* pc_basic_device_init: drop has_pit argGerd Hoffmann2020-07-061-1/+0Star
* pc_basic_device_init: pass PCMachineStateGerd Hoffmann2020-07-061-1/+2
* floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2020-06-241-1/+0Star
* microvm: move virtio base to 0xfeb00000Gerd Hoffmann2020-06-171-1/+1
* x86: move max-ram-below-4g to pcGerd Hoffmann2020-06-172-4/+2Star
* hw/i386/vmport: Add support for CMD_GETHZLiran Alon2020-06-101-0/+1
* hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon2020-06-101-0/+1
* hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon2020-06-101-0/+1
* hw/i386/vmport: Define enum for all commandsLiran Alon2020-06-101-1/+10
* hw/i386/vmport: Introduce vmport.hLiran Alon2020-06-101-0/+16
* hw: add compat machines for 5.1Cornelia Huck2020-05-061-0/+3
* hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé2020-05-041-4/+0Star
* hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé2020-05-041-3/+0Star
* hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé2020-05-041-6/+0Star
* hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger2020-04-011-0/+9
* hw/386: Add EPYC mode topology decoding functionsBabu Moger2020-04-011-0/+100
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-0/+3
* hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger2020-03-181-3/+3
* hw/i386: Update structures to save the number of nodes per packageBabu Moger2020-03-181-0/+1
* hw/i386: Consolidate topology functionsBabu Moger2020-03-181-47/+21Star
* hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2020-03-182-14/+27
* hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger2020-03-181-20/+24
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+2
* hw/i386/pc: Clean up includesPhilippe Mathieu-Daudé2020-03-091-8/+3Star
* hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-4/+0Star
* hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé2019-12-171-0/+3
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-172-20/+18Star
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-172-3/+5
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-8/+0Star
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-0/+3
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-192-2/+2
* hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-22/+0Star
* hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-051-6/+0Star
* hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-051-2/+0Star
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-6/+0Star
* piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-051-1/+0Star
* target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-261-1/+0Star
* hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-241-0/+1
* hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-241-0/+2
* hw/i386: Introduce the microvm machine typeSergio Lopez2019-10-221-0/+71
* hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-4/+9
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-222-25/+60