aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell1-0/+32
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-0/+3
2020-09-30typedefs: Restrict PCMachineState to 'hw/i386/pc.h'Philippe Mathieu-Daudé1-2/+2
2020-09-30microvm: add pcie supportGerd Hoffmann1-4/+14
2020-09-30microvm: add irq tableGerd Hoffmann1-0/+22
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov1-0/+2
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov1-0/+2
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-1/+0
2020-09-21Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell7-25/+7
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost5-19/+5
2020-09-18hw/i386/vmport: Drop superfluous parenthesis around function typedefPhilippe Mathieu-Daudé1-1/+1
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann1-0/+10
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann3-2/+1
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann1-2/+2
2020-09-17microvm/acpi: add minimal acpi supportGerd Hoffmann1-0/+9
2020-09-17microvm: make virtio irq base runtime configurableGerd Hoffmann1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost8-40/+16
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost8-20/+35
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger1-1/+0
2020-09-02Revert "hw/386: Add EPYC mode topology decoding functions"Babu Moger1-100/+0
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger1-9/+0
2020-09-02x86-iommu: Rename QOM type macrosEduardo Habkost1-2/+2
2020-08-19hw: add compat machines for 5.2Cornelia Huck1-0/+3
2020-07-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka1-0/+1
2020-07-10xen: cleanup unrealized flash devicesPaul Durrant1-0/+1
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