Re: [PATCH v2 3/3] x86/svmdebug: Print sev and sev_es vmcb bits

2024-03-13 Thread Jan Beulich
On 13.03.2024 14:54, Vaishali Thakkar wrote: > On 3/12/24 09:05, Jan Beulich wrote: >> On 11.03.2024 13:40, Vaishali Thakkar wrote: >>> While sev and sev_es bits are not yet enabled in xen, >>> including their status in the VMCB dump could be >>> informational.Therefore, print it via svmdebug. >>

Re: [PATCH v2 3/3] x86/svmdebug: Print sev and sev_es vmcb bits

2024-03-13 Thread Vaishali Thakkar
On 3/12/24 09:05, Jan Beulich wrote: On 11.03.2024 13:40, Vaishali Thakkar wrote: While sev and sev_es bits are not yet enabled in xen, including their status in the VMCB dump could be informational.Therefore, print it via svmdebug. Yet there are more bits there. I'm okay with leaving off

Re: [PATCH v2 3/3] x86/svmdebug: Print sev and sev_es vmcb bits

2024-03-12 Thread Jan Beulich
On 11.03.2024 13:40, Vaishali Thakkar wrote: > While sev and sev_es bits are not yet enabled in xen, > including their status in the VMCB dump could be > informational.Therefore, print it via svmdebug. Yet there are more bits there. I'm okay with leaving off printing of them here, but it wants

[PATCH v2 3/3] x86/svmdebug: Print sev and sev_es vmcb bits

2024-03-11 Thread Vaishali Thakkar
While sev and sev_es bits are not yet enabled in xen, including their status in the VMCB dump could be informational.Therefore, print it via svmdebug. Signed-off-by: Vaishali Thakkar --- Changes since v1: - Pretty printing --- xen/arch/x86/hvm/svm/svmdebug.c | 7 +-- 1 file changed,