On Tue, May 14, 2019 at 04:57:35PM +0300, Alberto Garcia wrote: > There are a few places in which we turn a number of bytes into sectors > in order to compare the result against BDRV_REQUEST_MAX_SECTORS > instead of using BDRV_REQUEST_MAX_BYTES directly. > > Signed-off-by: Alberto Garcia <[email protected]> > --- > block/io.c | 6 +++--- > qemu-io-cmds.c | 7 +++---- > 2 files changed, 6 insertions(+), 7 deletions(-) >
Reviewed-by: Stefano Garzarella <[email protected]> Thanks, Stefano
