All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] x86/svm : Misc changes for few vmcb bits
@ 2024-03-11 12:40 Vaishali Thakkar
  2024-03-11 12:40 ` [PATCH v2 1/3] x86/svm: Drop the _enabled suffix from " Vaishali Thakkar
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Vaishali Thakkar @ 2024-03-11 12:40 UTC (permalink / raw)
  To: xen-devel; +Cc: jbeulich, andrew.cooper3, roger.pau, wl, Vaishali Thakkar

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-03-13 13:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 12:40 [PATCH v2 0/3] x86/svm : Misc changes for few vmcb bits Vaishali Thakkar
2024-03-11 12:40 ` [PATCH v2 1/3] x86/svm: Drop the _enabled suffix from " Vaishali Thakkar
2024-03-12  7:54   ` Jan Beulich
2024-03-12 10:00     ` Vaishali Thakkar
2024-03-12 10:49       ` Jan Beulich
2024-03-12 10:54         ` Vaishali Thakkar
2024-03-11 12:40 ` [PATCH v2 2/3] x86/svm: Drop the suffix _guest from vmcb bit Vaishali Thakkar
2024-03-12  7:59   ` Jan Beulich
2024-03-12 10:08     ` Vaishali Thakkar
2024-03-12 10:50       ` Jan Beulich
2024-03-11 12:40 ` [PATCH v2 3/3] x86/svmdebug: Print sev and sev_es vmcb bits Vaishali Thakkar
2024-03-12  8:05   ` Jan Beulich
2024-03-13 13:54     ` Vaishali Thakkar
2024-03-13 13:56       ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.