Re: [Qemu-devel] [RFC PATCH v0 1/2] kvm: API to obtain max supported mem slots

2016-06-01 Thread David Gibson
On Wed, Jun 01, 2016 at 11:56:07AM +0200, Paolo Bonzini wrote: > > > On 01/06/2016 11:51, Bharata B Rao wrote: > > Introduce kvm_get_max_memslots() API that can be used to obtain the > > maximum number of memslots supported by KVM. > > > > Signed-off-by: Bharata B Rao > > --- > > include/sysem

Re: [Qemu-devel] [RFC PATCH v0 1/2] kvm: API to obtain max supported mem slots

2016-06-01 Thread Paolo Bonzini
On 01/06/2016 11:51, Bharata B Rao wrote: > Introduce kvm_get_max_memslots() API that can be used to obtain the > maximum number of memslots supported by KVM. > > Signed-off-by: Bharata B Rao > --- > include/sysemu/kvm.h | 1 + > kvm-all.c| 7 +++ > 2 files changed, 8 insertion

[Qemu-devel] [RFC PATCH v0 1/2] kvm: API to obtain max supported mem slots

2016-06-01 Thread Bharata B Rao
Introduce kvm_get_max_memslots() API that can be used to obtain the maximum number of memslots supported by KVM. Signed-off-by: Bharata B Rao --- include/sysemu/kvm.h | 1 + kvm-all.c| 7 +++ 2 files changed, 8 insertions(+) diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm