KVM: Make KVM_PRIVATE_MEM_SLOTS optional
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 10 Dec 2012 17:33:15 +0000 (10:33 -0700)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 14 Dec 2012 01:21:58 +0000 (23:21 -0200)
commit0743247fbf0c4a27185b2aa1fdda91d0745dfed1
tree7482acb31f01e40a52c3e285ac381c906fa602a9
parentbbacc0c111c3c5d1f3192b8cc1642b9c3954f80d
KVM: Make KVM_PRIVATE_MEM_SLOTS optional

Seems like everyone copied x86 and defined 4 private memory slots
that never actually get used.  Even x86 only uses 3 of the 4.  These
aren't exposed so there's no need to add padding.

Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/ia64/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_host.h
arch/s390/include/asm/kvm_host.h
arch/x86/include/asm/kvm_host.h
include/linux/kvm_host.h