Re: [PATCH v12 12/13] virtio-iommu: Support migration

2020-02-10 Thread Juan Quintela
Auger Eric wrote: > Hi Juan, > > On 2/10/20 2:09 PM, Auger Eric wrote: >> Hi Juan, >> >> On 2/10/20 1:33 PM, Juan Quintela wrote: >>> Eric Auger wrote: Add Migration support. We rely on recently added gtree and qlist migration. We only migrate the domain gtree. The endpoint gtree

Re: [PATCH v12 12/13] virtio-iommu: Support migration

2020-02-10 Thread Auger Eric
Hi Juan, On 2/10/20 2:09 PM, Auger Eric wrote: > Hi Juan, > > On 2/10/20 1:33 PM, Juan Quintela wrote: >> Eric Auger wrote: >>> Add Migration support. We rely on recently added gtree and qlist >>> migration. We only migrate the domain gtree. The endpoint gtree >>> is re-constructed in a post-loa

Re: [PATCH v12 12/13] virtio-iommu: Support migration

2020-02-10 Thread Auger Eric
Hi Juan, On 2/10/20 1:33 PM, Juan Quintela wrote: > Eric Auger wrote: >> Add Migration support. We rely on recently added gtree and qlist >> migration. We only migrate the domain gtree. The endpoint gtree >> is re-constructed in a post-load operation. >> >> Signed-off-by: Eric Auger > > Reviewe

Re: [PATCH v12 12/13] virtio-iommu: Support migration

2020-02-10 Thread Juan Quintela
Eric Auger wrote: > Add Migration support. We rely on recently added gtree and qlist > migration. We only migrate the domain gtree. The endpoint gtree > is re-constructed in a post-load operation. > > Signed-off-by: Eric Auger Reviewed-by: Juan Quintela And yes, this is as confusing as it can

Re: [PATCH v12 12/13] virtio-iommu: Support migration

2020-01-14 Thread Peter Xu
On Thu, Jan 09, 2020 at 03:43:18PM +0100, Eric Auger wrote: > Add Migration support. We rely on recently added gtree and qlist > migration. We only migrate the domain gtree. The endpoint gtree > is re-constructed in a post-load operation. > > Signed-off-by: Eric Auger Acked-by: Peter Xu -- Pe

[PATCH v12 12/13] virtio-iommu: Support migration

2020-01-09 Thread Eric Auger
Add Migration support. We rely on recently added gtree and qlist migration. We only migrate the domain gtree. The endpoint gtree is re-constructed in a post-load operation. Signed-off-by: Eric Auger --- v11 -> v12: - do not migrate the endpoint gtree but reconstruct it from the domain gtree (