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.