commit | f82a8cfe9354f5cdea55ebeceba3fd19051d3ee8 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Mon Dec 10 10:33:21 2012 -0700 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Dec 13 23:24:38 2012 -0200 |
tree | 335e968cef697b7831c48849677de628cee4e73d | |
parent | 0743247fbf0c4a27185b2aa1fdda91d0745dfed1 [diff] |
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>