Re: [PATCH] kvm: move KVM_CAP_NR_MEMSLOTS to common code

2019-04-02 Thread Sean Christopherson
On Thu, Mar 28, 2019 at 06:10:00PM +0100, Paolo Bonzini wrote: > All architectures except MIPS were defining it in the same way, > and memory slots are handled entirely by common code so there > is no point in keeping the definition per-architecture. > > Signed-off-by: Paolo Bonzini > --- > Docu

Re: [PATCH] kvm: move KVM_CAP_NR_MEMSLOTS to common code

2019-04-02 Thread Cornelia Huck
On Thu, 28 Mar 2019 18:10:00 +0100 Paolo Bonzini wrote: > All architectures except MIPS were defining it in the same way, > and memory slots are handled entirely by common code so there > is no point in keeping the definition per-architecture. > > Signed-off-by: Paolo Bonzini > --- > Documenta

Re: [PATCH] kvm: move KVM_CAP_NR_MEMSLOTS to common code

2019-03-29 Thread David Hildenbrand
On 28.03.19 18:10, Paolo Bonzini wrote: > All architectures except MIPS were defining it in the same way, > and memory slots are handled entirely by common code so there > is no point in keeping the definition per-architecture. > > Signed-off-by: Paolo Bonzini > --- > Documentation/virtual/kvm/a