aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-03-12hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal1-0/+25
2024-03-12qom: new object to associate device to NUMA nodeAnkit Agrawal1-0/+22
2024-03-08hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng2-0/+37
2024-02-22hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-02-22hw/acpi/cpu: Use CPUState typedefPhilippe Mathieu-Daudé1-1/+1
2024-02-22hw/acpi: Include missing 'qapi/qapi-types-acpi.h' generated headerPhilippe Mathieu-Daudé2-0/+2
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+1
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang1-0/+1
2023-10-19hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé1-1/+1
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow1-2/+0
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow1-1/+0
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow1-2/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow1-1/+5
2023-09-08include/: spelling fixesMichael Tokarev3-3/+3
2023-04-20tpm: Extend common APIs to support TPM TIS I2CNinad Palsule1-0/+41
2023-03-20replace TABs with spacesYeqi Fu1-2/+2
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2-0/+2
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov2-6/+4
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov1-0/+2
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow1-4/+2
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov1-0/+4
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow1-2/+1
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow1-0/+3
2023-01-08include: Include headers where neededMarkus Armbruster1-0/+3
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé2-2/+2
2022-11-07acpi: add get_dev_aml_func() helperIgor Mammedov1-2/+11
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland1-0/+75
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron1-2/+3
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov1-7/+2
2022-06-09ipmi: acpi: use relative path to resource sourceIgor Mammedov1-1/+1
2022-06-09acpi: add interface to build device specific AMLIgor Mammedov1-0/+40
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky1-0/+5
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky1-0/+23
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert1-2/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-6/+6
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani1-0/+1
2022-02-06ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder1-0/+5
2022-02-06ACPI ERST: header file for ERSTEric DeVolder1-0/+19
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova1-0/+1
2021-10-21hw/acpi/aml-build: Add PPTT tableAndrew Jones1-0/+3
2021-10-05hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha1-1/+1
2021-10-05acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov1-1/+1
2021-10-05acpi: remove no longer used build_header()Igor Mammedov2-29/+0
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov1-14/+0
2021-10-05acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov1-25/+0
2021-10-05acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov1-32/+0
2021-10-05acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov1-71/+0
2021-10-05acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov1-14/+0