Re: [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-06-07 Thread Avihai Horon
On 06/06/2023 16:40, Cédric Le Goater wrote: External email: Use caution opening links or attachments Hello Avihai On 6/6/23 13:59, Avihai Horon wrote: On 05/06/2023 17:56, Alex Williamson wrote: External email: Use caution opening links or attachments On Sun, 4 Jun 2023 12:33:43 +0300

Re: [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-06-06 Thread Cédric Le Goater
Hello Avihai On 6/6/23 13:59, Avihai Horon wrote: On 05/06/2023 17:56, Alex Williamson wrote: External email: Use caution opening links or attachments On Sun, 4 Jun 2023 12:33:43 +0300 Avihai Horon wrote: On 01/06/2023 23:22, Alex Williamson wrote: External email: Use caution opening lin

Re: [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-06-06 Thread Avihai Horon
On 05/06/2023 17:56, Alex Williamson wrote: External email: Use caution opening links or attachments On Sun, 4 Jun 2023 12:33:43 +0300 Avihai Horon wrote: On 01/06/2023 23:22, Alex Williamson wrote: External email: Use caution opening links or attachments On Tue, 30 May 2023 17:48:20 +0

Re: [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-06-05 Thread Alex Williamson
On Sun, 4 Jun 2023 12:33:43 +0300 Avihai Horon wrote: > On 01/06/2023 23:22, Alex Williamson wrote: > > External email: Use caution opening links or attachments > > > > > > On Tue, 30 May 2023 17:48:20 +0300 > > Avihai Horon wrote: > > > >> Add a new VFIO device property x-allow-pre-copy to ke

Re: [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-06-04 Thread Avihai Horon
On 01/06/2023 23:22, Alex Williamson wrote: External email: Use caution opening links or attachments On Tue, 30 May 2023 17:48:20 +0300 Avihai Horon wrote: Add a new VFIO device property x-allow-pre-copy to keep migration compatibility to/from older QEMU versions that don't have VFIO pre-c

Re: [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-06-01 Thread Alex Williamson
On Tue, 30 May 2023 17:48:20 +0300 Avihai Horon wrote: > Add a new VFIO device property x-allow-pre-copy to keep migration > compatibility to/from older QEMU versions that don't have VFIO pre-copy > support. This doesn't make sense to me, vfio migration is not currently supported, it can only be

[PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

2023-05-30 Thread Avihai Horon
Add a new VFIO device property x-allow-pre-copy to keep migration compatibility to/from older QEMU versions that don't have VFIO pre-copy support. Signed-off-by: Avihai Horon Reviewed-by: Cédric Le Goater --- include/hw/vfio/vfio-common.h | 1 + hw/core/machine.c | 1 + hw/vfio/migr