KVM: nSVM: remove HF_HIF_MASK
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 May 2020 13:21:04 +0000 (09:21 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 1 Jun 2020 08:26:02 +0000 (04:26 -0400)
commit08245e6d2e589f2b6e9e275ddb343e2ec9ce94ec
tree727d12ad66b1a0202794878a4002017b789215f3
parente9fd761a46b8655aa5ff84b4adc0c8cf43952145
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>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/nested.c
arch/x86/kvm/svm/svm.c