Re: [Qemu-devel] [PATCH] osdep: Less restrictive F_SEFL in qemu_dup_flags()

2012-10-23 Thread Kevin Wolf
Am 18.10.2012 22:41, schrieb Corey Bryant: > qemu_dup_flags() currently limits the flags that can be set on the > fcntl() F_SETFL call to those that we currently know can be set with > fcntl() F_SETFL. The problem with this is that it will prevent use > of new flags in the future without a code up

[Qemu-devel] [PATCH] osdep: Less restrictive F_SEFL in qemu_dup_flags()

2012-10-18 Thread Corey Bryant
qemu_dup_flags() currently limits the flags that can be set on the fcntl() F_SETFL call to those that we currently know can be set with fcntl() F_SETFL. The problem with this is that it will prevent use of new flags in the future without a code update. This patch relaxes the checking and lets fcn