Re: [PATCH 10/18] block: Change blk_pwrite_compressed() param order

2022-07-05 Thread Hanna Reitz
On 17.05.22 13:38, Alberto Faria wrote: Swap 'buf' and 'bytes' around for consistency with other I/O functions. Signed-off-by: Alberto Faria --- block/block-backend.c | 4 ++-- include/sysemu/block-backend-io.h | 4 ++-- qemu-img.c| 2 +- qemu-io-cmds.c

Re: [PATCH 10/18] block: Change blk_pwrite_compressed() param order

2022-05-17 Thread Paolo Bonzini
On 5/17/22 13:38, Alberto Faria wrote: Swap 'buf' and 'bytes' around for consistency with other I/O functions. Signed-off-by: Alberto Faria Reviewed-by: Paolo Bonzini --- block/block-backend.c | 4 ++-- include/sysemu/block-backend-io.h | 4 ++-- qemu-img.c