summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.h
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2020-06-25 10:03:22 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-07-08 16:21:47 -0400
commit7693b3eb537947ecffe302732f98e6f561befb70 (patch)
tree1c3a66ad3a17a07a7e0984af5194bcb00760ed72 /arch/x86/kvm/svm/svm.h
parentb2656e4d8b29a25ea26ae92d14694904274e63b0 (diff)
KVM: SVM: Rename struct nested_state to svm_nested_state
Renaming is only needed in the svm.h header file. No functional changes. Signed-off-by: Joerg Roedel <jroedel@suse.de> Message-Id: <20200625080325.28439-2-joro@8bytes.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/svm/svm.h')
-rw-r--r--arch/x86/kvm/svm/svm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/svm/svm.h b/arch/x86/kvm/svm/svm.h
index 613356f85da6..e4251c5f80eb 100644
--- a/arch/x86/kvm/svm/svm.h
+++ b/arch/x86/kvm/svm/svm.h
@@ -81,7 +81,7 @@ struct kvm_svm {
struct kvm_vcpu;
-struct nested_state {
+struct svm_nested_state {
struct vmcb *hsave;
u64 hsave_msr;
u64 vm_cr_msr;
@@ -133,7 +133,7 @@ struct vcpu_svm {
ulong nmi_iret_rip;
- struct nested_state nested;
+ struct svm_nested_state nested;
bool nmi_singlestep;
u64 nmi_singlestep_guest_rflags;