mbox series

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

Message ID 20230217184814.1243046-1-burzalodowa@gmail.com (mailing list archive)
Headers show
Series x86/hvm: {svm,vmx}.{c,h} cleanup | expand

Message

Xenia Ragiadakou Feb. 17, 2023, 6:48 p.m. UTC
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(-)