Re: [Qemu-devel] [PATCH v3 2/2] intel_iommu: allow migration

2017-01-05 Thread Peter Xu
On Fri, Jan 06, 2017 at 03:05:47PM +0800, Jason Wang wrote: > > > On 2017年01月06日 12:06, Peter Xu wrote: > >IOMMU needs to be migrated before all the PCI devices (in case there are > >devices that will request for address translation). So marking it with a > >priority higher than the default (whic

Re: [Qemu-devel] [PATCH v3 2/2] intel_iommu: allow migration

2017-01-05 Thread Jason Wang
On 2017年01月06日 12:06, Peter Xu wrote: IOMMU needs to be migrated before all the PCI devices (in case there are devices that will request for address translation). So marking it with a priority higher than the default (which PCI devices and other belong). Migration framework handled the rest. S

[Qemu-devel] [PATCH v3 2/2] intel_iommu: allow migration

2017-01-05 Thread Peter Xu
IOMMU needs to be migrated before all the PCI devices (in case there are devices that will request for address translation). So marking it with a priority higher than the default (which PCI devices and other belong). Migration framework handled the rest. Signed-off-by: Peter Xu --- hw/i386/intel