Re: [Qemu-devel] [PATCH v3 1/5] VFIO KABI for migration interface

2019-03-07 Thread Alex Williamson
On Wed, 27 Feb 2019 01:35:01 +0530 Kirti Wankhede wrote: > Alex, > > On 2/22/2019 3:53 AM, Alex Williamson wrote: > > On Wed, 20 Feb 2019 02:53:16 +0530 > > Kirti Wankhede wrote: > > > >> - Defined MIGRATION region type and sub-type. > >> - Used 2 bits to define VFIO device states. > >>

Re: [Qemu-devel] [PATCH v3 1/5] VFIO KABI for migration interface

2019-03-01 Thread Cornelia Huck
On Wed, 27 Feb 2019 01:35:01 +0530 Kirti Wankhede wrote: > Alex, > > On 2/22/2019 3:53 AM, Alex Williamson wrote: > > On Wed, 20 Feb 2019 02:53:16 +0530 > > Kirti Wankhede wrote: > > > >> - Defined MIGRATION region type and sub-type. > >> - Used 2 bits to define VFIO device states. > >>

Re: [Qemu-devel] [PATCH v3 1/5] VFIO KABI for migration interface

2019-02-26 Thread Kirti Wankhede
Alex, On 2/22/2019 3:53 AM, Alex Williamson wrote: > On Wed, 20 Feb 2019 02:53:16 +0530 > Kirti Wankhede wrote: > >> - Defined MIGRATION region type and sub-type. >> - Used 2 bits to define VFIO device states. >> Bit 0 => 0/1 => _STOPPED/_RUNNING >> Bit 1 => 0/1 => _RESUMING/_SAVING >>

Re: [Qemu-devel] [PATCH v3 1/5] VFIO KABI for migration interface

2019-02-21 Thread Alex Williamson
On Wed, 20 Feb 2019 02:53:16 +0530 Kirti Wankhede wrote: > - Defined MIGRATION region type and sub-type. > - Used 2 bits to define VFIO device states. > Bit 0 => 0/1 => _STOPPED/_RUNNING > Bit 1 => 0/1 => _RESUMING/_SAVING > Combination of these bits defines VFIO device's state during

[Qemu-devel] [PATCH v3 1/5] VFIO KABI for migration interface

2019-02-19 Thread Kirti Wankhede
- Defined MIGRATION region type and sub-type. - Used 2 bits to define VFIO device states. Bit 0 => 0/1 => _STOPPED/_RUNNING Bit 1 => 0/1 => _RESUMING/_SAVING Combination of these bits defines VFIO device's state during migration _RUNNING => Normal VFIO device running state. _STO