Am 10.11.2014 um 09:36 hat Jun Li geschrieben:
> Ping Stefan and Kevin,
>
> Could anyone help to review this version of patch ? Thx.
Please try to get a non-maintainer review first, especially from the
people who commented on the earlier versions of your series.
Kevin
Ping Stefan and Kevin,
Could anyone help to review this version of patch ? Thx.
Regards,
Jun Li
On Sun, 10/26 23:20, Jun Li wrote:
> v5:
> Add qemu-iotests for qcow2 shrinking. Do some modifications based on MAX's
> suggestions in v4.
>
> v4:
> Add deal with COW clusters in l2 table. Whe
v5:
Add qemu-iotests for qcow2 shrinking. Do some modifications based on MAX's
suggestions in v4.
v4:
Add deal with COW clusters in l2 table. When using COW, some of (l2_entry >>
s->cluster_bits) will larger than s->refcount_table_size, so need to discard
this l2_entry.
v3:
Fixed host clus