Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64

2013-06-05 Thread Claudio Fontana
On 04.06.2013 13:12, Peter Maydell wrote: > Newer architectures may only implement the getdents64 syscall, not > getdents. Provide an implementation of getdents in terms of getdents64 > so that we can run getdents-using targets on a getdents64-only host. > > Signed-off-by: Peter Maydell > Message

Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64

2013-06-05 Thread Peter Maydell
On 5 June 2013 11:57, Claudio Fontana wrote: > On 04.06.2013 13:12, Peter Maydell wrote: >> Newer architectures may only implement the getdents64 syscall, not >> getdents. Provide an implementation of getdents in terms of getdents64 >> so that we can run getdents-using targets on a getdents64-only

Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64

2013-06-05 Thread Claudio Fontana
On 04.06.2013 13:12, Peter Maydell wrote: > Newer architectures may only implement the getdents64 syscall, not > getdents. Provide an implementation of getdents in terms of getdents64 > so that we can run getdents-using targets on a getdents64-only host. > > Signed-off-by: Peter Maydell > Message

Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64

2013-06-04 Thread Richard Henderson
On 06/04/2013 04:12 AM, Peter Maydell wrote: > Newer architectures may only implement the getdents64 syscall, not > getdents. Provide an implementation of getdents in terms of getdents64 > so that we can run getdents-using targets on a getdents64-only host. > > Signed-off-by: Peter Maydell > Mess

[Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64

2013-06-04 Thread Peter Maydell
Newer architectures may only implement the getdents64 syscall, not getdents. Provide an implementation of getdents in terms of getdents64 so that we can run getdents-using targets on a getdents64-only host. Signed-off-by: Peter Maydell Message-id: 1370193044-24535-1-git-send-email-peter.mayd...@l