hw/arm/virt: Disable memory hotplug when MTE is enabled
commit19bd6aafbd184be963d2b7c24874e3252a7088b7
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jul 2020 09:25:36 +0000 (20 10:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Jul 2020 10:35:17 +0000 (20 11:35 +0100)
treea7ec37b1f396d49b34f72dea9019c53c8d260ab5
parent7f6185ed9ca977a9836f35b994e4f85cecae8437
hw/arm/virt: Disable memory hotplug when MTE is enabled

When MTE is enabled, tag memory must exist for all RAM.

It might be possible to simultaneously hot plug tag memory
alongside the corresponding normal memory, but for now just
disable hotplug.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200713213341.590275-4-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c