summaryrefslogtreecommitdiffstats
path: root/hw/i386/acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-28/+58
* acpi: Add addr offset in build_crsJiahui Cen2021-01-171-1/+2
* 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
* acpi: Extract crs build form acpi_build.cYubo Miao2020-12-081-293/+0Star
* hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug offPhilippe Mathieu-Daudé2020-11-161-22/+19Star
* acpi/crs: Support ranges > 32b for hostsBen Widawsky2020-10-301-2/+8
* acpi/crs: Prevent bad ranges for host bridgesBen Widawsky2020-10-301-0/+2
* apci: drop has_pci arg for acpi_build_madtGerd Hoffmann2020-10-211-1/+1
* acpi: i386: Move VMBus DSDT entry to SBJon Doron2020-09-301-5/+7
* piix4: don't reserve hw resources when hotplug is off globallyAni Sinha2020-09-291-7/+18
* i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha2020-09-291-6/+6
* x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov2020-09-291-1/+28
* x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov2020-09-291-0/+6
* x86: move acpi_dev from pc/microvmGerd Hoffmann2020-09-171-1/+1
* i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin2020-08-271-2/+2
* hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-261-3/+1Star
* acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann2020-06-241-11/+0Star
* acpi: drop build_piix4_pm()Gerd Hoffmann2020-06-241-16/+0Star
* acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann2020-06-241-23/+0Star
* acpi: simplify build_isa_devices_aml()Gerd Hoffmann2020-06-241-10/+6Star
* acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann2020-06-241-23/+1Star
* acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann2020-06-241-39/+0Star
* acpi: move aml builder code for floppy deviceGerd Hoffmann2020-06-241-83/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-0/+43
|\
| * i386: Hyper-V VMBus ACPI DSDT entryJon Doron2020-06-101-0/+43
* | acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann2020-06-121-1/+1
* | acpi: create acpi-common.c and move madt codeGerd Hoffmann2020-06-121-123/+3Star
* | acpi: make build_madt() more generic.Gerd Hoffmann2020-06-121-7/+7
* | acpi: Move build_tpm2() in the generic partEric Auger2020-06-091-44/+0Star
* | acpi: Convert build_tpm2() to build_append* APIEric Auger2020-06-091-9/+19
* | acpi: tpm: Do not build TCPA table for TPM 2Stefan Berger2020-06-091-4/+8
* | acpi: move aml builder code for parallel deviceGerd Hoffmann2020-06-091-23/+0Star
* | acpi: parallel: don't use _STA methodGerd Hoffmann2020-06-091-21/+8Star
* | acpi: move aml builder code for serial deviceGerd Hoffmann2020-06-091-32/+0Star
* | acpi: serial: don't use _STA methodGerd Hoffmann2020-06-091-24/+8Star
* | acpi: move aml builder code for rtc deviceGerd Hoffmann2020-06-091-17/+0Star
* | hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma2020-06-091-0/+5
|/
* acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon2020-05-041-0/+31
* nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee2020-05-041-0/+6
* acpi: add ISADeviceClass->build_aml()Gerd Hoffmann2020-05-041-0/+1
* acpi: drop pointless _STA methodGerd Hoffmann2020-05-041-11/+3Star
* acpi: Use macro for table-loader file nameShameer Kolothum2020-04-131-1/+1
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-1/+1
* hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2020-03-051-3/+3
* i386:acpi: Remove _HID from the SMBus ACPI entryCorey Minyard2020-01-221-1/+0Star
* hmat acpi: Build Memory Proximity Domain Attributes Structure(s)Liu Jingqi2020-01-051-0/+5
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-11-071-7/+120
|\