]> Git Repo - qemu.git/commit - target/i386/helper.h
target/i386: Move helper_check_io to sysemu
authorRichard Henderson <[email protected]>
Fri, 14 May 2021 15:13:41 +0000 (10:13 -0500)
committerRichard Henderson <[email protected]>
Wed, 19 May 2021 17:17:11 +0000 (12:17 -0500)
commitd76b9c6f07a2981a44887e1d61d51e016d45417c
tree305b06b42b81ae8794170446b6b3f3b1b9887f57
parente49780355674a77c174564fd6b34494475876291
target/i386: Move helper_check_io to sysemu

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.

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Message-Id: <20210514151342[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/i386/helper.h
target/i386/tcg/seg_helper.c
target/i386/tcg/sysemu/seg_helper.c
target/i386/tcg/translate.c
This page took 0.026726 seconds and 4 git commands to generate.