]> git.proxmox.com Git - qemu.git/commit
qcow2: Save refcount order in BDRVQcowState
authorMax Reitz <mreitz@redhat.com>
Tue, 3 Sep 2013 08:09:53 +0000 (10:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 08:12:46 +0000 (10:12 +0200)
commitb6481f376bc65894910dd98db3f299d698817106
treeb5c9a01533dac47f1ae3ecd569cc6f41227a719e
parent32b6444d23d0ff618d73e5b766600cd258066169
qcow2: Save refcount order in BDRVQcowState

Save the image refcount order in BDRVQcowState. This will be relevant
for future code supporting different refcount orders than four and also
for code that needs to verify a certain refcount order for an opened
image.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c
block/qcow2.h