qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] enable translating statx syscalls on more arches


From: Laurent Vivier
Subject: Re: [PATCH] enable translating statx syscalls on more arches
Date: Wed, 13 Nov 2019 11:55:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

Le 13/11/2019 à 10:55, Aleksandar Markovic a écrit :
> 
> 
> On Tuesday, November 12, 2019, Andrew Kelley <address@hidden
> <mailto:address@hidden>> wrote:
> 
>     ping
> 
> 
> 
> Hello, Andrew.
> 
> I just want to advise you to send, if possible, a new version of the
> patch, addressing whatt said in his review. It is better if you send it
> sooner rather than later, given the stage of our dev cycle.
> 
> For MIPS parts:
> 
> Reviewed-by: Aleksandar Markovic <address@hidden
> <mailto:address@hidden>>
> 

The i386 part breaks the build because it defines TARGET_NR_arch_prctl
and in linux-user/syscall.c we have:

    #ifdef TARGET_NR_arch_prctl
        case TARGET_NR_arch_prctl:
    #if defined(TARGET_I386) && !defined(TARGET_ABI32)
            return do_arch_prctl(cpu_env, arg1, arg2);
    #else
    #error unreachable
    #endif
    #endif

Thanks,
Laurent




reply via email to

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