aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12hw/i386/acpi-build: Add support for SRAT Generic Initiator structuresAnkit Agrawal1-0/+3
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow1-1/+1
2024-02-27hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini1-15/+5
2024-02-14hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron1-1/+1
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh1-37/+68
2024-01-30hw/i386: Add `\n` to hint messageGreg Kurz1-2/+2
2023-12-29hw/i386: Constify VMStateRichard Henderson1-1/+1
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang1-0/+1
2023-10-22hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers ...Bernhard Beschow1-5/+0
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-7/+6
2023-10-04hw/i386/acpi-build: Determine SMI command port just onceBernhard Beschow1-3/+3
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow1-2/+2
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow1-2/+1
2023-09-29hw/acpi: changes towards enabling -Wshadow=localAni Sinha1-12/+12
2023-09-20i386: spelling fixesMichael Tokarev1-2/+2
2023-08-03acpi: x86: remove _ADR on host bridgesIgor Mammedov1-3/+0
2023-08-03x86: acpi: workaround Windows not handling name references in Package properlyIgor Mammedov1-2/+6
2023-07-12hw/i386/acpi-build: Rely on machine->device_memory when building SRATDavid Hildenbrand1-6/+3
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha1-2/+4
2023-04-21hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIStatePhilippe Mathieu-Daudé1-1/+1
2023-04-21hw/i386/amd_iommu: Remove intermediate AMDVIState::devid fieldPhilippe Mathieu-Daudé1-1/+3
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov1-5/+4
2023-03-07acpi: pci: move BSEL into build_append_pcihp_slots()Igor Mammedov1-9/+6
2023-03-07acpi: pci: drop BSEL usage when deciding that device isn't hotpluggableIgor Mammedov1-1/+1
2023-03-07acpi: pci: describe all functions on populated slotsIgor Mammedov1-6/+0
2023-03-07acpi: pci: support acpi-index for non-hotpluggable devicesIgor Mammedov1-0/+25
2023-03-07acpi: pci: add EDSM method to DSDTIgor Mammedov1-0/+54
2023-03-07pcihp: move PCI _DSM function 0 prolog into separate functionIgor Mammedov1-24/+30
2023-03-07x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotpl...Igor Mammedov1-9/+13
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron1-1/+0
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow1-1/+1
2023-02-27hw/i386/ich9: Clean up includesBernhard Beschow1-0/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-01-28pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug pathIgor Mammedov1-15/+12
2023-01-28pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slotsIgor Mammedov1-10/+6
2023-01-28pcihp: acpi: decouple hotplug and generic slots descriptionIgor Mammedov1-49/+72
2023-01-28pcihp: isolate rule whether slot should be described in DSDTIgor Mammedov1-40/+43
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov1-15/+2
2023-01-28x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridgesIgor Mammedov1-8/+16
2023-01-28pcihp: do not put empty PCNT in DSDTIgor Mammedov1-8/+18
2023-01-28pcihp: compose PCNT callchain right before its user _GPE._E01Igor Mammedov1-2/+30
2023-01-28pcihp: drop pcihp_bridge_en dependency when composing PCNT methodIgor Mammedov1-26/+21
2023-01-28x86: pcihp: fix invalid AML PCNT calls to hotplugged bridgesIgor Mammedov1-1/+2
2023-01-28x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignmentIgor Mammedov1-1/+0
2023-01-27hw/i386/acpi-build: Remove unused attributesBernhard Beschow1-2/+0
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster1-1/+1
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov1-3/+2
2022-11-07hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow1-5/+6
2022-11-07hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow1-14/+6
2022-11-07hw/i386/acpi-build: Remove unused structBernhard Beschow1-7/+0