pc: ACPI BIOS: implement memory hotplug interface
authorIgor Mammedov <imammedo@redhat.com>
Mon, 2 Jun 2014 13:25:26 +0000 (15:25 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 13:41:51 +0000 (16:41 +0300)
commitbef3492d1169a54c966cecd0e0b1dd25e9341582
tree025d55736c36b7c2ee408e47d7652873dfcefa63
parent3fbcdc27b18b383039b360be1cedf52a1ffb2dff
pc: ACPI BIOS: implement memory hotplug interface

- provides static SSDT object for memory hotplug that can handle
  upto 256 hotplugable memory slots
- SSDT template for memory devices and runtime generator
  of them in SSDT table.

Signed-off-by: Vasilis Liaskovitis <vasilis.liaskovitis@profitbricks.com>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/Makefile.objs
hw/i386/acpi-build.c
hw/i386/ssdt-mem.dsl [new file with mode: 0644]
hw/i386/ssdt-misc.dsl
include/hw/acpi/pc-hotplug.h