aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/generic_event_device.c
AgeCommit message (Expand)AuthorFilesLines
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/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/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support propertyEric Auger1-0/+2
2025-05-08hw/acpi/ged: Fix wrong identationEric Auger1-5/+5
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-01-15acpi/ghes: better name the offset of the hardware error firmwareMauro Carvalho Chehab1-2/+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-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/acpi: Constify all PropertyRichard Henderson1-1/+1
2024-11-04hw/acpi: Update GED with vCPU Hotplug VMSD for migrationSalil Mehta1-0/+19
2024-10-16acpi: ged: Add macro for acpi sleep control registerBibo Mao1-3/+3
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta1-0/+3
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta1-0/+47
2023-12-29hw/acpi: Constify VMStateRichard Henderson1-6/+6
2022-09-22hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu1-0/+8
2021-07-03acpi/ged: fix reset causeGerd Hoffmann1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-11-12ACPI: Avoid infinite recursion when dump-vmstatePeng Liang1-1/+11
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann1-0/+8
2020-09-17acpi: ged: add control regsGerd Hoffmann1-0/+44
2020-06-23arm/virt: Add memory hot remove supportShameer Kolothum1-0/+29
2020-06-12acpi: ged: rename event memory regionGerd Hoffmann1-8/+8
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng1-0/+19
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum1-1/+14
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-23hw/acpi: Remove extra indent in ACPI GED hotplug cbKeqian Zhu1-1/+1
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum1-0/+8
2019-10-05hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz1-0/+303