aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand1-1/+3
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost3-2/+28
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2-2/+2
2022-01-05hw: Add compat machines for 7.0Cornelia Huck3-2/+28
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-18/+26
2021-12-18hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé1-0/+4
2021-12-10numa: Support SGX numa in the monitor and Libvirt interfacesYang Zhong1-9/+42
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong4-0/+53
2021-11-29intel-iommu: ignore leaf SNP bit in scalable modeJason Wang2-0/+8
2021-11-22microvm: check g_file_set_contents() return valueGerd Hoffmann1-1/+4
2021-11-22microvm: add missing g_free() callGerd Hoffmann1-0/+2
2021-11-22hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()Philippe Mathieu-Daudé1-1/+3
2021-11-15Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson3-6/+17
2021-11-15hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSCJulia Suvorova1-4/+8
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova2-1/+8
2021-11-15pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov1-1/+1
2021-11-10sgx: Reset the vEPC regions during VM rebootYang Zhong1-0/+50
2021-11-09target/i386: sgx: mark device not user creatablePaolo Bonzini1-0/+1
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson8-15/+29
2021-11-03Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211102-pull-request'...Richard Henderson4-1/+352
2021-11-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson8-48/+54
2021-11-02microvm: add device tree support.Gerd Hoffmann4-1/+352
2021-11-02hw/i386: fix vmmouse registrationPavel Dovgalyuk1-0/+1
2021-11-02hw/i386: Rename default_bus_bypass_iommuJean-Philippe Brucker1-1/+1
2021-11-02target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini4-5/+14
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini5-8/+13
2021-11-02util: Make some iova_tree parameters constEugenio Pérez1-1/+1
2021-11-01hw/i386: fix vmmouse registrationPavel Dovgalyuk1-0/+1
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-3/+2
2021-11-01hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker3-2/+25
2021-11-01hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2-19/+19
2021-11-01hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker5-26/+9
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)1-2/+2
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2-4/+32
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2-2/+5
2021-10-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2-4/+4
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson4-231/+277
2021-10-05hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCIPhilippe Mathieu-Daudé1-0/+9
2021-10-05hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()Philippe Mathieu-Daudé1-12/+12
2021-10-05hw/i386/amd_iommu: Rename amdviPCI TypeInfoPhilippe Mathieu-Daudé1-4/+4
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov1-4/+14
2021-10-05acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of ...Igor Mammedov1-7/+6
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-62/+67
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov1-12/+6