All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/4] qemu-img: add preallocation=full
@ 2014-02-28  2:29 Hu Tao
  2014-02-28  2:29 ` [Qemu-devel] [PATCH v6 1/4] qapi: introduce PreallocMode and a new PreallocMode full Hu Tao
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Hu Tao @ 2014-02-28  2:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Fam Zheng, Peter Lieven, Stefan Hajnoczi

This series implements full image preallocation to create a non-sparse image
file at creation time, both for raw and qcow2 format. The purpose is to avoid
performance deterioration of the guest cause by sparse image.

v6:
  - add `Since 2.0' to PreallocMode 
  - apply total_size change to raw-win32.c as well

Hu Tao (4):
  qapi: introduce PreallocMode and a new PreallocMode full.
  raw, qcow2: don't convert file size to sector size
  raw-posix: Add full image preallocation option
  qcow2: Add full image preallocation option

 block/qcow2.c     | 91 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 block/raw-posix.c | 45 +++++++++++++++++++++------
 block/raw-win32.c |  4 +--
 qapi-schema.json  | 14 +++++++++
 4 files changed, 132 insertions(+), 22 deletions(-)

-- 
1.8.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-04  8:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-28  2:29 [Qemu-devel] [PATCH v6 0/4] qemu-img: add preallocation=full Hu Tao
2014-02-28  2:29 ` [Qemu-devel] [PATCH v6 1/4] qapi: introduce PreallocMode and a new PreallocMode full Hu Tao
2014-02-28  2:29 ` [Qemu-devel] [PATCH v6 2/4] raw, qcow2: don't convert file size to sector size Hu Tao
2014-02-28 11:10   ` [Qemu-devel] qemu-img cannot convert 280G VHD file to qcow2 rightly redtone
2014-03-03 14:58     ` Stefan Hajnoczi
2014-02-28  2:29 ` [Qemu-devel] [PATCH v6 3/4] raw-posix: Add full image preallocation option Hu Tao
2014-02-28  2:29 ` [Qemu-devel] [PATCH v6 4/4] qcow2: " Hu Tao
2014-03-03 15:00 ` [Qemu-devel] [PATCH v6 0/4] qemu-img: add preallocation=full Stefan Hajnoczi
2014-03-04  7:31   ` Hu Tao
2014-03-04  8:19     ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.