[Xen-devel] [xen-4.9-testing test] 125642: regressions - FAIL

2018-07-29 Thread osstest service owner
flight 125642 xen-4.9-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/125642/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemut-ws16-amd64 17 guest-stopfail REGR. vs. 124248 test-amd64-amd6

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

2018-07-29 Thread osstest service owner
flight 125645 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/125645/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-examine 4 memdisk-try-append fail REGR. vs. 125178 test-amd64-amd64-x

[Xen-devel] [libvirt test] 125647: regressions - FAIL

2018-07-29 Thread osstest service owner
flight 125647 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/125647/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-libvirt6 libvirt-buildfail REGR. vs. 123814 build-amd64-libvirt

[Xen-devel] [xen-unstable-coverity test] 125651: all pass - PUSHED

2018-07-29 Thread osstest service owner
flight 125651 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/125651/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen acd00a303378ce48bd6bbd8a579f1fe2f1b21a7d baseline version: xen 173c

[Xen-devel] [qemu-mainline baseline-only test] 75023: regressions - FAIL

2018-07-29 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 75023 qemu-mainline real [real] http://osstest.xensource.com/osstest/logs/75023/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict 10 d

Re: [Xen-devel] [PATCH] xen-netfront: wait xenbus state change when load module manually

2018-07-29 Thread David Miller
From: Xiao Liang Date: Fri, 27 Jul 2018 17:56:08 +0800 > @@ -1330,6 +1331,11 @@ static struct net_device *xennet_create_dev(struct > xenbus_device *dev) > netif_carrier_off(netdev); > > xenbus_switch_state(dev, XenbusStateInitialising); > + wait_event(module_load_q, > +

[Xen-devel] [linux-linus test] 125648: tolerable FAIL - PUSHED

2018-07-29 Thread osstest service owner
flight 125648 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/125648/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-win7-amd64 17 guest-stopfail like 125639 test-armhf-armhf-libvirt 14 saver

[Xen-devel] [linux-3.18 test] 125649: regressions - FAIL

2018-07-29 Thread osstest service owner
flight 125649 linux-3.18 real [real] http://logs.test-lab.xenproject.org/osstest/logs/125649/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 16 guest-localmigrate/x10 fail REGR. vs. 125641 Tests which di

[Xen-devel] [linux-3.18 baseline-only test] 75024: regressions - FAIL

2018-07-29 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 75024 linux-3.18 real [real] http://osstest.xensource.com/osstest/logs/75024/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 debian

[Xen-devel] [PATCH 2/2] ci: enable builds with CentOS 7.x

2018-07-29 Thread Doug Goldstein
Add the CentOS 7.x images to be used for build testing. Signed-off-by: Doug Goldstein --- .gitlab-ci.yml | 16 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b9877b..6328da9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,22 @

[Xen-devel] [PATCH 1/2] automation: add CentOS 7.x image

2018-07-29 Thread Doug Goldstein
This image will always track the latest CentOS 7.x release. Add this container to containerize for easy access. Signed-off-by: Doug Goldstein --- automation/build/centos/7.dockerfile | 49 +- automation/scripts/containerize | 1 +- 2 files changed, 50 insertions

[Xen-devel] [libvirt test] 125653: regressions - FAIL

2018-07-29 Thread osstest service owner
flight 125653 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/125653/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-libvirt6 libvirt-buildfail REGR. vs. 123814 build-amd64-libvirt

[Xen-devel] [xen-4.9-testing test] 125650: regressions - FAIL

2018-07-29 Thread osstest service owner
flight 125650 xen-4.9-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/125650/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemut-ws16-amd64 17 guest-stop fail in 125253 REGR. vs. 124248 test-amd64-

Re: [Xen-devel] [PATCH v3] firmware/shim : filter output files during Xen tree setup

2018-07-29 Thread Christopher Clark
On Fri, Jul 27, 2018 at 1:34 AM, Jan Beulich wrote: > >>> On 26.07.18 at 23:16, wrote: > > Exclude named output files from the Xen tree setup. > > > > The linkfarm.stamp content will differ between top level "make" > > and "make install" invocations, due to the introduction of these > > output f

Re: [Xen-devel] [PATCH v2 13/13] x86/domctl: Implement XEN_DOMCTL_get_cpu_policy

2018-07-29 Thread Chao Gao
On Fri, Jul 13, 2018 at 09:03:14PM +0100, Andrew Cooper wrote: >From: Sergey Dyasli > >This finally (after literally years of work!) marks the point where the >toolstack can ask the hypervisor for the current CPUID configuration of a >specific domain. > >Also extend xen-cpuid's --policy mode to be

Re: [Xen-devel] [PATCH v2 00/13] x86: CPUID and MSR policy marshalling support

2018-07-29 Thread Chao Gao
On Fri, Jul 13, 2018 at 09:03:01PM +0100, Andrew Cooper wrote: >This series introduces libx86, a small shared library between the hypervisor >and libxc, and hypercalls to get full CPUID/MSR policies. Future work will >implement XEN_DOMCTL_set_cpumsr_policy, after the auditing and comparison >logic

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

2018-07-29 Thread osstest service owner
flight 125652 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/125652/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-stubdom-debianhvm-amd64-xsm 16 guest-localmigrate/x10 fail REGR. vs. 12

[Xen-devel] [ovmf test] 125665: all pass - PUSHED

2018-07-29 Thread osstest service owner
flight 125665 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/125665/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 39f0156fce373c0c0a04d85928b7d8761037134e baseline version: ovmf 1bf23e6b7f414b9e6bd47

[Xen-devel] linux-next: build failure after merge of the xen-tip tree

2018-07-29 Thread Stephen Rothwell
Hi all, After merging the xen-tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/xen/gntdev-dmabuf.c:360:12: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .attach = dmabuf_exp_ops_attach, ^~

[Xen-devel] [ovmf baseline-only test] 75025: tolerable FAIL

2018-07-29 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 75025 ovmf real [real] http://osstest.xensource.com/osstest/logs/75025/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-i386-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail like 75022 test

Re: [Xen-devel] [xen-unstable test] 125652: regressions - FAIL

2018-07-29 Thread Roger Pau Monné
On Mon, Jul 30, 2018 at 02:53:31AM +, osstest service owner wrote: > flight 125652 xen-unstable real [real] > http://logs.test-lab.xenproject.org/osstest/logs/125652/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > test-amd64-