aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
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