Re: [Qemu-devel] [PATCH 3/5] qcow2: Make copy_sectors() byte based

2016-06-03 Thread Eric Blake
On 06/03/2016 11:21 AM, Kevin Wolf wrote: > This will allow copy on write operations where the overwritten part of > the cluster is not aligned to sector boundaries. > > Signed-off-by: Kevin Wolf > --- > block/qcow2-cluster.c | 37 + > 1 file changed, 17 inser

[Qemu-devel] [PATCH 3/5] qcow2: Make copy_sectors() byte based

2016-06-03 Thread Kevin Wolf
This will allow copy on write operations where the overwritten part of the cluster is not aligned to sector boundaries. Signed-off-by: Kevin Wolf --- block/qcow2-cluster.c | 37 + 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/block/qcow2-clus