Re: [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2

2023-01-15 Thread Avihai Horon
On 13/01/2023 18:13, Cédric Le Goater wrote: External email: Use caution opening links or attachments On 1/12/23 09:50, Avihai Horon wrote: Implement the basic mandatory part of VFIO migration protocol v2. This includes all functionality that is necessary to support VFIO_MIGRATION_STOP_COPY

Re: [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2

2023-01-13 Thread Cédric Le Goater
On 1/12/23 09:50, Avihai Horon wrote: Implement the basic mandatory part of VFIO migration protocol v2. This includes all functionality that is necessary to support VFIO_MIGRATION_STOP_COPY part of the v2 protocol. The two protocols, v1 and v2, will co-exist and in the following patches v1 proto

[PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2

2023-01-12 Thread Avihai Horon
Implement the basic mandatory part of VFIO migration protocol v2. This includes all functionality that is necessary to support VFIO_MIGRATION_STOP_COPY part of the v2 protocol. The two protocols, v1 and v2, will co-exist and in the following patches v1 protocol code will be removed. There are sev