aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4Bernhard Beschow
2023-01-08hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machinesBernhard Beschow
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9Bernhard Beschow
2023-01-08hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21ich9: honour 'enable_tco' propertyDaniel P. Berrangé
2022-12-21hw/acpi: add trace events for TCO watchdog register accessDaniel P. Berrangé
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13qapi acpi: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-07hw/acpi/erst.c: Fix memory handling issuesChristian A. Ehrhardt
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov
2022-11-07acpi: fadt: support revision 6.0 of the ACPI specificationMiguel Luis
2022-11-02acpi/nvdimm: Implement ACPI NVDIMM Label MethodsRobert Hoo
2022-11-02acpi/nvdimm: define macro for NVDIMM Device _DSMRobert Hoo
2022-11-02acpi/ssdt: Fix aml_or() and aml_and() in if clauseRobert Hoo
2022-09-22hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu
2022-07-26acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo
2022-06-28trivial typos: namesapceDr. David Alan Gilbert
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk
2022-06-16acpi/erst: fix fallthrough code upon validation failureAni Sinha
2022-06-11hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland
2022-06-11hw/acpi/piix4: convert smm_enabled bool to qdev propertyMark Cave-Ayland
2022-06-11hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland
2022-06-11hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...Mark Cave-Ayland
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-09hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland
2022-06-09hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland
2022-06-09hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland
2022-06-09hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov
2022-06-09ipmi: acpi: use relative path to resource sourceIgor Mammedov
2022-06-09acpi: add interface to build device specific AMLIgor Mammedov
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-13acpi/cxl: Introduce CFMWS structures in CEDTBen Widawsky
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky
2022-05-09hw/acpi/aml-build: Use existing CPU topology to build PPTT tableGavin Shan
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani