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

2020-10-20 Thread Cornelia Huck
On Mon, 19 Oct 2020 02:17:43 +0530 Kirti Wankhede wrote: > On 10/1/2020 3:37 PM, Cornelia Huck wrote: > > On Wed, 23 Sep 2020 04:54:11 +0530 > > Kirti Wankhede wrote: > > > >> Sequence during _RESUMING device state: > >> While data for this device is available, repeat below steps: > >> a. re

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

2020-10-18 Thread Kirti Wankhede
On 10/1/2020 3:37 PM, Cornelia Huck wrote: On Wed, 23 Sep 2020 04:54:11 +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_

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

2020-10-01 Thread Cornelia Huck
On Wed, 23 Sep 2020 04:54:11 +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 migration region from data_offset

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

2020-09-22 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