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