x86/svm: Rename arch_svm_struct to svm_vcpu
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 28 Aug 2018 15:59:28 +0000 (15:59 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 31 Aug 2018 14:40:39 +0000 (15:40 +0100)
commitc285742f33d4cc3e106923ee70031cb556c5e39b
tree1c63a60f062bda146f8e9d49150b111505d21ddf
parent5f3d3a880b74a67f283281e493be87871ca4f555
x86/svm: Rename arch_svm_struct to svm_vcpu

The suffix and prefix are redundant, and the name is curiously odd.  Rename it
to svm_vcpu to be consistent with all the other similar structures.  In
addition, rename local arch_svm local variables to svm for further
consistency.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/arch/x86/hvm/svm/nestedsvm.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/svm/vmcb.c
xen/include/asm-x86/hvm/svm/vmcb.h
xen/include/asm-x86/hvm/vcpu.h