[PATCH v2 0/3] x86/svm : Misc changes for few vmcb bits

Vaishali Thakkar posted 3 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1710149462.git.vaishali.thakkar@vates.tech
xen/arch/x86/hvm/svm/asid.c                  |  6 ++---
xen/arch/x86/hvm/svm/nestedsvm.c             | 22 +++++++++---------
xen/arch/x86/hvm/svm/svm.c                   |  2 +-
xen/arch/x86/hvm/svm/svmdebug.c              |  7 ++++--
xen/arch/x86/hvm/svm/vmcb.c                  |  2 +-
xen/arch/x86/include/asm/hvm/svm/nestedsvm.h |  2 +-
xen/arch/x86/include/asm/hvm/svm/vmcb.h      | 24 ++++++++++----------
7 files changed, 34 insertions(+), 31 deletions(-)
[PATCH v2 0/3] x86/svm : Misc changes for few vmcb bits
Posted by Vaishali Thakkar 1 month, 3 weeks ago
Hi,

In this patchset, first & second patch removes the unnecessary 
suffix from a bunch of vmcb bits. Third patch is about printing
the status of sev and sev-es bits while dumping VMCB.

Changes since v1:
  - Address comments from Andrew and Jan
  - Add extrapatch to drop the suffix _guest as per Andrew's
    suggestion in one of the reviews
  - Address Andrew's comment with respect to pretty printing

Vaishali Thakkar (3):
  x86/svm: Drop the _enabled suffix from vmcb bits
  x86/svm: Drop the suffix _guest from vmcb bit
  x86/svmdebug: Print sev and sev_es vmcb bits

 xen/arch/x86/hvm/svm/asid.c                  |  6 ++---
 xen/arch/x86/hvm/svm/nestedsvm.c             | 22 +++++++++---------
 xen/arch/x86/hvm/svm/svm.c                   |  2 +-
 xen/arch/x86/hvm/svm/svmdebug.c              |  7 ++++--
 xen/arch/x86/hvm/svm/vmcb.c                  |  2 +-
 xen/arch/x86/include/asm/hvm/svm/nestedsvm.h |  2 +-
 xen/arch/x86/include/asm/hvm/svm/vmcb.h      | 24 ++++++++++----------
 7 files changed, 34 insertions(+), 31 deletions(-)

-- 
2.44.0