Re: [PATCH v4 02/11] qcow2: check request on vmstate save/load path

2021-05-11 Thread Eric Blake
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

[PATCH v4 02/11] qcow2: check request on vmstate save/load path

2021-03-24 Thread Vladimir Sementsov-Ogievskiy
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 --- include/block/block_int.h | 3 +++