Re: [PATCH v3 3/3] x86/svmdebug: Print np, sev and sev_es vmcb bits

2024-03-14 Thread Jan Beulich
On 13.03.2024 17:41, Vaishali Thakkar wrote: > Currently only raw _np_ctrl is being printed. It can > be informational to know about which particular bits > are enabled. So, this commit adds the bit-by-bit decode > for np, sev and sev_es bits. > > Note that while, only np is enabled in certain sce

[PATCH v3 3/3] x86/svmdebug: Print np, sev and sev_es vmcb bits

2024-03-13 Thread Vaishali Thakkar
Currently only raw _np_ctrl is being printed. It can be informational to know about which particular bits are enabled. So, this commit adds the bit-by-bit decode for np, sev and sev_es bits. Note that while, only np is enabled in certain scenarios at the moment, work for enabling sev and sev_es is