Re: [Qemu-devel] [PATCH 1/5] qcow2: Work with bytes in qcow2_get_cluster_offset()

2016-06-03 Thread Eric Blake
On 06/03/2016 11:21 AM, Kevin Wolf wrote: > This patch changes the units that qcow2_get_cluster_offset() uses > internally, without touching the interface just yet. This will be done > in another patch. > > Signed-off-by: Kevin Wolf > --- > block/qcow2-cluster.c | 43 ++--

[Qemu-devel] [PATCH 1/5] qcow2: Work with bytes in qcow2_get_cluster_offset()

2016-06-03 Thread Kevin Wolf
This patch changes the units that qcow2_get_cluster_offset() uses internally, without touching the interface just yet. This will be done in another patch. Signed-off-by: Kevin Wolf --- block/qcow2-cluster.c | 43 ++- 1 file changed, 22 insertions(+), 21 de