aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-24/+24
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand1-5/+3
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand1-1/+2
2021-03-22pci: acpi: add _DSM method to PCI devicesIgor Mammedov1-3/+102
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov1-1/+12
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov1-2/+2
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-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-28/+58
2021-01-17acpi: Add addr offset in build_crsJiahui Cen1-1/+2
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-08acpi: Extract crs build form acpi_build.cYubo Miao1-293/+0
2020-11-16hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug offPhilippe Mathieu-Daudé1-22/+19
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-21apci: drop has_pci arg for acpi_build_madtGerd Hoffmann1-1/+1
2020-09-30acpi: i386: Move VMBus DSDT entry to SBJon Doron1-5/+7
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha1-7/+18
2020-09-29i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha1-6/+6
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov1-1/+28
2020-09-29x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov1-0/+6
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-1/+1
2020-08-27i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin1-2/+2
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-3/+1
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann1-11/+0
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann1-16/+0
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann1-23/+0
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann1-10/+6
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann1-23/+1
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-39/+0
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann1-83/+0
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+43
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann1-1/+1
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann1-123/+3
2020-06-12acpi: make build_madt() more generic.Gerd Hoffmann1-7/+7
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron1-0/+43
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger1-44/+0
2020-06-09acpi: Convert build_tpm2() to build_append* APIEric Auger1-9/+19
2020-06-09acpi: tpm: Do not build TCPA table for TPM 2Stefan Berger1-4/+8
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann1-23/+0
2020-06-09acpi: parallel: don't use _STA methodGerd Hoffmann1-21/+8
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann1-32/+0
2020-06-09acpi: serial: don't use _STA methodGerd Hoffmann1-24/+8
2020-06-09acpi: move aml builder code for rtc deviceGerd Hoffmann1-17/+0
2020-06-09hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma1-0/+5
2020-05-04acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon1-0/+31
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee1-0/+6
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann1-0/+1