aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/memory_hotplug.c
AgeCommit message (Expand)Author
2022-02-21hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' headerPhilippe Mathieu-Daudé
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2021-09-30memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()Daniel Henrique Barboza
2021-09-29memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()Daniel Henrique Barboza
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé
2019-10-05hw/acpi: Do not create memory hotplug method when handler is not definedSamuel Ortiz
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-01-17hw: acpi: Fix memory hotplug AML generation errorYang Zhong
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov
2017-01-10memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov
2016-01-29x86: Clean up includesPeter Maydell
2016-01-11hw/acpi: Remove superfluous return statementThomas Huth
2015-12-22nvdimm: implement NVDIMM device abstractXiao Guangrong
2015-11-26Fix memory leak on errorStefano Dong (董兴水)
2015-10-29pc: memhp: do not emit inserting event for coldplugged DIMMsIgor Mammedov
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua
2015-04-27qmp-event: add event notification for memory hot unplug errorZhu Guihua
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen
2015-04-27acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen
2015-03-01acpi, mem-hotplug: use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb().Tang Chen
2014-07-06acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov
2014-06-23qmp: convert ACPI_DEVICE_OST eventIgor Mammedov
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov
2014-06-19trace: add acpi memory hotplug IO region eventsIgor Mammedov
2014-06-19acpi: memory hotplug ACPI hardware implementationIgor Mammedov