Skip to content

Commit

Permalink
KVM: SVM: Rename struct nested_state to svm_nested_state
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joerg Roedel authored and Paolo Bonzini committed Jul 8, 2020
1 parent b2656e4 commit 7693b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kvm/svm/svm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7693b3e

Please sign in to comment.