Re: [Qemu-devel] [PATCH 2/2] linux-user: register align p{read, write}64

2012-10-12 Thread Peter Maydell
On 30 September 2012 02:32, Alexander Graf wrote: > pread64 and pwrite64 pass 64bit parameters which for some architectures need > to be aligned to special argument pairs, creating a gap argument. > > Handle this special case the same way we handle it in other places of the > code. > > Reported-b

Re: [Qemu-devel] [PATCH 2/2] linux-user: register align p{read, write}64

2012-10-01 Thread Alex Barcelo
On Sun, Sep 30, 2012 at 3:32 AM, Alexander Graf wrote: > pread64 and pwrite64 pass 64bit parameters which for some architectures need > to be aligned to special argument pairs, creating a gap argument. > > Handle this special case the same way we handle it in other places of the > code. > > Repor

[Qemu-devel] [PATCH 2/2] linux-user: register align p{read, write}64

2012-10-01 Thread Alexander Graf
pread64 and pwrite64 pass 64bit parameters which for some architectures need to be aligned to special argument pairs, creating a gap argument. Handle this special case the same way we handle it in other places of the code. Reported-by: Alex Barcelo Signed-off-by: Alexander Graf --- linux-user/