Re: [PATCH Part1 RFC v3 02/22] x86/sev: Define the Linux specific guest termination reasons

From: Brijesh Singh
Date: Tue Jun 08 2021 - 12:51:31 EST



On 6/8/21 10:59 AM, Venu Busireddy wrote:
>
>> {
>> u64 val = GHCB_MSR_TERM_REQ;
>>
>> @@ -32,7 +32,7 @@ static void __noreturn sev_es_terminate(unsigned int reason)
>> * Tell the hypervisor what went wrong - only reason-set 0 is
>> * currently supported.
>> */
> Since reason set 0 is not the only set supported anymore, maybe the part
> about reason set 0 should be removed from the above comment?

Sure, I will update the comment. thanks