Re: [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions
From: Andy Lutomirski <luto@kernel.org>
Date: 2020-02-11 22:28:22
Also in:
kvm, lkml
From: Andy Lutomirski <luto@kernel.org>
Date: 2020-02-11 22:28:22
Also in:
kvm, lkml
On Tue, Feb 11, 2020 at 5:53 AM Joerg Roedel [off-list ref] wrote:
From: Tom Lendacky <thomas.lendacky@amd.com> Add support for decoding and handling #VC exceptions for IOIO events. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> [ jroedel@suse.de: Adapted code to #VC handling framework ] Co-developed-by: Joerg Roedel <redacted> Signed-off-by: Joerg Roedel <redacted>
It would be nice if this could reuse the existing in-kernel instruction decoder. Is there some reason it can't? --Andy