qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 49/50] target/i386: Move helper_check_io to sysemu


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 49/50] target/i386: Move helper_check_io to sysemu
Date: Mon, 1 Mar 2021 08:55:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

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.henderson@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é <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]