KVM: struct kvm_memory_slot.user_alloc -> bool
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 10 Dec 2012 17:33:21 +0000 (10:33 -0700)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 14 Dec 2012 01:24:38 +0000 (23:24 -0200)
commitf82a8cfe9354f5cdea55ebeceba3fd19051d3ee8
tree335e968cef697b7831c48849677de628cee4e73d
parent0743247fbf0c4a27185b2aa1fdda91d0745dfed1
KVM: struct kvm_memory_slot.user_alloc -> bool

There's no need for this to be an int, it holds a boolean.
Move to the end of the struct for alignment.

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/kvm/kvm-ia64.c
arch/powerpc/kvm/powerpc.c
arch/s390/kvm/kvm-s390.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c