Re: [PATCH 6/9] vfio/migration: Implement VFIO migration protocol v2

2022-05-24 Thread Avihai Horon
On 5/23/2022 9:14 PM, Joao Martins wrote: External email: Use caution opening links or attachments On 5/12/22 16:43, Avihai Horon wrote: Replace the current VFIO migration protocol v1 implementation with a new implementation corresponding to VFIO migration protocol v2. The main changes are:

Re: [PATCH 6/9] vfio/migration: Implement VFIO migration protocol v2

2022-05-23 Thread Joao Martins
On 5/12/22 16:43, Avihai Horon wrote: > Replace the current VFIO migration protocol v1 implementation with a new > implementation corresponding to VFIO migration protocol v2. > > The main changes are: > - VFIO device state is now represented as a finite state machine instead > of a bitmap. > >

[PATCH 6/9] vfio/migration: Implement VFIO migration protocol v2

2022-05-12 Thread Avihai Horon
Replace the current VFIO migration protocol v1 implementation with a new implementation corresponding to VFIO migration protocol v2. The main changes are: - VFIO device state is now represented as a finite state machine instead of a bitmap. - Migration interface with kernel is now done using VF