[PATCH 0/2] x86/hvm: Cleanup

Andrew Cooper posted 2 patches 2 years, 4 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20211130181139.14398-1-andrew.cooper3@citrix.com
xen/arch/x86/hvm/hvm.c                  |  5 +----
xen/arch/x86/hvm/svm/nestedsvm.c        | 11 +++++----
xen/arch/x86/hvm/vmx/vvmx.c             | 10 ++++-----
xen/arch/x86/mm/hap/nested_hap.c        | 40 +++++++++------------------------
xen/arch/x86/mm/p2m.c                   | 12 +++++-----
xen/include/asm-x86/hvm/hvm.h           | 21 ++++++++---------
xen/include/asm-x86/hvm/nestedhvm.h     |  6 +----
xen/include/asm-x86/hvm/svm/nestedsvm.h |  6 ++---
xen/include/asm-x86/hvm/vmx/vvmx.h      |  8 +++----
9 files changed, 47 insertions(+), 72 deletions(-)
[PATCH 0/2] x86/hvm: Cleanup
Posted by Andrew Cooper 2 years, 4 months ago
Andrew Cooper (2):
  x86/hvm: Simplify hvm_enable_msr_interception()
  x86/hvm: Rework nested hap functions to reduce parameters

 xen/arch/x86/hvm/hvm.c                  |  5 +----
 xen/arch/x86/hvm/svm/nestedsvm.c        | 11 +++++----
 xen/arch/x86/hvm/vmx/vvmx.c             | 10 ++++-----
 xen/arch/x86/mm/hap/nested_hap.c        | 40 +++++++++------------------------
 xen/arch/x86/mm/p2m.c                   | 12 +++++-----
 xen/include/asm-x86/hvm/hvm.h           | 21 ++++++++---------
 xen/include/asm-x86/hvm/nestedhvm.h     |  6 +----
 xen/include/asm-x86/hvm/svm/nestedsvm.h |  6 ++---
 xen/include/asm-x86/hvm/vmx/vvmx.h      |  8 +++----
 9 files changed, 47 insertions(+), 72 deletions(-)

-- 
2.11.0


Re: [PATCH 0/2] x86/hvm: Cleanup
Posted by Andrew Cooper 2 years, 3 months ago
On 30/11/2021 18:11, Andrew Cooper wrote:
> Andrew Cooper (2):
>   x86/hvm: Simplify hvm_enable_msr_interception()
>   x86/hvm: Rework nested hap functions to reduce parameters

These are mechanical rather than functional changes, and the patches
have been pending for 6 weeks without objection.  I've committed them
with Jan's R-by.

~Andrew