summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hw/i386: Rename default_bus_bypass_iommuJean-Philippe Brucker2021-11-021-1/+1
| * target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini2021-11-024-5/+14
| * target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-025-8/+13
| * util: Make some iova_tree parameters constEugenio Pérez2021-11-021-1/+1
* | Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211102-pull-request'...Richard Henderson2021-11-034-1/+352
|\ \
| * | microvm: add device tree support.Gerd Hoffmann2021-11-024-1/+352
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson2021-11-038-48/+54
|\ \
| * | hw/i386: fix vmmouse registrationPavel Dovgalyuk2021-11-021-0/+1
| * | pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-3/+2Star
| * | hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker2021-11-013-2/+25
| * | hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2021-11-012-19/+19
| * | hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-015-26/+9Star
| |/
* / memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-011-2/+2
|/
* hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-132-4/+32
* hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-132-2/+5
* hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2021-10-132-4/+4
* target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-131-1/+1
* target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé2021-10-131-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson2021-10-054-231/+277
|\
| * hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCIPhilippe Mathieu-Daudé2021-10-051-0/+9