Re: [PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2

2023-02-16 Thread Avihai Horon
On 15/02/2023 22:53, Alex Williamson wrote: External email: Use caution opening links or attachments On Wed, 15 Feb 2023 20:23:12 +0200 Avihai Horon wrote: On 15/02/2023 15:01, Juan Quintela wrote: External email: Use caution opening links or attachments Avihai Horon wrote: Implement

Re: [PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2

2023-02-15 Thread Alex Williamson
On Wed, 15 Feb 2023 20:23:12 +0200 Avihai Horon wrote: > On 15/02/2023 15:01, Juan Quintela wrote: > > External email: Use caution opening links or attachments > > > > > > Avihai Horon wrote: > >> Implement the basic mandatory part of VFIO migration protocol v2. > >> This includes all function

Re: [PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2

2023-02-15 Thread Avihai Horon
On 15/02/2023 15:01, Juan Quintela wrote: External email: Use caution opening links or attachments 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 proto

Re: [PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2

2023-02-15 Thread Juan Quintela
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 protocol code

[PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2

2023-02-09 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