Skip to content
Commit f6e78475 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions



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: default avatarAvi Kivity <avi@redhat.com>
parent 0ee8dcb8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment