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)
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>

No differences found