qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] linux-user: Fix stat64 syscall for SPARC64


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH v2] linux-user: Fix stat64 syscall for SPARC64
Date: Wed, 06 Nov 2013 06:25:15 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Am 31.10.2013 05:33, schrieb Erik de Castro Lopo:
> Stefan Weil wrote:
>
>> Some targets use a stat64 structure for the stat64 syscall while others
>> use a stat structure. SPARC64 used the wrong kind.
>>
>> Instead of extending the conditional compilation in syscall.c, now a
>> macro TARGET_HAS_STRUCT_STAT64 is defined whenever a target has a
>> target_stat64.
>>
>> Signed-off-by: Stefan Weil <address@hidden>
> Reviewed-by: Erik de Castro Lopo <address@hidden>

Ping?

Peter, maybe you want to review this patch? I slightly modified your
suggestion.

Riku, could you please include the patch in your queue (allow Peter to
review it before)?

Thanks,
Stefan




reply via email to

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