Re: [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl

2012-10-11 Thread Alexander Graf
On 11.10.2012, at 15:36, Riku Voipio wrote: > Hi Alexander, > > On 21 August 2012 16:47, Peter Maydell wrote: >>> +#define TARGET_FS_IOC_GETFLAGS TARGET_IORU('f', 1) >> >> This and the SETFLAGS one in the next patch fail the consistency >> check that an x86_64-on-x86_64 linux-user binary perfo

Re: [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl

2012-10-11 Thread Riku Voipio
Hi Alexander, On 21 August 2012 16:47, Peter Maydell wrote: >> +#define TARGET_FS_IOC_GETFLAGS TARGET_IORU('f', 1) > > This and the SETFLAGS one in the next patch fail the consistency > check that an x86_64-on-x86_64 linux-user binary performs: > > cam-vm-266:precise:qemu$ ./x86_64-linux-user/qem

Re: [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl

2012-08-21 Thread Peter Maydell
On 21 August 2012 13:43, Alexander Graf wrote: > Signed-off-by: Alexander Graf > --- > linux-user/ioctls.h |1 + > linux-user/syscall_defs.h |2 ++ > 2 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h > index bb76c56..1b798b3

[Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl

2012-08-21 Thread Alexander Graf
Signed-off-by: Alexander Graf --- linux-user/ioctls.h |1 + linux-user/syscall_defs.h |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index bb76c56..1b798b3 100644 --- a/linux-user/ioctls.h +++ b/linux-user/ioctls.h @@