Re: [Qemu-devel] [PATCH v6 06/22] osdep: Introduce qemu_dup

2016-06-17 Thread Kevin Wolf
Am 03.06.2016 um 10:49 hat Fam Zheng geschrieben: > This takes care of both the CLOEXEC flag and fd-path mapping for image > locking. > > Signed-off-by: Fam Zheng > --- > include/qemu/osdep.h | 3 +++ > util/osdep.c | 9 + > 2 files changed, 12 insertions(+) > > diff --git a/inc

[Qemu-devel] [PATCH v6 06/22] osdep: Introduce qemu_dup

2016-06-03 Thread Fam Zheng
This takes care of both the CLOEXEC flag and fd-path mapping for image locking. Signed-off-by: Fam Zheng --- include/qemu/osdep.h | 3 +++ util/osdep.c | 9 + 2 files changed, 12 insertions(+) diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h index 749214a..89c63c7 100644