[PATCH v2 00/51] migration patches for VFIO

2022-12-05 Thread Juan Quintela
Hi On this v2: - Remove the stop of the guest to calculate the size - Rebase on latest upstream. Please review. [v1/RFC] VFIO migration has several requirements: - the size of the state is only known when the guest is stopped - they need to send possible lots of data. this series only address

Re: [PATCH v2 00/51] migration patches for VFIO

2022-12-05 Thread Juan Quintela
Juan Quintela wrote: > Hi Nack myself This patch series should be sent against my next-8.0 branch, not master. Sorry for the noise. Will resend. > > On this v2: > > - Remove the stop of the guest to calculate the size > - Rebase on latest upstream. > > Please review. > > [v1/RFC] > VFIO