summaryrefslogtreecommitdiffstats
path: root/hw/acpi/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-291-1/+1
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* hw/acpi: Do not create memory hotplug method when handler is not definedSamuel Ortiz2019-10-051-4/+6
* hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-051-19/+14Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-0/+1
* hw: acpi: Fix memory hotplug AML generation errorYang Zhong2019-01-181-5/+5
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-3/+2Star
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* pc-dimm: make "size" property uint64Marc-André Lureau2017-06-201-2/+3
* pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2017-06-201-3/+4
* memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov2017-01-101-93/+97
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-101-7/+17
* memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-101-0/+24
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-15/+27
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-9/+5Star
* memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-63/+60Star
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-0/+124
* memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov2017-01-101-0/+247
* pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong2016-11-151-23/+8Star
* pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-8/+23
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-8/+4Star
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/acpi: Remove superfluous return statementThomas Huth2016-01-111-1/+0Star
* nvdimm: implement NVDIMM device abstractXiao Guangrong2015-12-221-0/+5
* Fix memory leak on errorStefano Dong (董兴水)2015-11-261-0/+1
* pc: memhp: do not emit inserting event for coldplugged DIMMsIgor Mammedov2015-10-291-3/+5
* acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-031-4/+2Star
* qmp-event: add event notification for memory hot unplug errorZhu Guihua2015-04-271-1/+9
* acpi: add hardware implementation for memory hot unplugZhu Guihua2015-04-271-1/+20
* acpi, mem-hotplug: add unplug cb for memory deviceTang Chen2015-04-271-0/+14
* acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen2015-04-271-0/+19
* acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen2015-04-271-6/+28
* acpi, mem-hotplug: use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb().Tang Chen2015-03-011-1/+2
* acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov2014-07-061-1/+1
* qmp: convert ACPI_DEVICE_OST eventIgor Mammedov2014-06-231-28/+6Star
* qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov2014-06-191-1/+28
* acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov2014-06-191-0/+31
* pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov2014-06-191-0/+27
* trace: add acpi memory hotplug IO region eventsIgor Mammedov2014-06-191-0/+13
* acpi: memory hotplug ACPI hardware implementationIgor Mammedov2014-06-191-0/+147