Re: [Qemu-devel] [PATCH v3 0/6] block: zero writes

2011-12-21 Thread Stefan Hajnoczi
On Wed, Dec 21, 2011 at 4:00 PM, Stefan Hajnoczi wrote: > This series adds an interface for efficient writes when data contains all > zeros.  It also takes advantage of this new interface by extending the > copy-on-read feature to perform zero-detection. > > The details of efficient zero represent

[Qemu-devel] [PATCH v3 0/6] block: zero writes

2011-12-21 Thread Stefan Hajnoczi
This series adds an interface for efficient writes when data contains all zeros. It also takes advantage of this new interface by extending the copy-on-read feature to perform zero-detection. The details of efficient zero representations depend on the image format. This series includes a patch f