Age | Commit message (Expand) | Author | Files | Lines |
2023-03-20 | replace TABs with spaces | Yeqi Fu | 1 | -2/+2 |
2023-03-07 | pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback | Igor Mammedov | 2 | -0/+2 |
2023-03-07 | pcihp: move fields enabling hotplug into AcpiPciHpState | Igor Mammedov | 2 | -6/+4 |
2023-03-07 | acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu... | Igor Mammedov | 1 | -0/+2 |
2023-02-27 | hw/isa/lpc_ich9: Connect PM stuff to LPC internally | Bernhard Beschow | 1 | -4/+2 |
2023-01-28 | pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml | Igor Mammedov | 1 | -0/+4 |
2023-01-27 | hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m... | Bernhard Beschow | 1 | -2/+1 |
2023-01-27 | hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml() | Bernhard Beschow | 1 | -0/+3 |
2023-01-08 | include: Include headers where needed | Markus Armbruster | 1 | -0/+3 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 1 | -1/+1 |
2022-12-21 | hw/acpi: Rename tco.c -> ich9_tco.c | Philippe Mathieu-Daudé | 2 | -2/+2 |
2022-11-07 | acpi: add get_dev_aml_func() helper | Igor Mammedov | 1 | -2/+11 |
2022-06-11 | hw/acpi/piix4: move PIIX4PMState into separate piix4.h header | Mark Cave-Ayland | 1 | -0/+75 |
2022-06-09 | hw/acpi/cxl: Pass in the CXLState directly rather than MachineState | Jonathan Cameron | 1 | -2/+3 |
2022-06-09 | acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors | Igor Mammedov | 1 | -7/+2 |
2022-06-09 | ipmi: acpi: use relative path to resource source | Igor Mammedov | 1 | -1/+1 |
2022-06-09 | acpi: add interface to build device specific AML | Igor Mammedov | 1 | -0/+40 |
2022-05-13 | acpi/cxl: Create the CEDT (9.14.1) | Ben Widawsky | 1 | -0/+5 |
2022-05-13 | acpi/cxl: Add _OSC implementation (9.14.2) | Ben Widawsky | 1 | -0/+23 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+2 |
2022-04-06 | acpi: fix acpi_index migration | Dr. David Alan Gilbert | 1 | -2/+0 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -6/+6 |
2022-03-06 | hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table | Liav Albani | 1 | -0/+1 |
2022-02-06 | ACPI ERST: create ACPI ERST table for pc/x86 machines | Eric DeVolder | 1 | -0/+5 |
2022-02-06 | ACPI ERST: header file for ERST | Eric DeVolder | 1 | -0/+19 |
2021-11-15 | hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type | Julia Suvorova | 1 | -0/+1 |
2021-10-21 | hw/acpi/aml-build: Add PPTT table | Andrew Jones | 1 | -0/+3 |
2021-10-05 | hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35 | Ani Sinha | 1 | -1/+1 |
2021-10-05 | acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa... | Igor Mammedov | 1 | -1/+1 |
2021-10-05 | acpi: remove no longer used build_header() | Igor Mammedov | 2 | -29/+0 |
2021-10-05 | acpi: build_facs: use build_append_int_noprefix() API to compose table | Igor Mammedov | 1 | -14/+0 |
2021-10-05 | acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o... | Igor Mammedov | 1 | -25/+0 |
2021-10-05 | acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o... | Igor Mammedov | 1 | -32/+0 |
2021-10-05 | acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API | Igor Mammedov | 1 | -71/+0 |
2021-10-05 | acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ... | Igor Mammedov | 1 | -14/+0 |
2021-10-05 | acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT table | Igor Mammedov | 1 | -84/+0 |
2021-10-05 | acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table | Igor Mammedov | 1 | -64/+0 |
2021-10-05 | acpi: x86: set enabled when composing _MAT entries | Igor Mammedov | 1 | -1/+2 |
2021-10-05 | acpi: x86: remove dead code | Igor Mammedov | 1 | -13/+0 |
2021-10-05 | acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build... | Igor Mammedov | 1 | -9/+0 |
2021-10-05 | acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil... | Igor Mammedov | 1 | -68/+0 |
2021-10-05 | acpi: use build_append_int_noprefix() API to compose SRAT table | Igor Mammedov | 2 | -50/+1 |
2021-10-05 | acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of... | Igor Mammedov | 1 | -11/+0 |
2021-10-05 | acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil... | Igor Mammedov | 1 | -14/+0 |
2021-10-05 | acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov | 1 | -13/+0 |
2021-10-05 | acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov | 1 | -10/+0 |
2021-10-05 | acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov | 1 | -10/+0 |
2021-10-05 | acpi: add helper routines to initialize ACPI tables | Igor Mammedov | 1 | -0/+31 |
2021-09-04 | acpi: Delete broken ACPI_GED_X86 macro | Eduardo Habkost | 1 | -2/+0 |
2021-09-04 | hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place | Ani Sinha | 1 | -0/+2 |