aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-07-15hw/arm/virt: Minor code reshuffling in create_acpi_gedEric Auger1-0/+1
2025-07-15hw/acpi/ged: Prepare the device to react to PCI hotplug eventsEric Auger1-1/+13
2025-07-15hw/acpi/pcihp: Remove root arg in acpi_pcihp_initEric Auger1-1/+1
2025-07-15hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplugEric Auger1-0/+2
2025-07-15hw/i386/acpi-build: Move aml_pci_edsm to a generic placeEric Auger1-0/+1
2025-07-15hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihpEric Auger2-1/+2
2025-07-15hw/i386/acpi-build: Move build_append_notification_callback to pcihpEric Auger1-0/+1
2025-07-15hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplugEric Auger1-1/+2
2025-07-15hw/i386/acpi-build: Introduce build_append_pcihp_resources() helperEric Auger1-0/+2
2025-07-15hw/i386/acpi-build: Turn build_q35_osc_method into a generic methodEric Auger1-0/+2
2025-07-15hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support propertyEric Auger1-0/+2
2025-07-15hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihpEric Auger1-0/+7
2025-07-15hw/i386/acpi-build: Make aml_pci_device_dsm() staticEric Auger1-1/+0
2025-07-02treewide: update docs file extensions (.txt -> .rst) in commentsSean Wei1-1/+1
2025-05-09hw/acpi/pcihp: Fix typo in function nameGustavo Romero1-1/+1
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson2-2/+2
2025-03-11hw/acpi: Introduce acpi_builtin() helperPhilippe Mathieu-Daudé1-0/+3
2025-03-04hw/acpi/ghes: Make ghes_record_cper_errors() staticGavin Shan1-2/+0
2025-01-15hw/acpi: Add vmclock deviceDavid Woodhouse1-0/+34
2025-01-15acpi/ghes: better name the offset of the hardware error firmwareMauro Carvalho Chehab1-1/+1
2025-01-15acpi/ghes: better name GHES memory error functionMauro Carvalho Chehab1-2/+2
2025-01-15acpi/ghes: make the GHES record generation more genericMauro Carvalho Chehab1-0/+3
2025-01-15acpi/ghes: Change the type for source_idMauro Carvalho Chehab1-1/+1
2025-01-15acpi/ghes: Fix acpi_ghes_record_errors() argumentMauro Carvalho Chehab1-1/+1
2025-01-15acpi/ghes: simplify the per-arch caller to build HEST tableMauro Carvalho Chehab1-2/+2
2025-01-15acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVEDMauro Carvalho Chehab1-1/+2
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-12-20hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 formatSia Jee Heng2-3/+6
2024-11-04hw/acpi: Make storage of node id uint32_t to reduce fragilityJonathan Cameron1-1/+1
2024-11-04hw/acpi: Generic Port Affinity Structure supportJonathan Cameron2-1/+4
2024-11-04acpi/pci: Move Generic Initiator object handling into acpi/pci.*Jonathan Cameron2-24/+3
2024-11-04hw/acpi: Move AML building code for Generic Initiators to aml_build.cJonathan Cameron2-23/+4
2024-10-16acpi: ged: Add macro for acpi sleep control registerBibo Mao1-2/+5
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz2-0/+29
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta1-2/+3
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta1-0/+1
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta1-0/+4
2024-07-22hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta1-0/+2
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