index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
acpi
/
memory_hotplug.c
Age
Commit message (
Expand
)
Author
2022-02-21
hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
Philippe Mathieu-Daudé
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2021-09-30
memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()
Daniel Henrique Barboza
2021-09-29
memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()
Daniel Henrique Barboza
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2020-09-29
qapi: Extract ACPI commands to 'acpi.json'
Philippe Mathieu-Daudé
2020-09-29
qapi: Restrict device memory commands to machine code
Philippe Mathieu-Daudé
2019-10-05
hw/acpi: Do not create memory hotplug method when handler is not defined
Samuel Ortiz
2019-10-05
hw/acpi: Make ACPI IO address space configurable
Shameer Kolothum
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-03-06
qdev: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
2019-01-17
hw: acpi: Fix memory hotplug AML generation error
Yang Zhong
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-06-20
pc-dimm: make "size" property uint64
Marc-André Lureau
2017-06-20
pc-dimm: use get_uint() for dimm properties
Marc-André Lureau
2017-01-10
memhp: move DIMM devices into dedicated scope with related common methods
Igor Mammedov
2017-01-10
memhp: don't generate memory hotplug AML if it's not enabled/supported
Igor Mammedov
2017-01-10
memhp: move memory hotplug only defines to memory_hotplug.c
Igor Mammedov
2017-01-10
memhp: move GPE handler_E03 into build_memory_hotplug_aml()
Igor Mammedov
2017-01-10
memhp: merge build_memory_devices() into build_memory_hotplug_aml()
Igor Mammedov
2017-01-10
memhp: consolidate scattered MHPD device declaration
Igor Mammedov
2017-01-10
memhp: move build_memory_devices() into memory_hotplug.c
Igor Mammedov
2017-01-10
memhp: move build_memory_hotplug_aml() into memory_hotplug.c
Igor Mammedov
2016-11-15
pc: memhp: move nvdimm hotplug out of memory hotplug
Xiao Guangrong
2016-11-01
pc: memhp: enable nvdimm device hotplug
Xiao Guangrong
2016-06-07
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-11
hw/acpi: Remove superfluous return statement
Thomas Huth
2015-12-22
nvdimm: implement NVDIMM device abstract
Xiao Guangrong
2015-11-26
Fix memory leak on error
Stefano Dong (董兴水)
2015-10-29
pc: memhp: do not emit inserting event for coldplugged DIMMs
Igor Mammedov
2015-06-03
acpi: add acpi_send_gpe_event() to rise sci for hotplug
Zhu Guihua
2015-04-27
qmp-event: add event notification for memory hot unplug error
Zhu Guihua
2015-04-27
acpi: add hardware implementation for memory hot unplug
Zhu Guihua
2015-04-27
acpi, mem-hotplug: add unplug cb for memory device
Tang Chen
2015-04-27
acpi, mem-hotplug: add unplug request cb for memory device
Tang Chen
2015-04-27
acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatus
Tang Chen
2015-03-01
acpi, mem-hotplug: use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb().
Tang Chen
2014-07-06
acpi: fix typo in memory hotplug MMIO region name
Igor Mammedov
2014-06-23
qmp: convert ACPI_DEVICE_OST event
Igor Mammedov
2014-06-19
qmp: add ACPI_DEVICE_OST event handling
Igor Mammedov
2014-06-19
acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
Igor Mammedov
2014-06-19
pc: migrate piix4 & ich9 MemHotplugState
Igor Mammedov
2014-06-19
trace: add acpi memory hotplug IO region events
Igor Mammedov
2014-06-19
acpi: memory hotplug ACPI hardware implementation
Igor Mammedov