aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i386/acpi-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabledXiaoyao Li2024-04-231-1/+3
* Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-221-1/+2
|\
| * hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2024-02-221-1/+2
* | hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé2024-02-201-1/+0
|/
* hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow2023-10-041-3/+2
* ACPI: i386: bump to MADT to revision 3Eric DeVolder2023-05-191-1/+1
* hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpuBernhard Beschow2023-01-271-4/+3
* acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov2021-10-051-62/+67
* acpi: x86: set enabled when composing _MAT entriesIgor Mammedov2021-10-051-12/+6
* acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build_header()Igor Mammedov2021-10-051-8/+11
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-2/+3
* x86: add support for second ioapicGerd Hoffmann2020-12-101-0/+10
* apci: drop has_pci arg for acpi_build_madtGerd Hoffmann2020-10-211-14/+11
* x86: make pci irqs runtime configurableGerd Hoffmann2020-10-211-2/+1
* acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann2020-06-121-11/+15
* acpi: create acpi-common.c and move madt codeGerd Hoffmann2020-06-121-0/+152