Re: [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot

From: Dave Hansen
Date: Fri Dec 10 2021 - 13:47:45 EST


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.