Re: [libvirt] question: about iothreads count restrict in virDomainDefCheckABIStabilityFlags

2019-01-29 Thread Daniel P . Berrangé
On Tue, Jan 29, 2019 at 05:33:30PM +0800, WangJie (Pluto) wrote: > Hi, > > Migrate feature have a restrict: target domain iothreads count > must match source > > The relevant code as follows: > > > > if (src->niothreadids != dst->niothreadids) { >

[libvirt] question: about iothreads count restrict in virDomainDefCheckABIStabilityFlags

2019-01-29 Thread WangJie (Pluto)
Hi, Migrate feature have a restrict: target domain iothreads count must match source The relevant code as follows: if (src->niothreadids != dst->niothreadids) { virReportError(VIR_ERR_CONFIG_UNSUPPORTED, _("Target domain iothreads count %zu does not "