qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] qed: Add support for zero clusters
@ 2010-12-17 15:58 Stefan Hajnoczi
  2010-12-17 15:58 ` [Qemu-devel] [PATCH 1/3] docs: Fix missing carets in QED specification Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2010-12-17 15:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

This patch series adds zero data clusters to QED.  Clusters can be marked as
zero clusters to store zeroed regions in a space-efficient way.  The patch
never actually creates new zero clusters but includes the I/O path support code
to handle them if they are used by an image file.

Image streaming and copy-on-read take advantage of zero data clusters to avoid
expanding out zeroes from the backing file.  Those features are separate
patches that will come later but I'm presenting this patch now so we can get
this core QED image format feature in before doing the first QEMU release
containing QED.

The first patch fixes up an issue with the QED merge where '^' characters were
dropped from the QED specification.

The last two patches document and implement zero clusters, which were
originally implemented by Anthony Liguori <aliguori@us.ibm.com>.

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

end of thread, other threads:[~2011-04-11 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 15:58 [Qemu-devel] [PATCH 0/3] qed: Add support for zero clusters Stefan Hajnoczi
2010-12-17 15:58 ` [Qemu-devel] [PATCH 1/3] docs: Fix missing carets in QED specification Stefan Hajnoczi
2010-12-17 15:58 ` [Qemu-devel] [PATCH 2/3] docs: Describe zero data clusters " Stefan Hajnoczi
2010-12-17 15:58 ` [Qemu-devel] [PATCH 3/3] qed: Add support for zero clusters Stefan Hajnoczi
2011-04-11 10:45 ` [Qemu-devel] [PATCH 0/3] " Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).