summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi/erst.c: Fix memory handling issuesChristian A. Ehrhardt2022-11-071-3/+3
* acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov2022-11-071-0/+10
* acpi: fadt: support revision 6.0 of the ACPI specificationMiguel Luis2022-11-071-3/+10
* acpi/nvdimm: Implement ACPI NVDIMM Label MethodsRobert Hoo2022-11-021-0/+95
* acpi/nvdimm: define macro for NVDIMM Device _DSMRobert Hoo2022-11-021-2/+2
* acpi/ssdt: Fix aml_or() and aml_and() in if clauseRobert Hoo2022-11-021-4/+3Star
* hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu2022-09-221-0/+8
* acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo2022-07-262-19/+29
* trivial typos: namesapceDr. David Alan Gilbert2022-06-281-1/+1
* hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk2022-06-231-1/+5
* acpi/erst: fix fallthrough code upon validation failureAni Sinha2022-06-161-0/+3
* hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland2022-06-111-19/+0Star
* hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-111-2/+2
* hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-111-3/+9
* hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland2022-06-111-7/+4Star
* hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland2022-06-111-41/+2Star
* hw/acpi/piix4: convert smm_enabled bool to qdev propertyMark Cave-Ayland2022-06-111-1/+2
* hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland2022-06-111-2/+2
* hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...Mark Cave-Ayland2022-06-111-3/+4
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-116-82/+99
|\
| * hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland2022-06-101-0/+17
| * hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland2022-06-101-18/+24
| * hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland2022-06-101-21/+27
| * hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland2022-06-101-2/+2
| * hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron2022-06-101-5/+4Star
| * acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov2022-06-102-35/+16Star
| * ipmi: acpi: use relative path to resource sourceIgor Mammedov2022-06-102-7/+7
| * acpi: add interface to build device specific AMLIgor Mammedov2022-06-102-1/+9
* | Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
|/
* acpi/cxl: Introduce CFMWS structures in CEDTBen Widawsky2022-05-131-0/+59
* acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky2022-05-131-0/+68
* acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky2022-05-134-1/+150
* hw/acpi/aml-build: Use existing CPU topology to build PPTT tableGavin Shan2022-05-091-63/+48Star
* acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-063-11/+14
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani2022-03-061-1/+7
* acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov2022-03-061-1/+11
* hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macroAni Sinha2022-03-041-5/+0Star
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-221-1/+0Star
|\
| * hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' headerPhilippe Mathieu-Daudé2022-02-211-1/+0Star
* | configure, meson: move TPM check to mesonPaolo Bonzini2022-02-211-1/+3
|/
* ACPI ERST: build the ACPI ERST tableEric DeVolder2022-02-061-0/+211
* ACPI ERST: support for ACPI ERST featureEric DeVolder2022-02-064-0/+862
* acpi: fix OEM ID/OEM Table ID paddingIgor Mammedov2022-02-041-2/+2
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-285-10/+0Star
* hw/acpi/aml-build: Support cluster level in PPTT generationYanan Wang2022-01-201-0/+18
* hw/acpi/aml-build: Improve scalability of PPTT generationYanan Wang2022-01-201-18/+32
* acpihp: simplify acpi_pcihp_disable_root_busAni Sinha2022-01-081-7/+2Star