aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2019-03-06hw/i386/pc.c: remove unused function pc_acpi_init()Wei Yang1-1/+0
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella1-0/+3
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-15/+3
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-15/+3
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-0/+3
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau1-221/+15
2019-01-07include: remove compat.hMarc-André Lureau1-1/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-14/+3
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau1-94/+3
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau1-85/+3
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-71/+3
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-2/+2
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-21/+2
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-32/+2
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-27/+2
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-7/+2
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-15/+2
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-11/+2
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-19/+2
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-15/+2
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-7/+2
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu1-1/+3
2018-12-19intel_iommu: dma read/write draining supportPeter Xu2-0/+6
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson1-0/+3
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard1-3/+3
2018-11-05x86_iommu: move vtd_generate_msi_message in common fileSingh, Brijesh2-59/+66
2018-10-30i386: Add PKU on Skylake-Server CPU modelTao Xu1-1/+9
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan1-0/+8
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini1-0/+4
2018-07-09pc: Fix typo on PC_COMPAT_2_12Eduardo Habkost1-1/+1
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-3/+0
2018-06-28ioapic: support "info irq"Peter Xu1-0/+3
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger1-0/+12
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler1-1/+1
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler1-0/+1
2018-05-23intel-iommu: rework the page walk logicPeter Xu1-0/+2
2018-05-23intel-iommu: only do page walk for MAP notifiersPeter Xu1-0/+2
2018-05-23intel-iommu: add iommu lockPeter Xu1-0/+6
2018-05-23intel-iommu: remove IntelIOMMUNotifierNodePeter Xu1-7/+2
2018-05-15i386: Add new property to control cache infoBabu Moger1-0/+5
2018-05-15pc: add 2.13 machine typesBabu Moger1-0/+3
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov1-8/+0
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-1/+1
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-1/+0
2018-03-16pc: correct misspelled CPU model-id for pc 2.2Wang Xin1-1/+1
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-9/+0
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé1-8/+0
2018-03-12q35: change default NIC to e1000ePaolo Bonzini1-1/+2
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty1-0/+1