[PATCH 0/4] x86/hvm: {svm,vmx}.{c,h} cleanup

Xenia Ragiadakou posted 4 patches 1 year, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230217184814.1243046-1-burzalodowa@gmail.com
There is a newer version of this series
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(-)
[PATCH 0/4] x86/hvm: {svm,vmx}.{c,h} cleanup
Posted by Xenia Ragiadakou 1 year, 2 months ago
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