summary refs log tree commit diff stats
path: root/hw/acpi/memory_hotplug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR eventPhilippe Mathieu-Daudé2024-06-041-8/+0
* hw/acpi: Constify VMStateRichard Henderson2023-12-291-2/+2
* hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow2023-10-041-0/+1
* qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+1
* qapi acpi: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-131-1/+0
* hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' headerPhilippe Mathieu-Daudé2022-02-211-1/+0
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-2/+0
* memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()Daniel Henrique Barboza2021-09-301-0/+9
* memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()Daniel Henrique Barboza2021-09-291-1/+1
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-5/+3
* 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/+14
* 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-171-5/+5
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-3/+2
* 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/+5
* memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-63/+60
* 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/+8
* pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-8/+23
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-8/+4
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/acpi: Remove superfluous return statementThomas Huth2016-01-111-1/+0
* 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/+2
* 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/+6
* 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