summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann2022-04-271-6/+19
* i386: factor out x86_firmware_configure()Gerd Hoffmann2022-04-271-14/+22
* i386: move bios load error messageGerd Hoffmann2022-04-271-3/+6
* hw: Add compat machines for 7.1Cornelia Huck2022-04-203-2/+28
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-062-2/+0Star
* hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé2022-03-242-4/+4
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-211-5/+2Star
|\
| * hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini2022-03-211-5/+2Star
* | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-214-15/+15
* | hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason2022-03-181-2/+2
|/
* hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if presentAni Sinha2022-03-071-0/+6
* hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani2022-03-061-0/+8
* pci: drop COMPAT_PROP_PCP for 2.0 machine typesIgor Mammedov2022-03-061-2/+0Star
* x86: cleanup unused compat_apic_id_modeIgor Mammedov2022-03-061-15/+1Star
* pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne2022-03-061-2/+26
* hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth2022-03-061-0/+1
* hw/i386: Replace magic number with field length calculationDov Murik2022-03-061-3/+6
* hw/i386: Improve bounds checking in OVMF table parsingDov Murik2022-03-061-1/+8
* intel_iommu: support snoop controlJason Wang2022-03-062-1/+14
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-212-2/+2
* ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder2022-02-062-0/+30
* hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth2022-02-041-1/+4
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-01-281-2/+9
|\
| * qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong2022-01-281-2/+9
* | xen-mapcache: Avoid entry->lock overflowRoss Lagerwall2022-01-271-1/+7
* | xen-hvm: Allow disabling buffer_io_timerJason Andryuk2022-01-271-2/+4
|/
* acpi: tpm: Add missing device identification objectsStefan Berger2022-01-081-0/+7
* hw/i386/pc: Add missing property descriptionsThomas Huth2022-01-081-0/+8
* acpi: fix QEMU crash when started with SLIC tableIgor Mammedov2022-01-081-0/+2
* intel-iommu: correctly check passthrough during translationJason Wang2022-01-081-15/+23
* virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2022-01-081-1/+3
* hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-073-2/+28
* smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-072-2/+2
* hw: Add compat machines for 7.0Cornelia Huck2022-01-053-2/+28
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-302-18/+26
* hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé2021-12-181-0/+4
* numa: Support SGX numa in the monitor and Libvirt interfacesYang Zhong2021-12-101-9/+42
* numa: Enable numa for SGX EPC sectionsYang Zhong2021-12-104-0/+53
* intel-iommu: ignore leaf SNP bit in scalable modeJason Wang2021-11-292-0/+8
* microvm: check g_file_set_contents() return valueGerd Hoffmann2021-11-221-1/+4
* microvm: add missing g_free() callGerd Hoffmann2021-11-221-0/+2
* hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()Philippe Mathieu-Daudé2021-11-221-1/+3
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2021-11-153-6/+17
|\
| * hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSCJulia Suvorova2021-11-151-4/+8
| * hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova2021-11-152-1/+8
| * pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov2021-11-151-1/+1
* | sgx: Reset the vEPC regions during VM rebootYang Zhong2021-11-101-0/+50
* | target/i386: sgx: mark device not user creatablePaolo Bonzini2021-11-091-0/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-038-15/+29
|\
| * hw/i386: fix vmmouse registrationPavel Dovgalyuk2021-11-021-0/+1