From: Avi Kivity Date: Mon, 2 Aug 2010 12:30:20 +0000 (+0300) Subject: KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions X-Git-Tag: v3.0-rc1~350^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e78475894d6534d7d62714a95e2265f53d2a92;p=pandora-kernel.git 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: Avi Kivity --- Reading git-diff-tree failed