KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions
authorAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 12:30:20 +0000 (15:30 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:56:54 +0000 (07:56 -0400)
Some rflags bits are owned by the host, not guest, so we need to use
kvm_get_rflags() to strip those bits away or kvm_set_rflags() to add them
back.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found