On 14/05/21 17:12, Richard Henderson wrote:
In vm86 mode, we use the same helper as real-mode, but with an extra check for IOPL. All non-exceptional paths set EFLAGS.Signed-off-by: Richard Henderson<richard.hender...@linaro.org> --- target/i386/tcg/translate.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-)
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>