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

2020-06-26 Thread Dr. David Alan Gilbert
* Alex Williamson (alex.william...@redhat.com) wrote: > On Sun, 21 Jun 2020 01:51:18 +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.

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

2020-06-25 Thread Alex Williamson
On Thu, 25 Jun 2020 19:46:22 +0530 Kirti Wankhede wrote: > On 6/25/2020 12:24 AM, Alex Williamson wrote: > > On Sun, 21 Jun 2020 01:51:18 +0530 > > Kirti Wankhede wrote: > > > >> Sequence during _RESUMING device state: > >> While data for this device is available, repeat below steps: > >> a.

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

2020-06-25 Thread Kirti Wankhede
On 6/25/2020 12:24 AM, Alex Williamson wrote: On Sun, 21 Jun 2020 01:51:18 +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 da

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

2020-06-24 Thread Alex Williamson
On Sun, 21 Jun 2020 01:51:18 +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 QEMU v25 09/17] vfio: Add load state functions to SaveVMHandlers

2020-06-20 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