Re: [PATCH v2 08/11] vfio/migration: Remove VFIO migration protocol v1

2022-09-19 Thread Philippe Mathieu-Daudé via
On Mon, Sep 19, 2022 at 1:57 PM Alex Williamson wrote: > > On Mon, 19 Sep 2022 16:35:49 +0800 > liulongfang wrote: > > > On 2022/5/31 1:07, Avihai Horon Wrote: > > > Now that v2 protocol implementation has been added, remove the > > > deprecated v1 implementation. > > > "struct vfio_device_migrat

Re: [PATCH v2 08/11] vfio/migration: Remove VFIO migration protocol v1

2022-09-19 Thread Alex Williamson
On Mon, 19 Sep 2022 16:35:49 +0800 liulongfang wrote: > On 2022/5/31 1:07, Avihai Horon Wrote: > > Now that v2 protocol implementation has been added, remove the > > deprecated v1 implementation. > > "struct vfio_device_migration_info" still exists in vfio.h, > why does qemu need to delete v1 i

Re: [PATCH v2 08/11] vfio/migration: Remove VFIO migration protocol v1

2022-09-19 Thread Philippe Mathieu-Daudé via
On Mon, May 30, 2022 at 7:56 PM Avihai Horon wrote: > > Now that v2 protocol implementation has been added, remove the > deprecated v1 implementation. Worth a note in docs/about/deprecated.rst? > Signed-off-by: Avihai Horon > --- > hw/vfio/common.c | 19 +- > hw/vfio/migration.c

Re: [PATCH v2 08/11] vfio/migration: Remove VFIO migration protocol v1

2022-09-19 Thread liulongfang via
On 2022/5/31 1:07, Avihai Horon Wrote: > Now that v2 protocol implementation has been added, remove the > deprecated v1 implementation. > "struct vfio_device_migration_info" still exists in vfio.h, why does qemu need to delete v1 implementation? > Signed-off-by: Avihai Horon > --- > hw/vfio/comm

[PATCH v2 08/11] vfio/migration: Remove VFIO migration protocol v1

2022-05-30 Thread Avihai Horon
Now that v2 protocol implementation has been added, remove the deprecated v1 implementation. Signed-off-by: Avihai Horon --- hw/vfio/common.c | 19 +- hw/vfio/migration.c | 698 +- hw/vfio/trace-events | 5 - include/hw/vfio/vfio