]> git.proxmox.com Git - mirror_qemu.git/commit
acpi: memory hotplug ACPI hardware implementation
authorIgor Mammedov <imammedo@redhat.com>
Mon, 2 Jun 2014 13:25:16 +0000 (15:25 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 13:41:49 +0000 (16:41 +0300)
commit3ef77acab21210b7d0853bf95798f8e0e748e500
treec042c6c143ed7df50913e5b521a364e093b444d8
parent7e629d1d8d09d9e9294def8bcac9c0f283e9b909
acpi: memory hotplug ACPI hardware implementation

- implements QEMU hardware part of memory hotplug protocol
  described at "docs/specs/acpi_mem_hotplug.txt"
- handles only memory add notification event for now

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/acpi_mem_hotplug.txt [new file with mode: 0644]
hw/acpi/Makefile.objs
hw/acpi/memory_hotplug.c [new file with mode: 0644]
include/hw/acpi/memory_hotplug.h [new file with mode: 0644]
include/hw/acpi/pc-hotplug.h