Re: [Qemu-devel] [PATCH v10 5/6] raw-posix: Add full image preallocation option

2014-06-24 Thread Hu Tao
On Sat, Jun 14, 2014 at 09:38:30PM +0200, Max Reitz wrote: > On 12.06.2014 05:54, Hu Tao wrote: > >This patch adds a new option preallocation for raw format, and implements > >full preallocation. > > > >Signed-off-by: Hu Tao > >--- > > block/raw-posix.c | 59 > > +

Re: [Qemu-devel] [PATCH v10 5/6] raw-posix: Add full image preallocation option

2014-06-14 Thread Max Reitz
On 12.06.2014 05:54, Hu Tao wrote: This patch adds a new option preallocation for raw format, and implements full preallocation. Signed-off-by: Hu Tao --- block/raw-posix.c | 59 --- 1 file changed, 52 insertions(+), 7 deletions(-) diff --

[Qemu-devel] [PATCH v10 5/6] raw-posix: Add full image preallocation option

2014-06-11 Thread Hu Tao
This patch adds a new option preallocation for raw format, and implements full preallocation. Signed-off-by: Hu Tao --- block/raw-posix.c | 59 --- 1 file changed, 52 insertions(+), 7 deletions(-) diff --git a/block/raw-posix.c b/block/raw-pos