[Xen-devel] [ovmf test] 87656: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87656 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/87656/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 65543 test-amd64-amd64-xl-qemuu-ov

Re: [Xen-devel] [PATCH v8 1/3] VT-d: Reduce spin timeout to 1ms, which can be boot-time changed

2016-03-27 Thread Xu, Quan
On March 26, 2016 4:07am, Konrad Rzeszutek Wilk wrote: > On Thu, Mar 24, 2016 at 01:57:58PM +0800, Quan Xu wrote: > > Hey! > > Thanks for the patch! > > I see that you have __must_check.. > > But if you check the callchain: > > iommu_flush_iec_[index|global] -> > __iommu_flush_iec->invali

[Xen-devel] XEN 4.6.0 on arm64 Ubuntu Xenial 16.04: unable to start domU

2016-03-27 Thread Jiandi An
Hi guys, I built xen 4.6.0 from source on an arm64 system with Ubuntu 16.04 as rootfs. After booting to xen 4.6.0 dom0 with 4.2 kernel, when trying to start domU with xl create, seems no error but domU does not go in running state. In fact state is blank, not in any other state either. Doe

[Xen-devel] [qemu-mainline test] 87591: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87591 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/87591/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail REGR. vs. 86454 test

Re: [Xen-devel] [PATCH v8 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

2016-03-27 Thread Xu, Quan
On March 26, 2016 4:32am, Konrad Rzeszutek Wilk wrote: > On Thu, Mar 24, 2016 at 01:57:59PM +0800, Quan Xu wrote: > > If Device-TLB flush timed out, we would hide the target ATS device and > > crash the domain owning this ATS device. If impacted domain is > > hardware domain, just throw out a warn

Re: [Xen-devel] [PATCH v13 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service

2016-03-27 Thread Changlong Xie
On 03/25/2016 11:51 PM, Wei Liu wrote: On Fri, Mar 25, 2016 at 02:44:07PM +0800, Changlong Xie wrote: This patchset implemented the COLO feature for Xen. For detail/install/use of COLO feature, refer to: http://wiki.xen.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping You can get the codes from here:

Re: [Xen-devel] [PATCH v8 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

2016-03-27 Thread Xu, Quan
On March 26, 2016 4:40am, Konrad Rzeszutek Wilk wrote: > On Thu, Mar 24, 2016 at 04:38:05PM +0100, Dario Faggioli wrote: > > On Thu, 2016-03-24 at 13:57 +0800, Quan Xu wrote: > > > If Device-TLB flush timed out, we would hide the target ATS device > > > and crash the domain owning this ATS device.

[Xen-devel] [PATCH v13.1 26/26] cmdline switches and config vars to control colo-proxy

2016-03-27 Thread Changlong Xie
From 1bfd14622455635c6cae6130396250996e49facc Mon Sep 17 00:00:00 2001 From: Wen Congyang Date: Wed, 15 Jul 2015 17:18:56 +0800 Subject: [PATCH v13.1 26/26] cmdline switches and config vars to control colo-proxy Add cmdline switches to 'xl migrate-receive' command to specify a domain-specific

[Xen-devel] [PATCH v13.1 23/26] COLO nic: implement COLO nic subkind

2016-03-27 Thread Changlong Xie
From 699f20d46fcce0bcce8fd7f7063551088a425254 Mon Sep 17 00:00:00 2001 From: Wen Congyang Date: Wed, 15 Jul 2015 17:18:53 +0800 Subject: [PATCH v13.1 23/26] COLO nic: implement COLO nic subkind implement COLO nic subkind. Signed-off-by: Yang Hongyang Signed-off-by: Wen Congyang Signed-off-by:

[Xen-devel] [PATCH v13.1 20/26] Support colo mode for qemu disk

2016-03-27 Thread Changlong Xie
From 468ff9fb2f6699314c28f30a7d7d09eac9aa6756 Mon Sep 17 00:00:00 2001 From: Wen Congyang Date: Mon, 21 Mar 2016 15:38:30 +0800 Subject: [PATCH v13.1 20/26] Support colo mode for qemu disk Usage: disk = ['...,colo,colo-host=xxx,colo-port=xxx,colo-export=xxx,active-disk=xxx,hidden-disk=xxx...']

Re: [Xen-devel] [PATCH 1/2] IOMMU/MMU: Adjust top level functions for VT-d Device-TLB flush error.

2016-03-27 Thread Xu, Quan
On March 18, 2016 1:15am, wrote: > >>> On 17.03.16 at 07:54, wrote: > > @@ -53,11 +55,21 @@ static int device_power_down(void) > > > > ioapic_suspend(); > > > > -iommu_suspend(); > > +err = iommu_suspend(); > > +if ( err ) > > +goto iommu_suspend_error; > > > > lapic

Re: [Xen-devel] [PATCH v12 26/26] cmdline switches and config vars to control colo-proxy

2016-03-27 Thread Changlong Xie
On 03/25/2016 08:29 PM, Wei Liu wrote: On Fri, Mar 25, 2016 at 02:10:23PM +0800, Changlong Xie wrote: On 03/25/2016 12:12 AM, Ian Jackson wrote: Changlong Xie writes ("[PATCH v12 26/26] cmdline switches and config vars to control colo-proxy"): From: Wen Congyang Add cmdline switches to 'xl

Re: [Xen-devel] [PATCH v12 23/26] COLO nic: implement COLO nic subkind

2016-03-27 Thread Changlong Xie
On 03/25/2016 08:23 PM, Wei Liu wrote: On Fri, Mar 25, 2016 at 02:09:04PM +0800, Changlong Xie wrote: On 03/25/2016 12:05 AM, Ian Jackson wrote: Changlong Xie writes ("[PATCH v12 23/26] COLO nic: implement COLO nic subkind"): From: Wen Congyang implement COLO nic subkind. ... diff --git a/

[Xen-devel] [linux-4.1 test] 87582: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87582 linux-4.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/87582/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 3 host-install(3) broken in 87395 REGR. vs. 66399 build-amd64-rumpuserxen

Re: [Xen-devel] pv-grub guest booting fail with recent qemu-xen

2016-03-27 Thread Hao, Xudong
> -Original Message- > From: Xen-devel [mailto:xen-devel-boun...@lists.xen.org] On Behalf Of Konrad > Rzeszutek Wilk > Sent: Saturday, March 26, 2016 2:58 AM > To: Hao, Xudong > Cc: stefano.stabell...@eu.citrix.com; xen-devel@lists.xen.org > Subject: Re: [Xen-devel] pv-grub guest booting f

[Xen-devel] [linux-linus test] 87558: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87558 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/87558/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-rumpuserxen6 xen-build fail REGR. vs. 59254 build-amd64-rumpuserx

[Xen-devel] [ovmf test] 87566: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87566 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/87566/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 65543 test-amd64-i386-xl-qemuu-ovm

[Xen-devel] [linux-mingo-tip-master test] 87557: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87557 linux-mingo-tip-master real [real] http://logs.test-lab.xenproject.org/osstest/logs/87557/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-rumpuserxen 6 xen-build fail REGR. vs. 60684 test-amd64

[Xen-devel] [xen-unstable test] 87551: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87551 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/87551/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-libvirt-pair 21 guest-migrate/src_host/dst_host fail REGR. vs. 86491 test-amd64-i3

[Xen-devel] [xen-unstable-coverity test] 87590: trouble: broken

2016-03-27 Thread osstest service owner
flight 87590 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/87590/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: coverity-amd644 capture-logs !broken [st=!

[Xen-devel] [qemu-mainline test] 87526: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87526 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/87526/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail REGR. vs. 86454 test

[Xen-devel] [linux-4.1 test] 87465: regressions - FAIL

2016-03-27 Thread osstest service owner
flight 87465 linux-4.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/87465/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 3 host-install(3) broken in 87395 REGR. vs. 66399 build-amd64-rumpuserxen