Re: [Qemu-devel] [PATCH v12 5/6] raw-posix: Add falloc and full preallocation option

2014-08-24 Thread Hu Tao
On Fri, Aug 22, 2014 at 12:58:23PM +0200, Kevin Wolf wrote: > Am 11.07.2014 um 08:10 hat Hu Tao geschrieben: > > This patch adds a new option preallocation for raw format, and implements > > falloc and full preallocation. > > > > Reviewed-by: Max Reitz > > Signed-off-by: Hu Tao > > raw-posix ne

Re: [Qemu-devel] [PATCH v12 5/6] raw-posix: Add falloc and full preallocation option

2014-08-22 Thread Kevin Wolf
Am 11.07.2014 um 08:10 hat Hu Tao geschrieben: > This patch adds a new option preallocation for raw format, and implements > falloc and full preallocation. > > Reviewed-by: Max Reitz > Signed-off-by: Hu Tao raw-posix needs to error out if called with preallocation=metadata, it doesn't implement

[Qemu-devel] [PATCH v12 5/6] raw-posix: Add falloc and full preallocation option

2014-07-10 Thread Hu Tao
This patch adds a new option preallocation for raw format, and implements falloc and full preallocation. Reviewed-by: Max Reitz Signed-off-by: Hu Tao --- block/raw-posix.c | 88 +++ 1 file changed, 69 insertions(+), 19 deletions(-) diff --git