]> Git Repo - qemu.git/commit
block: Use bdrv_nb_sectors() in img_convert()
authorMarkus Armbruster <[email protected]>
Thu, 26 Jun 2014 11:23:21 +0000 (13:23 +0200)
committerKevin Wolf <[email protected]>
Fri, 15 Aug 2014 13:07:13 +0000 (15:07 +0200)
commit43716fa8058a9095b9c1f9be4397dbaf7c521ee0
treedd3c9d56991cf83995e707230e59fde41e10776a
parent30a7f2fc9178080a0ce22c12767ce994f882937e
block: Use bdrv_nb_sectors() in img_convert()

Instead of bdrv_getlength().  Replace variable output_length by
output_sectors.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
qemu-img.c
This page took 0.025097 seconds and 4 git commands to generate.