]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
block: Change blk_pwrite_compressed() param order
authorAlberto Faria <afaria@redhat.com>
Tue, 5 Jul 2022 16:15:18 +0000 (17:15 +0100)
committerHanna Reitz <hreitz@redhat.com>
Tue, 12 Jul 2022 10:14:56 +0000 (12:14 +0200)
commit0cadf2c8a37e15d3f3e1191024005e53dabb81f0
tree85dfce82fd661e983d2d003a7e207e54931f2e9b
parent09cca043bf68719f93f0ce1f1efafbec4ca72229
block: Change blk_pwrite_compressed() param order

Swap 'buf' and 'bytes' around for consistency with other I/O functions.

Signed-off-by: Alberto Faria <afaria@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220705161527.1054072-11-afaria@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
block/block-backend.c
include/sysemu/block-backend-io.h
qemu-img.c
qemu-io-cmds.c