[Qemu-devel] [PATCH 04/10] linux-user: Sync fcntl.h bits with the kernel

2012-08-03 Thread Richard Henderson
For each target, only define the bits that appear in arch/target/include/asm/fcntl.h. Mirror the kernel's asm-generic layout by handling anything undefined afterward. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 194 + 1 files cha

Re: [Qemu-devel] [PATCH 04/10] linux-user: Sync fcntl.h bits with the kernel

2012-08-02 Thread Richard Henderson
On 2012-08-02 07:34, Peter Maydell wrote: > No entries for TARGET_M68K? I checked and I think that's the > only supported arch which isn't listed here and isn't only using > the asm-generic values. (It's the same 4 defines as TARGET_ARM.) I didn't notice because it was missing beforehand. > The o

Re: [Qemu-devel] [PATCH 04/10] linux-user: Sync fcntl.h bits with the kernel

2012-08-02 Thread Peter Maydell
On 25 July 2012 23:10, Richard Henderson wrote: > For each target, only define the bits that appear in > arch/target/include/asm/fcntl.h. Mirror the kernel's > asm-generic layout by handling anything undefined afterward. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall_defs.h |

[Qemu-devel] [PATCH 04/10] linux-user: Sync fcntl.h bits with the kernel

2012-07-25 Thread Richard Henderson
For each target, only define the bits that appear in arch/target/include/asm/fcntl.h. Mirror the kernel's asm-generic layout by handling anything undefined afterward. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 195 +--- 1 files chan