commit | 54f106d5fd51fcf385bab2ddf125477e83758038 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Mon Apr 15 17:17:33 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Apr 22 10:27:58 2013 +0200 |
tree | e76e619f264a1dbf6b636aa56def8814f6604380 | |
parent | 16b3c5cd9f27678bc9d6707664640653b47533b9 [diff] |
qemu-img: do not zero-pad the compressed write buffer bdrv_write_compressed() does not allow requests that span the end of the device. Therefore it is useless to zero-pad the last cluster and thereby exceed the end of the device. Let image formats handle zero-padding the final compressed cluster, if necessary. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>