summary refs log tree commit diff stats
path: root/include/hw/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal2024-03-121-0/+25
* qom: new object to associate device to NUMA nodeAnkit Agrawal2024-03-121-0/+22
* hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng2024-03-082-0/+37
* hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' headerPhilippe Mathieu-Daudé2024-02-221-0/+1
* hw/acpi/cpu: Use CPUState typedefPhilippe Mathieu-Daudé2024-02-221-1/+1
* hw/acpi: Include missing 'qapi/qapi-types-acpi.h' generated headerPhilippe Mathieu-Daudé2024-02-222-0/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-0/+1
|\
| * hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang2023-10-221-0/+1
* | hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé2023-10-191-1/+1
|/
* hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow2023-10-041-2/+0
* hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow2023-10-041-1/+0
* hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow2023-10-041-2/+0
* hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow2023-10-041-1/+5
* include/: spelling fixesMichael Tokarev2023-09-083-3/+3
* tpm: Extend common APIs to support TPM TIS I2CNinad Palsule2023-04-201-0/+41
* replace TABs with spacesYeqi Fu2023-03-201-2/+2
* pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2023-03-072-0/+2
* pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov2023-03-072-6/+4
* acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov2023-03-071-0/+2
* hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow2023-02-271-4/+2
* pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2023-01-281-0/+4
* hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow2023-01-271-2/+1
* hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow2023-01-271-0/+3
* include: Include headers where neededMarkus Armbruster2023-01-081-0/+3
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé2022-12-212-2/+2
* acpi: add get_dev_aml_func() helperIgor Mammedov2022-11-071-2/+11
* hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland2022-06-111-0/+75
* hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron2022-06-091-2/+3
* acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov2022-06-091-7/+2
* ipmi: acpi: use relative path to resource sourceIgor Mammedov2022-06-091-1/+1
* acpi: add interface to build device specific AMLIgor Mammedov2022-06-091-0/+40
* acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky2022-05-131-0/+5
* acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky2022-05-131-0/+23
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-2/+2
* acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-061-2/+0
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-6/+6
* hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani2022-03-061-0/+1
* ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder2022-02-061-0/+5
* ACPI ERST: header file for ERSTEric DeVolder2022-02-061-0/+19
* hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova2021-11-151-0/+1
* hw/acpi/aml-build: Add PPTT tableAndrew Jones2021-10-211-0/+3
* hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha2021-10-051-1/+1
* acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov2021-10-051-1/+1
* acpi: remove no longer used build_header()Igor Mammedov2021-10-052-29/+0
* acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov2021-10-051-14/+0
* acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-25/+0
* acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-32/+0
* acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov2021-10-051-71/+0
* acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov2021-10-051-14/+0