summaryrefslogtreecommitdiffstats
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorShameer Kolothum2019-09-18 15:06:27 +0200
committerMichael S. Tsirkin2019-10-05 23:12:08 +0200
commitcff51ac978c4fa0b3d0de0fd62d772d9003f123e (patch)
treee984b3b85e1552d27d09c061487b24d97014e86c /hw/arm/Kconfig
parenthw/arm/virt: Add memory hotplug framework (diff)
downloadqemu-cff51ac978c4fa0b3d0de0fd62d772d9003f123e.tar.gz
qemu-cff51ac978c4fa0b3d0de0fd62d772d9003f123e.tar.xz
qemu-cff51ac978c4fa0b3d0de0fd62d772d9003f123e.zip
hw/arm/virt: Enable device memory cold/hot plug with ACPI boot
This initializes the GED device with base memory and irq, configures ged memory hotplug event and builds the corresponding aml code. With this, both hot and cold plug of device memory is enabled now for Guest with ACPI boot. Memory cold plug support with Guest DT boot is not yet supported. As DSDT table gets changed by this, update bios-tables-test-allowed-diff.h to avoid "make check" failure. Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com> Message-Id: <20190918130633.4872-6-shameerali.kolothum.thodi@huawei.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 39d285ad3d..c6e7782580 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -22,6 +22,8 @@ config ARM_VIRT
select ACPI_PCI
select MEM_DEVICE
select DIMM
+ select ACPI_MEMORY_HOTPLUG
+ select ACPI_HW_REDUCED
config CHEETAH
bool