aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-07-15hw/acpi/aml-build: Build a root node in the PPTT tableYicong Yang1-1/+14
2025-07-15hw/acpi/aml-build: Set identical implementation flag for PPTT processor nodesYicong Yang1-3/+6
2025-07-15hw/acpi/ged: Support migration of AcpiPciHpStateEric Auger1-0/+20
2025-07-15hw/acpi/ged: Prepare the device to react to PCI hotplug eventsEric Auger1-0/+35
2025-07-15hw/acpi/pcihp: Remove root arg in acpi_pcihp_initEric Auger4-5/+13
2025-07-15hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementationEric Auger1-0/+17
2025-07-15hw/acpi/ged: Add a bus link propertyEric Auger1-0/+3
2025-07-15hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplugEric Auger1-1/+0
2025-07-15hw/i386/acpi-build: Move aml_pci_edsm to a generic placeEric Auger1-0/+54
2025-07-15hw/i386/acpi-build: Use AcpiPciHpState::root in acpi_set_pci_infoEric Auger1-7/+4
2025-07-15hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihpEric Auger1-0/+173
2025-07-15hw/i386/acpi-build: Move build_append_notification_callback to pcihpEric Auger1-0/+58
2025-07-15hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplugEric Auger1-4/+4
2025-07-15hw/i386/acpi-build: Introduce build_append_pcihp_resources() helperEric Auger1-0/+18
2025-07-15hw/i386/acpi-build: Turn build_q35_osc_method into a generic methodEric Auger1-0/+50
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-1/+173
2025-07-15qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé1-2/+0
2025-07-14hw/acpi: Fix GPtrArray memory leak in crs_range_mergeLi Zhijian1-2/+1
2025-07-08hw/cxl: Make the CXL fixed memory windows devices.Jonathan Cameron1-36/+40
2025-07-02treewide: update docs file extensions (.txt -> .rst) in commentsSean Wei3-5/+5
2025-05-12Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi4-15/+4
2025-05-09hw/acpi/pcihp: Fix typo in function nameGustavo Romero4-4/+4
2025-05-09hw/acpi/ich9: Remove ICH9_DEBUG macroGustavo Romero1-11/+0
2025-05-08hw/acpi/ged: Fix wrong identationEric Auger1-5/+5
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé3-3/+3
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé6-7/+7
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi4-20/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster4-20/+0
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson1-1/+1
2025-04-11ipmi: add fwinfo to pci ipmi devicesNicholas Piggin1-1/+2
2025-03-11hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()Philippe Mathieu-Daudé1-0/+3
2025-03-11hw/acpi: Introduce acpi_builtin() helperPhilippe Mathieu-Daudé2-0/+10
2025-03-09hw/acpi: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2-4/+3
2025-03-04hw/acpi/ghes: Make ghes_record_cper_errors() staticGavin Shan1-4/+2
2025-01-15hw/acpi: Add vmclock deviceDavid Woodhouse3-0/+185
2025-01-15acpi/ghes: Change ghes fill logic to work with only one sourceMauro Carvalho Chehab1-8/+4
2025-01-15acpi/ghes: move offset calculus to a separate functionMauro Carvalho Chehab1-9/+31
2025-01-15acpi/ghes: better name the offset of the hardware error firmwareMauro Carvalho Chehab2-4/+4
2025-01-15acpi/ghes: rename etc/hardware_error file macrosMauro Carvalho Chehab1-15/+23
2025-01-15acpi/ghes: don't crash QEMU if ghes GED is not foundMauro Carvalho Chehab1-1/+4
2025-01-15acpi/ghes: better name GHES memory error functionMauro Carvalho Chehab2-2/+2
2025-01-15acpi/ghes: make the GHES record generation more genericMauro Carvalho Chehab1-50/+68
2025-01-15acpi/ghes: don't check if physical_address is not zeroMauro Carvalho Chehab1-4/+0
2025-01-15acpi/ghes: Change the type for source_idMauro Carvalho Chehab2-2/+2
2025-01-15acpi/ghes: Remove a duplicated out of bounds checkMauro Carvalho Chehab1-3/+1
2025-01-15acpi/ghes: better handle source_id and notificationMauro Carvalho Chehab1-14/+9
2025-01-15acpi/ghes: simplify the per-arch caller to build HEST tableMauro Carvalho Chehab1-2/+5
2025-01-15acpi/ghes: simplify acpi_ghes_record_errors() codeMauro Carvalho Chehab1-34/+36