summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* dma: Introduce dma_aligned_pow2_mask()Eric Auger2021-03-121-23/+7Star
* intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidateEric Auger2021-03-121-0/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-114-4/+4
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-094-4/+4
* | qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
|/
* x86/pvh: extract only 4 bytes of start address for 32 bit kernelsDavid Edmondson2021-03-061-2/+4
* i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-023-2/+6
* i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson2021-02-231-2/+6
* hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata2021-02-231-1/+45
* acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata2021-02-231-3/+15
* vmmouse: put it into the 'input' categoryGan Qixin2021-02-201-0/+1
* hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé2021-02-201-11/+2Star
* sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-161-0/+8
* pc: add parser for OVMF reset blockJames Bottomley2021-02-161-4/+118
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-081-11/+6Star
* acpi: use constants as strncpy limitMichael S. Tsirkin2021-02-052-4/+4
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-056-36/+201
* hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth2021-02-051-94/+0Star
* hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas2021-01-291-1/+1
* acpi: Add addr offset in build_crsJiahui Cen2021-01-171-1/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-061-1/+0Star
|\
| * remove TCG includes from common codePaolo Bonzini2021-01-021-1/+0Star
* | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
|/
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* i386: move kvm accel files into kvm/Claudio Fontana2020-12-167-7/+7
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* i386: do not use ram_size globalPaolo Bonzini2020-12-103-3/+4
* i386: remove bios_namePaolo Bonzini2020-12-103-12/+9Star
* WHPX: support for the kernel-irqchip on/offSunil Muthuswamy2020-12-101-2/+4
* target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse2020-12-102-10/+13
* microvm: add second ioapicGerd Hoffmann2020-12-101-5/+51
* microvm: drop microvm_gsi_handler()Gerd Hoffmann2020-12-101-13/+1Star
* microvm: make pcie irq base runtime changeableGerd Hoffmann2020-12-101-5/+6
* microvm: make number of virtio transports runtime changeableGerd Hoffmann2020-12-101-2/+7
* x86: add support for second ioapicGerd Hoffmann2020-12-102-0/+31
* x86: rewrite gsi_handler()Gerd Hoffmann2020-12-101-4/+10
* x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2020-12-091-1/+3
* x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2020-12-091-0/+1
* x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov2020-12-091-0/+4
* hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2020-12-092-12/+54
* hw: add compat machines for 6.0Cornelia Huck2020-12-083-2/+28
* acpi: Extract crs build form acpi_build.cYubo Miao2020-12-081-293/+0Star
* fw_cfg: Refactor extra pci roots additionJiahui Cen2020-12-081-17/+1Star
* intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez2020-12-081-0/+4
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-081-1/+1
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-39/+49
* memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez2020-12-081-2/+2
* hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug offPhilippe Mathieu-Daudé2020-11-161-22/+19Star
* pc: comment style fixupMichael S. Tsirkin2020-11-031-4/+5
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-014-24/+55
|\