This patch series attempts a cleanup of files {svm,vmx}.{c,h} by removing redundant headers and sorting the rest, removing forward declarations for static functions, reducing the scope of declarations and definitions, removing redundant new lines and trailing spaces etc
Xenia Ragiadakou (4): x86/svm: cleanup svm.c x86/svm: cleanup svm.h x86/vmx: cleanup vmx.c x86/vmx: cleanup vmx.h xen/arch/x86/hvm/svm/svm.c | 163 +- xen/arch/x86/hvm/svm/vmcb.c | 3 + xen/arch/x86/hvm/vmx/vmcs.c | 43 + xen/arch/x86/hvm/vmx/vmx.c | 6053 ++++++++++++------------ xen/arch/x86/include/asm/hvm/svm/svm.h | 13 +- xen/arch/x86/include/asm/hvm/vmx/vmx.h | 194 +- 6 files changed, 3210 insertions(+), 3259 deletions(-) -- 2.37.2