]> git.ipfire.org Git - thirdparty/qemu.git/commit
qcow2: Put qcow2_upgrade() into its own function
authorMax Reitz <mreitz@redhat.com>
Fri, 11 Oct 2019 15:28:04 +0000 (17:28 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 28 Oct 2019 10:53:20 +0000 (11:53 +0100)
commit722efb0c7c6ae62a9a34d7b256cb9cc8612bda5b
tree0926209fa3919d6e5991bd8209e3c84467ad81ab
parente0314b56b238ac4f0b74498b7afb016ee85023a6
qcow2: Put qcow2_upgrade() into its own function

This does not make sense right now, but it will make sense once we need
to do more than to just update s->qcow_version.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20191011152814.14791-7-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2.c