]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitadb4eee13c41760b8840bd4f7656655c5d632b1c
tree7482acb31f01e40a52c3e285ac381c906fa602a9
parentf79a49cbdd18d60486d6665b50e72b63d1bc5e84
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