[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 "

Re: [libvirt] Ping? Re: [PATCH] qemu: stop qemu progress when restore failed

2018-07-09 Thread WangJie (Pluto)
I feel so sorry for my impolite behavior, and waitting for your review opinions :) On 2018/7/9 17:06, Peter Krempa wrote: > On Mon, Jul 09, 2018 at 16:39:53 +0800, WangJie (Pluto) wrote: >> ping... > > Please don't be impatient. Pinging patches after one day is kind of rude >

[libvirt] Ping? Re: [PATCH] qemu: stop qemu progress when restore failed

2018-07-09 Thread WangJie (Pluto)
ping... On 2018/7/5 10:05, Jie Wang wrote: >>From 29482622218f525f0133be0b7db74835174035d9 Mon Sep 17 00:00:00 2001 > From: Jie Wang > Date: Thu, 5 Jul 2018 09:52:03 +0800 > Subject: [PATCH] qemu: stop qemu progress when restore failed > > if qemuProcessStartCPUs perform failed in

[libvirt] Ping Re: [PATCH] qemu: stop qemu progress when restore failed

2018-07-05 Thread WangJie (Pluto)
On 2018/7/5 10:05, Jie Wang wrote: >>From 29482622218f525f0133be0b7db74835174035d9 Mon Sep 17 00:00:00 2001 > From: Jie Wang > Date: Thu, 5 Jul 2018 09:52:03 +0800 > Subject: [PATCH] qemu: stop qemu progress when restore failed > > if qemuProcessStartCPUs perform failed in

[libvirt] Ping Re: [PATCH] conf: Introduce align for hostmem-file

2018-06-03 Thread WangJie (Pluto)
Ping? On 2018/5/29 20:38, Jie Wang wrote: > QEMU has add the 'align' option to 'memory-backend-file'. Expose > this option to users by new element align. > > Signed-off-by: Jie Wang > --- > docs/formatdomain.html.in | 18 +++ > docs/schemas/domaincommon.rng