aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth1-1/+0
2019-01-14Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-0/+10
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini1-0/+7
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov1-0/+3
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+3
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant3-3/+3
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-3/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-744/+168
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost2-744/+168
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost2-62/+62
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang2-3/+3
2019-01-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell1-0/+53
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini1-0/+53
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau2-37/+252
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau2-7/+20
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau2-7/+100
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau2-8/+91
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau3-8/+75
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau3-8/+7
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau3-8/+27
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau3-10/+38
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau3-10/+33
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau3-10/+13
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau3-10/+21
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau3-10/+17
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau3-10/+25
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau3-10/+21
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau3-10/+13
2019-01-07machine: move compat properties out of globalsMarc-André Lureau2-383/+345
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau2-38/+76
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau2-215/+325
2018-12-20x86-iommu: turn on IR by default if properPeter Xu1-3/+4
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu5-10/+21
2018-12-20q35: set split kernel irqchip as defaultPeter Xu1-0/+2
2018-12-20hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth1-68/+2
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-30/+19
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz1-3/+1
2018-12-19intel_iommu: remove "x-" prefix for "aw-bits"Peter Xu1-1/+1
2018-12-19intel_iommu: dma read/write draining supportPeter Xu2-0/+7
2018-12-19intel_iommu: convert invalid traces into error reportsPeter Xu2-21/+43
2018-12-19intel_iommu: dump correct iova when failedPeter Xu1-1/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé3-3/+3
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+5
2018-12-14hw/i386/multiboot.c: Don't use load_image()Peter Maydell1-1/+5
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell1-10/+12
2018-12-11pc: Use default_machine_opts to set suppress_vmdescEduardo Habkost1-1/+1
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson2-5/+23