Re: [PATCH v4 00/75] x86: SEV-ES Guest Support

From: Joerg Roedel
Date: Wed Jul 15 2020 - 06:10:40 EST


On Wed, Jul 15, 2020 at 11:55:56AM +0200, Peter Zijlstra wrote:
> And recursive #VC was instant death, right? Because there's no way to
> avoid IST stack corruption in that case.

Right, a #VC exception while still on the IST stack must instantly kill
the VM. That needs an additional check which is not implemented yet, as
it only becomes necessary with SNP.

Regards,

Joerg