qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 22/49] tests/tcg/i386: disable i386 version o


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 22/49] tests/tcg/i386: disable i386 version of test-i386-ssse
Date: Thu, 17 May 2018 12:56:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 05/17/2018 10:46 AM, Alex Bennée wrote:
> It doesn't build for i386 easily and we probably need a better more
> methodical test for SSE et all in QEMU.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  tests/tcg/i386/Makefile.target | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/tcg/i386/Makefile.target b/tests/tcg/i386/Makefile.target
> index 94fa50abbc..290073a882 100644
> --- a/tests/tcg/i386/Makefile.target
> +++ b/tests/tcg/i386/Makefile.target
> @@ -9,7 +9,7 @@ I386_SRCS=$(notdir $(wildcard $(I386_SRC)/*.c))
>  I386_TESTS=$(I386_SRCS:.c=)
>  
>  # Update TESTS
> -TESTS+=$(I386_TESTS)
> +TESTS+=$(I386_ONLY_TESTS)

As I mentioned before, this belongs with the next patch.


r~



reply via email to

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