diff options
author | Maxim Levitsky <[email protected]> | 2023-01-30 16:32:53 -0800 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-01-31 12:56:42 -0800 |
commit | c760e86f27fed4aeb46e206a6476b82d8e2d1762 (patch) | |
tree | 0a61ed9f6998aecb228cce0a63b6f5772af6ba8f /arch/x86/kvm/svm/svm.c | |
parent | 8957cbcfed0a7e423695d90600b2643dda31fc7b (diff) |
KVM: x86: Move HF_GIF_MASK into "struct vcpu_svm" as "guest_gif"
Move HF_GIF_MASK out of the common "hflags" and into vcpu_svm.guest_gif.
GIF is an SVM-only concept and has should never be consulted outside of
SVM-specific code.
No functional change is intended.
Suggested-by: Sean Christopherson <[email protected]>
Signed-off-by: Maxim Levitsky <[email protected]>
Tested-by: Santosh Shukla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[sean: split to separate patch]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'arch/x86/kvm/svm/svm.c')
0 files changed, 0 insertions, 0 deletions