On 3/1/21 12:23 AM, Richard Henderson wrote: > The we never allow i/o from user-only, and the tss check > that helper_check_io does will always fail. Use an ifdef > within gen_check_io and return false, indicating that an > exception is known to be raised. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/i386/helper.h | 2 +- > target/i386/tcg/seg_helper.c | 28 ---------------------------- > target/i386/tcg/sysemu/seg_helper.c | 29 +++++++++++++++++++++++++++++ > target/i386/tcg/translate.c | 11 +++++++++++ > 4 files changed, 41 insertions(+), 29 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>