summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-05-19 09:21:04 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-06-01 04:26:02 -0400
commit08245e6d2e589f2b6e9e275ddb343e2ec9ce94ec (patch)
tree727d12ad66b1a0202794878a4002017b789215f3 /arch/x86/include/asm/kvm_host.h
parente9fd761a46b8655aa5ff84b4adc0c8cf43952145 (diff)
downloadlinux-stable-08245e6d2e589f2b6e9e275ddb343e2ec9ce94ec.tar.gz
linux-stable-08245e6d2e589f2b6e9e275ddb343e2ec9ce94ec.tar.bz2
linux-stable-08245e6d2e589f2b6e9e275ddb343e2ec9ce94ec.zip
KVM: nSVM: remove HF_HIF_MASK
The L1 flags can be found in the save area of svm->nested.hsave, fish it from there so that there is one fewer thing to migrate. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r--arch/x86/include/asm/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 0dfc522f96cc..3485f8454088 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -1595,7 +1595,6 @@ enum {
};
#define HF_GIF_MASK (1 << 0)
-#define HF_HIF_MASK (1 << 1)
#define HF_NMI_MASK (1 << 3)
#define HF_IRET_MASK (1 << 4)
#define HF_GUEST_MASK (1 << 5) /* VCPU is in guest-mode */