Re: [PATCH v28 09/17] vfio: Add load state functions to SaveVMHandlers

2020-10-24 Thread Yan Zhao
Reviewed-by: Yan Zhao On Fri, Oct 23, 2020 at 04:10:35PM +0530, Kirti Wankhede wrote: > Sequence during _RESUMING device state: > While data for this device is available, repeat below steps: > a. read data_offset from where user application should write data. > b. write data of data_size to migr

[PATCH v28 09/17] vfio: Add load state functions to SaveVMHandlers

2020-10-23 Thread Kirti Wankhede
Sequence during _RESUMING device state: While data for this device is available, repeat below steps: a. read data_offset from where user application should write data. b. write data of data_size to migration region from data_offset. c. write data_size which indicates vendor driver that data is wri