Re: [Qemu-devel] [PATCH v7 10/17] hw/arm/virt: Add memory hotplug framework

2019-02-22 Thread Igor Mammedov
On Wed, 20 Feb 2019 23:39:56 +0100 Eric Auger wrote: > This patch adds the the memory hot-plug/hot-unplug infrastructure > in machvirt. It is still not enabled as no device memory is allocated. > > Signed-off-by: Eric Auger > Signed-off-by: Shameer Kolothum > Signed-off-by: Kwangwoo Lee with

[Qemu-devel] [PATCH v7 10/17] hw/arm/virt: Add memory hotplug framework

2019-02-20 Thread Eric Auger
This patch adds the the memory hot-plug/hot-unplug infrastructure in machvirt. It is still not enabled as no device memory is allocated. Signed-off-by: Eric Auger Signed-off-by: Shameer Kolothum Signed-off-by: Kwangwoo Lee --- v4 -> v5: - change in pc_dimm_pre_plug signature - CONFIG_MEM_HOTPL