KVM: PPC: Make bools bitfields
authorAlexander Graf <agraf@suse.de>
Wed, 24 Mar 2010 20:48:36 +0000 (21:48 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:17:20 +0000 (12:17 +0300)
Bool defaults to at least byte width. We usually only want to waste a single
bit on this. So let's move all the bool values to bitfields, potentially
saving memory.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found