Altp2m cleanup work The altp2m clean work is motivated by the following URLs: https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04454.html
Most of the work has been: Lots of white space, indentation, and other coding style preference corrections. Lots of moving altp2m functions to the altp2m file. Lots of moving ept functions to the ept file. Lots of function return type corrections (and checking). Just using 'return' after a if() clause instead of using a goto if the block is can be a one liner. Paul Lai (1): Move altp2m specific functions to altp2m files. xen/arch/x86/mm/altp2m.c | 57 +++++++++++++++++++++++++++++++++++++++ xen/arch/x86/mm/hap/hap.c | 38 +++++++------------------- xen/arch/x86/mm/p2m-ept.c | 39 +++++++++++++++++++++++++++ xen/arch/x86/mm/p2m.c | 45 +++---------------------------- xen/include/asm-x86/altp2m.h | 4 ++- xen/include/asm-x86/hvm/vmx/vmx.h | 3 +++ xen/include/asm-x86/p2m.h | 9 +++---- 7 files changed, 117 insertions(+), 78 deletions(-) -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel