]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structure
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Mon, 29 Jun 2015 08:20:22 +0000 (13:50 +0530)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 3 Jul 2015 20:47:58 +0000 (17:47 -0300)
commita7d69ff10b085ba6f8236600829532984cdea714
tree6083a0b55241be8f089effa410ea0824439d99c2
parent35360642d043c2a5366e8a04a10e5545e7353bd5
pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structure

Move hotplug_memory_base and hotplug_memory fields of PCMachineState
into a separate structure so that the same can be made use of from
other architectures supporing memory hotplug.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/acpi-build.c
hw/i386/pc.c
include/hw/i386/pc.h
include/hw/mem/pc-dimm.h