Hi, here are the changes from v1:
- Split changes into three different patches. - Rewrite the documentation of qcow2_alloc_cluster_offset() [Max] - Use peek_file_be in the test case to read the offset of the refcount table [Max]. - Extend the list of unsupported options for the test case [Max]. Berto Alberto Garcia (3): qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs qcow2: Don't check nb_clusters when removing l2meta from the list qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset() block/qcow2-cluster.c | 27 +++++++------- block/qcow2.c | 4 +-- tests/qemu-iotests/305 | 74 ++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/305.out | 16 +++++++++ tests/qemu-iotests/group | 1 + 5 files changed, 106 insertions(+), 16 deletions(-) create mode 100755 tests/qemu-iotests/305 create mode 100644 tests/qemu-iotests/305.out -- 2.20.1