Re: [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions

From: Joerg Roedel
Date: Wed Jun 03 2020 - 10:19:17 EST


On Sat, May 16, 2020 at 09:57:14AM +0200, Borislav Petkov wrote:
> Just a reminder so that this doesn't get lost:
>
> On Tue, Apr 28, 2020 at 05:16:35PM +0200, Joerg Roedel wrote:
> > + if (exit_info_1 & IOIO_TYPE_STR) {
> > + int df = (regs->flags & X86_EFLAGS_DF) ? -1 : 1;
>
> ...

Thanks, this is fixed now.