On 3/24/21 3:51 PM, Vladimir Sementsov-Ogievskiy wrote: > We modify the request by adding an offset to vmstate. Let's check the > modified request. It will help us to safely move .bdrv_co_preadv_part > and .bdrv_co_pwritev_part to int64_t type of offset and bytes. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> > --- > include/block/block_int.h | 3 +++ > block/io.c | 6 +++--- > block/qcow2.c | 43 +++++++++++++++++++++++++++++++++------ > 3 files changed, 43 insertions(+), 9 deletions(-) >
Reviewed-by: Eric Blake <[email protected]> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
