aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov3-2/+6
2021-02-23i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson1-2/+6
2021-02-23hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata1-1/+45
2021-02-23acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata1-3/+15
2021-02-20vmmouse: put it into the 'input' categoryGan Qixin1-0/+1
2021-02-20hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé1-11/+2
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-0/+8
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-4/+118
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson1-11/+6
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin2-4/+4
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca6-36/+201
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth1-94/+0
2021-01-29hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas1-1/+1
2021-01-17acpi: Add addr offset in build_crsJiahui Cen1-1/+2
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+0
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2021-01-02remove TCG includes from common codePaolo Bonzini1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana7-7/+7
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10i386: do not use ram_size globalPaolo Bonzini3-3/+4
2020-12-10i386: remove bios_namePaolo Bonzini3-12/+9
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-2/+4
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse2-10/+13
2020-12-10microvm: add second ioapicGerd Hoffmann1-5/+51
2020-12-10microvm: drop microvm_gsi_handler()Gerd Hoffmann1-13/+1
2020-12-10microvm: make pcie irq base runtime changeableGerd Hoffmann1-5/+6
2020-12-10microvm: make number of virtio transports runtime changeableGerd Hoffmann1-2/+7
2020-12-10x86: add support for second ioapicGerd Hoffmann2-0/+31
2020-12-10x86: rewrite gsi_handler()Gerd Hoffmann1-4/+10
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov1-1/+3
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov1-0/+1
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov1-0/+4
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2-12/+54
2020-12-08hw: add compat machines for 6.0Cornelia Huck3-2/+28
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao1-293/+0
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen1-17/+1
2020-12-08intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez1-0/+4
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+1
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-39/+49
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez1-2/+2
2020-11-16hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug offPhilippe Mathieu-Daudé1-22/+19
2020-11-03pc: comment style fixupMichael S. Tsirkin1-4/+5
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-24/+55
2020-10-30intel_iommu: Fix two misuse of "0x%u" printsPeter Xu1-2/+2
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2-20/+43
2020-10-30acpi/crs: Support ranges > 32b for hostsBen Widawsky1-2/+8
2020-10-30acpi/crs: Prevent bad ranges for host bridgesBen Widawsky1-0/+2
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-7/+1
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell7-19/+44