Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-03-01 Thread Avihai Horon
On 27/02/2023 15:50, Cédric Le Goater wrote: External email: Use caution opening links or attachments On 2/26/23 18:00, Avihai Horon wrote: On 24/02/2023 21:26, Joao Martins wrote: External email: Use caution opening links or attachments On 23/02/2023 14:56, Avihai Horon wrote: On 22/02

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-27 Thread Cédric Le Goater
On 2/26/23 18:00, Avihai Horon wrote: On 24/02/2023 21:26, Joao Martins wrote: External email: Use caution opening links or attachments On 23/02/2023 14:56, Avihai Horon wrote: On 22/02/2023 22:55, Alex Williamson wrote: There are various errors running this through the CI on gitlab. This

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-27 Thread Cédric Le Goater
On 2/23/23 16:07, Avihai Horon wrote: On 23/02/2023 12:05, Cédric Le Goater wrote: External email: Use caution opening links or attachments On 2/22/23 21:55, Alex Williamson wrote: There are various errors running this through the CI on gitlab. This one seems bogus but needs to be resolved

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-26 Thread Avihai Horon
On 24/02/2023 21:26, Joao Martins wrote: External email: Use caution opening links or attachments On 23/02/2023 14:56, Avihai Horon wrote: On 22/02/2023 22:55, Alex Williamson wrote: There are various errors running this through the CI on gitlab. This one seems bogus but needs to be resolv

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-24 Thread Joao Martins
On 23/02/2023 14:56, Avihai Horon wrote: > On 22/02/2023 22:55, Alex Williamson wrote: >> There are various errors running this through the CI on gitlab. >> >> This one seems bogus but needs to be resolved regardless: >> >> https://gitlab.com/alex.williamson/qemu/-/jobs/3817940731 >> FAILED: lib

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-23 Thread Avihai Horon
On 23/02/2023 12:05, Cédric Le Goater wrote: External email: Use caution opening links or attachments On 2/22/23 21:55, Alex Williamson wrote: There are various errors running this through the CI on gitlab. This one seems bogus but needs to be resolved regardless: https://gitlab.com/alex.

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-23 Thread Avihai Horon
On 22/02/2023 22:55, Alex Williamson wrote: External email: Use caution opening links or attachments There are various errors running this through the CI on gitlab. This one seems bogus but needs to be resolved regardless: https://gitlab.com/alex.williamson/qemu/-/jobs/3817940731 FAILED: lib

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-23 Thread Cédric Le Goater
On 2/22/23 21:55, Alex Williamson wrote: There are various errors running this through the CI on gitlab. This one seems bogus but needs to be resolved regardless: https://gitlab.com/alex.williamson/qemu/-/jobs/3817940731 FAILED: libqemu-aarch64-softmmu.fa.p/hw_vfio_common.c.o 2786s390x-linux-g

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-22 Thread Alex Williamson
There are various errors running this through the CI on gitlab. This one seems bogus but needs to be resolved regardless: https://gitlab.com/alex.williamson/qemu/-/jobs/3817940731 FAILED: libqemu-aarch64-softmmu.fa.p/hw_vfio_common.c.o 2786s390x-linux-gnu-gcc -m64 -Ilibqemu-aarch64-softmmu.fa.

Re: [PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-22 Thread Avihai Horon
On 22/02/2023 19:48, Avihai Horon wrote: Changes from v1 [4]: - Rebased on latest master branch. As part of it, made some changes in pre-copy to adjust it to Juan's new patches: 1. Added a new patch that passes threshold_size parameter to .state_pending_{estimate,exact}() handlers.

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking

2023-02-22 Thread Avihai Horon
Hello, This series is based on the previous one that added the basic VFIO migration protocol v2 implementation [1]. The series starts by adding pre-copy support for VFIO migration protocol v2. Pre-copy support allows the VFIO device data to be transferred while the VM is running. This can improve