| Subject | Re: [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot | From | Dave Hansen <> | Date | Fri, 10 Dec 2021 10:47:34 -0800 |
| |
On 12/10/21 7:42 AM, Brijesh Singh wrote: > + /* Set the SME mask if this is an SEV guest. */ > + sev_status = rd_sev_status_msr();
Nit: there's some weird extra whitespace there. Might be some some old attempts at vertical alignment.
|