aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)Author
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-01-17acpi: Add addr offset in build_crsJiahui Cen
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-12qom: fix objects with improper parent typePaolo Bonzini
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann
2020-09-17acpi: ged: add x86 device variant.Gerd Hoffmann
2020-09-17acpi: ged: add control regsGerd Hoffmann
2020-09-09vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENIDEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha
2020-06-24acpi: Some build_tpm2() code reshapeEric Auger
2020-06-12acpi: ged: rename event memory regionGerd Hoffmann
2020-06-12acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-14ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum
2020-05-04move 'typedef Aml' to qemu/types.hGerd Hoffmann
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum
2019-10-05hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-29acpi: pci: use build_append_foo() API to construct MCFGWei Yang
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang