aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell1-1/+2
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow1-1/+2
2024-02-20hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé1-1/+0
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow1-3/+2
2023-05-19ACPI: i386: bump to MADT to revision 3Eric DeVolder1-1/+1
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow1-4/+3
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-62/+67
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov1-12/+6
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov1-8/+11
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-2/+3
2020-12-10x86: add support for second ioapicGerd Hoffmann1-0/+10
2020-10-21apci: drop has_pci arg for acpi_build_madtGerd Hoffmann1-14/+11
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-2/+1
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann1-11/+15
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann1-0/+152