Re: [Qemu-devel] [PATCH v2] linux-user: Add FICLONE and FICLONERANGE ioctls

2017-02-12 Thread Laurent Vivier
Le 11/02/2017 à 23:26, Helge Deller a écrit : > Add missing FICLONE and FICLONERANGE ioctls. > > Changes to v1: > - Added STRUCT_file_clone_range as suggested by Laurent Vivier > > Signed-off-by: Helge Deller Reviewed-by: Laurent Vivier > > diff --git a/linux-user/ioctls.h b/linux-user/ioctl

[Qemu-devel] [PATCH v2] linux-user: Add FICLONE and FICLONERANGE ioctls

2017-02-11 Thread Helge Deller
Add missing FICLONE and FICLONERANGE ioctls. Changes to v1: - Added STRUCT_file_clone_range as suggested by Laurent Vivier Signed-off-by: Helge Deller diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index 2f6e85b..e6997ff 100644 --- a/linux-user/ioctls.h +++ b/linux-user/ioctls.h @@ -112