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

2016-07-09 Thread osstest service owner
flight 96882 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/96882/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. vs. 94748 test-amd64-amd64-

[Xen-devel] [xen-unstable baseline-only test] 66553: regressions - FAIL

2016-07-09 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 66553 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/66553/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-raw 10 guest-start

Re: [Xen-devel] Kernel panic on Xen virtualisation in Debian

2016-07-09 Thread Andreas Ziegler
Hello, one of the servers that crashes sometimes because of this issue is mine. Jan is also using this server and therefore interested in a solution. We are not sure whether it is a Xen or Kernel Issue, but on the Kernel and Debian bugtrackers no one answered, so we figured it might be worth a tr

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

2016-07-09 Thread osstest service owner
flight 96861 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/96861/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. vs. 94748 test-amd64-amd64-

Re: [Xen-devel] [PATCH 14/16] x86/monitor: clarify separation between monitor subsys and vm-event as a whole

2016-07-09 Thread Corneliu ZUZU
On 7/9/2016 9:26 PM, Tamas K Lengyel wrote: diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h index ae1dcb4..7663da2 100644 --- a/xen/include/asm-x86/domain.h +++ b/xen/include/asm-x86/domain.h @@ -9,6 +9,7 @@ #include #include #include +#include #include #d

Re: [Xen-devel] [PATCH 04/16] x86/monitor: relocate vm_event_register_write_resume() function to monitor code

2016-07-09 Thread Corneliu ZUZU
On 7/9/2016 9:14 PM, Tamas K Lengyel wrote: On Fri, Jul 8, 2016 at 10:14 PM, Corneliu ZUZU wrote: vm_event_register_write_resume is part of the monitor subsystem, relocate and rename appropriately. Signed-off-by: Corneliu ZUZU --- xen/arch/x86/monitor.c | 38

Re: [Xen-devel] [PATCH 03/16] x86/monitor: mechanical renames

2016-07-09 Thread Corneliu ZUZU
On 7/9/2016 9:10 PM, Tamas K Lengyel wrote: On Fri, Jul 8, 2016 at 10:13 PM, Corneliu ZUZU wrote: Arch-specific vm-event functions in x86/vm_event.h -e.g. vm_event_init_domain()- don't have an 'arch_' prefix. Apply the same rule for monitor functions - originally the only two monitor functions

[Xen-devel] [xen-unstable test] 96845: tolerable FAIL

2016-07-09 Thread osstest service owner
flight 96845 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/96845/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl-multivcpu 6 xen-boot fail pass in 96815 test-armhf-armhf-xl-credit2 15 gu

Re: [Xen-devel] [PATCH 14/16] x86/monitor: clarify separation between monitor subsys and vm-event as a whole

2016-07-09 Thread Tamas K Lengyel
> diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h > index ae1dcb4..7663da2 100644 > --- a/xen/include/asm-x86/domain.h > +++ b/xen/include/asm-x86/domain.h > @@ -9,6 +9,7 @@ > #include > #include > #include > +#include > #include > > #define has_32bit_shinfo(d)

Re: [Xen-devel] [PATCH 04/16] x86/monitor: relocate vm_event_register_write_resume() function to monitor code

2016-07-09 Thread Tamas K Lengyel
On Fri, Jul 8, 2016 at 10:14 PM, Corneliu ZUZU wrote: > vm_event_register_write_resume is part of the monitor subsystem, relocate and > rename appropriately. > > Signed-off-by: Corneliu ZUZU > --- > xen/arch/x86/monitor.c | 38 ++ > xen/arch/x86/vm_eve

Re: [Xen-devel] [PATCH 03/16] x86/monitor: mechanical renames

2016-07-09 Thread Tamas K Lengyel
On Fri, Jul 8, 2016 at 10:13 PM, Corneliu ZUZU wrote: > Arch-specific vm-event functions in x86/vm_event.h -e.g. > vm_event_init_domain()- > don't have an 'arch_' prefix. Apply the same rule for monitor functions - > originally the only two monitor functions that had an 'arch_' prefix were > arch

Re: [Xen-devel] [PATCH 11/16] x86/monitor: fix: treat -monitor- properly, as a subsys of the vm-event subsys

2016-07-09 Thread Corneliu ZUZU
On 7/9/2016 8:34 PM, Tamas K Lengyel wrote: diff --git a/xen/arch/x86/monitor.c b/xen/arch/x86/monitor.c index aeee435..4a29cad 100644 --- a/xen/arch/x86/monitor.c +++ b/xen/arch/x86/monitor.c @@ -62,6 +62,8 @@ int monitor_init_domain(struct domain *d) return -ENOMEM; } +

Re: [Xen-devel] [PATCH 11/16] x86/monitor: fix: treat -monitor- properly, as a subsys of the vm-event subsys

2016-07-09 Thread Tamas K Lengyel
> diff --git a/xen/arch/x86/monitor.c b/xen/arch/x86/monitor.c > index aeee435..4a29cad 100644 > --- a/xen/arch/x86/monitor.c > +++ b/xen/arch/x86/monitor.c > @@ -62,6 +62,8 @@ int monitor_init_domain(struct domain *d) > return -ENOMEM; > } > > +d->monitor.initialised = 1; > +

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

2016-07-09 Thread osstest service owner
flight 96827 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/96827/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. vs. 94748 test-amd64-amd64-

[Xen-devel] [xen-unstable baseline-only test] 66550: regressions - FAIL

2016-07-09 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 66550 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/66550/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-midway5 xen-install

[Xen-devel] [xen-unstable test] 96815: tolerable FAIL - PUSHED

2016-07-09 Thread osstest service owner
flight 96815 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/96815/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-amd64-rumpuserxen 6 xen-buildfail like 96779 build-i386-rumpuserxen

[Xen-devel] [distros-debian-stretch test] 66552: tolerable trouble: blocked/broken

2016-07-09 Thread Platform Team regression test user
flight 66552 distros-debian-stretch real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/66552/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-armhf-pvops 3 host-install(3) broken like 66512 build-armhf

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

2016-07-09 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 66549 qemu-mainline real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/66549/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-xsm 15 guest-start/de

[Xen-devel] [libvirt test] 96831: tolerable FAIL - PUSHED

2016-07-09 Thread osstest service owner
flight 96831 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/96831/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 12 migrate-support-checkfail never pass test-amd64-amd64-libvirt-xsm 12 migrate-sup