aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2022-05-16hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang1-10/+14
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li4-28/+32
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li3-47/+29
2022-05-16intel-iommu: update iq_dw during post loadJason Wang1-6/+15
2022-05-16intel-iommu: update root_scalable before switching as during post_loadJason Wang1-7/+7
2022-05-16intel-iommu: block output address in interrupt address rangeJason Wang2-1/+30
2022-05-16intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang2-11/+0
2022-05-16intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse1-6/+1
2022-05-16intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse1-1/+3
2022-05-16intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse1-4/+10
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2-8/+16
2022-05-13i386/pc: Enable CXL fixed memory windowsJonathan Cameron1-1/+30
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky1-0/+27
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky1-5/+10
2022-05-13hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky2-3/+49
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron1-0/+1
2022-05-13intel-iommu: correct the value used for error_setg_errno()Jason Wang1-1/+1
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-1/+1
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow1-118/+0
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann1-6/+19
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann1-14/+22
2022-04-27i386: move bios load error messageGerd Hoffmann1-3/+6
2022-04-20hw: Add compat machines for 7.1Cornelia Huck3-2/+28
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé2-4/+4
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-5/+2
2022-03-21hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini1-5/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster4-15/+15
2022-03-18hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason1-2/+2
2022-03-07hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if presentAni Sinha1-0/+6
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani1-0/+8
2022-03-06pci: drop COMPAT_PROP_PCP for 2.0 machine typesIgor Mammedov1-2/+0
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov1-15/+1
2022-03-06pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne1-2/+26
2022-03-06hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth1-0/+1
2022-03-06hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-06hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-06intel_iommu: support snoop controlJason Wang2-1/+14
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow2-2/+2
2022-02-06ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder2-0/+30
2022-02-04hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth1-1/+4
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-2/+9
2022-01-28qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong1-2/+9
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall1-1/+7
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk1-2/+4
2022-01-07acpi: tpm: Add missing device identification objectsStefan Berger1-0/+7
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth1-0/+8
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov1-0/+2
2022-01-07intel-iommu: correctly check passthrough during translationJason Wang1-15/+23