Re: [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions

From: Andy Lutomirski
Date: Tue Feb 11 2020 - 17:28:21 EST


On Tue, Feb 11, 2020 at 5:53 AM Joerg Roedel <joro@xxxxxxxxxx> wrote:
>
> From: Tom Lendacky <thomas.lendacky@xxxxxxx>
>
> Add support for decoding and handling #VC exceptions for IOIO events.
>
> Signed-off-by: Tom Lendacky <thomas.lendacky@xxxxxxx>
> [ jroedel@xxxxxxx: Adapted code to #VC handling framework ]
> Co-developed-by: Joerg Roedel <jroedel@xxxxxxx>
> Signed-off-by: Joerg Roedel <jroedel@xxxxxxx>

It would be nice if this could reuse the existing in-kernel
instruction decoder. Is there some reason it can't?

--Andy