Recently the number of memory slots supported by KVM for PowerPC was changed from 32 to 512. QEMU was restricting the user specifiable hot-pluggable memory slots to 32. This patchset changes that to 512.
This allows more number of slots to be available for memory hotplugging. Bharata B Rao (2): kvm: API to obtain max supported mem slots spapr: Increase max memslots to 512 hw/ppc/spapr.c | 6 ++++-- include/sysemu/kvm.h | 1 + kvm-all.c | 7 +++++++ 3 files changed, 12 insertions(+), 2 deletions(-) -- 2.1.0