summaryrefslogtreecommitdiffstats
path: root/include/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+3
* ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+1
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-055-7/+11
* acpi: Add addr offset in build_crsJiahui Cen2021-01-171-1/+3
* x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2020-12-091-0/+1
* acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2020-12-091-0/+1
* acpi: Extract crs build form acpi_build.cYubo Miao2020-12-081-0/+22
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* qom: fix objects with improper parent typePaolo Bonzini2020-10-121-1/+1
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-291-1/+1
* x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov2020-09-291-0/+1
* acpi: add aml_land() and aml_break() primitivesIgor Mammedov2020-09-291-0/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann2020-09-171-0/+1
* acpi: ged: add x86 device variant.Gerd Hoffmann2020-09-171-0/+4
* acpi: ged: add control regsGerd Hoffmann2020-09-171-0/+12
* vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENIDEduardo Habkost2020-09-091-3/+3
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-9/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-6/+11
* Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha2020-08-271-1/+1
* acpi: Some build_tpm2() code reshapeEric Auger2020-06-241-18/+0Star
* acpi: ged: rename event memory regionGerd Hoffmann2020-06-121-1/+1
* acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann2020-06-121-0/+2
* acpi: Move build_tpm2() in the generic partEric Auger2020-06-091-0/+2
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng2020-05-141-0/+1
* ACPI: Record the Generic Error Status Block addressDongjiu Geng2020-05-142-0/+8
* ACPI: Build Hardware Error Source TableDongjiu Geng2020-05-141-0/+39
* ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng2020-05-142-0/+29
* hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum2020-05-041-0/+1
* move 'typedef Aml' to qemu/types.hGerd Hoffmann2020-05-041-1/+0Star
* acpi: Use macro for table-loader file nameShameer Kolothum2020-04-131-0/+1
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-1/+0Star
* misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé2020-03-161-2/+2
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-6/+6
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-6/+0Star
* hw/arm: Use GED for system_powerdown eventShameer Kolothum2019-10-052-0/+4
* hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz2019-10-051-0/+100
* hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-051-2/+7
* ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2019-09-201-1/+1
* acpi: Add i2c serial bus CRS handlingCorey Minyard2019-09-201-0/+18
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-1/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-0/+1
* include: Make headers more self-containedMarkus Armbruster2019-08-162-0/+6
* hw/acpi: extract acpi_add_rom_blob()Wei Yang2019-06-161-0/+9
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* acpi: pci: use build_append_foo() API to construct MCFGWei Yang2019-05-301-18/+0Star