aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann
2022-04-27i386: move bios load error messageGerd Hoffmann
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-21hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason
2022-03-07hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if presentAni Sinha
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani
2022-03-06pci: drop COMPAT_PROP_PCP for 2.0 machine typesIgor Mammedov
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov
2022-03-06pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne
2022-03-06hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth
2022-03-06hw/i386: Replace magic number with field length calculationDov Murik
2022-03-06hw/i386: Improve bounds checking in OVMF table parsingDov Murik
2022-03-06intel_iommu: support snoop controlJason Wang
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-02-06ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder
2022-02-04hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-01-28qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk
2022-01-07acpi: tpm: Add missing device identification objectsStefan Berger
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov
2022-01-07intel-iommu: correctly check passthrough during translationJason Wang
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-18hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé
2021-12-10numa: Support SGX numa in the monitor and Libvirt interfacesYang Zhong
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong
2021-11-29intel-iommu: ignore leaf SNP bit in scalable modeJason Wang
2021-11-22microvm: check g_file_set_contents() return valueGerd Hoffmann
2021-11-22microvm: add missing g_free() callGerd Hoffmann
2021-11-22hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()Philippe Mathieu-Daudé
2021-11-15Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2021-11-15hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSCJulia Suvorova
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova
2021-11-15pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov
2021-11-10sgx: Reset the vEPC regions during VM rebootYang Zhong
2021-11-09target/i386: sgx: mark device not user creatablePaolo Bonzini
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson