qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: Merge pread/pwrite into pread64/pwr


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] linux-user: Merge pread/pwrite into pread64/pwrite64
Date: Fri, 7 Dec 2012 14:57:58 +0000

Ping^2, now we're out of freeze? Patchwork URL:
http://patchwork.ozlabs.org/patch/191133/

-- PMM


On 24 October 2012 13:27, Peter Maydell <address@hidden> wrote:
> Ping?
>
> -- PMM
>
> On 12 October 2012 14:55, Peter Maydell <address@hidden> wrote:
>> The Linux syscalls underlying pread() and pwrite() take a 64 bit
>> offset on all architectures, even if some of them name the syscall
>> "pread/pwrite" rather than "pread64/pwrite64" for historical reasons.
>> So move the four QEMU target architectures (arm, i386, sparc,
>> unicore32) which were defining TARGET_NR_pread/pwrite to define
>> TARGET_NR_pread64/pwrite64 instead, and drop the TARGET_NR_pread/pwrite
>> implementation code completely.



reply via email to

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