git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee8dcb
)
KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions
author
Avi Kivity
<avi@redhat.com>
Mon, 2 Aug 2010 12:30:20 +0000
(15:30 +0300)
committer
Avi 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