Mailing List Archive

[xen-unstable test] 9676: regressions - trouble: broken/fail/pass
flight 9676 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9676/

Regressions :-(

Tests which did not succeed and are blocking:
test-amd64-amd64-xl-pcipt-intel 5 xen-boot fail REGR. vs. 9661
test-amd64-i386-rhel6hvm-intel 3 host-install(3) broken
test-amd64-i386-pv 5 xen-boot fail REGR. vs. 9661
test-amd64-amd64-pv 3 host-install(3) broken
test-amd64-amd64-xl 3 host-install(3) broken
test-amd64-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 9661
test-i386-i386-pv 5 xen-boot fail REGR. vs. 9661
test-i386-i386-xl 5 xen-boot fail REGR. vs. 9661
test-amd64-i386-xl 5 xen-boot fail REGR. vs. 9661
test-amd64-i386-xl-credit2 5 xen-boot fail REGR. vs. 9661
test-amd64-i386-xl-multivcpu 5 xen-boot fail REGR. vs. 9661
test-amd64-amd64-pair 8 xen-boot/dst_host fail REGR. vs. 9661
test-amd64-amd64-pair 7 xen-boot/src_host fail REGR. vs. 9661
test-amd64-i386-pair 8 xen-boot/dst_host fail REGR. vs. 9661
test-amd64-i386-pair 7 xen-boot/src_host fail REGR. vs. 9661
test-i386-i386-pair 7 xen-boot/src_host fail REGR. vs. 9661
test-i386-i386-pair 8 xen-boot/dst_host fail REGR. vs. 9661
test-amd64-i386-win-vcpus1 5 xen-boot fail REGR. vs. 9661
test-i386-i386-xl-win 5 xen-boot fail REGR. vs. 9661
test-amd64-i386-xl-win-vcpus1 5 xen-boot fail REGR. vs. 9661
test-i386-i386-win 3 host-install(3) broken
test-amd64-amd64-win 5 xen-boot fail REGR. vs. 9661
test-amd64-amd64-xl-win 5 xen-boot fail REGR. vs. 9661
test-amd64-i386-win 5 xen-boot fail REGR. vs. 9661

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-xl-sedf 5 xen-boot fail like 9661

version targeted for testing:
xen 801ca6c0fbfa
baseline version:
xen 54a5e994a241

------------------------------------------------------------
People who touched revisions under test:
Andrew Cooper <andrew.cooper3@citrix.com>
Christoph Egger <Christoph.Egger@amd.com>
Ian Campbell <ian.campbell@citrix.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Jan Beulich <jbeulich@suse.com>
juergen.gross@ts.fujitsu.com
Keir Fraser <keir@xen.org>
Tim Deegan <tim@xen.org>
------------------------------------------------------------

jobs:
build-amd64 pass
build-i386 pass
build-amd64-oldkern pass
build-i386-oldkern pass
build-amd64-pvops pass
build-i386-pvops pass
test-amd64-amd64-xl broken
test-amd64-i386-xl fail
test-i386-i386-xl fail
test-amd64-i386-rhel6hvm-amd fail
test-amd64-i386-xl-credit2 fail
test-amd64-amd64-xl-pcipt-intel fail
test-amd64-i386-rhel6hvm-intel broken
test-amd64-i386-xl-multivcpu fail
test-amd64-amd64-pair fail
test-amd64-i386-pair fail
test-i386-i386-pair fail
test-amd64-amd64-pv broken
test-amd64-i386-pv fail
test-i386-i386-pv fail
test-amd64-amd64-xl-sedf fail
test-amd64-i386-win-vcpus1 fail
test-amd64-i386-xl-win-vcpus1 fail
test-amd64-amd64-win fail
test-amd64-i386-win fail
test-i386-i386-win broken
test-amd64-amd64-xl-win fail
test-i386-i386-xl-win fail


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
http://www.chiark.greenend.org.uk/~xensrcts/logs

Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Not pushing.

------------------------------------------------------------
changeset: 24069:801ca6c0fbfa
tag: tip
user: Jan Beulich <jbeulich@suse.com>
date: Thu Nov 03 17:28:41 2011 +0100

x86/IRQ: consolidate IRQ disabling when acquiring vector lock

__assign_irq_vector() doesn't need to disable interrupts (its callers
are required to when acquiring the lock), and set_desc_affinity() can
use the normal spin lock primitives.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>


changeset: 24068:6928172f7ded
user: Jan Beulich <jbeulich@suse.com>
date: Thu Nov 03 17:27:38 2011 +0100

IRQ: allocate CPU masks dynamically

This includes delaying the initialization of dynamically created IRQs
until their actual first use and some further elimination of uses of
struct irq_cfg.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>


changeset: 24067:17ee4c213438
user: Tim Deegan <tim@xen.org>
date: Thu Nov 03 12:19:23 2011 +0000

xen: provide pse36 cpuid bit

Provide pse36 cpuid bit if guest runs in 32bit PAE
or in long mode. Hyper-V refuses to start as
the "cpu does not provide required hw features"
if it does not find the pse36 cpuid bits.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Tim Deegan <tim@xen.org>


changeset: 24066:54a5e994a241
user: Juergen Gross <juergen.gross@ts.fujitsu.com>
date: Wed Nov 02 17:09:09 2011 +0000

docs: Correct man page of xl regarding cpu-pools

Signed-off-by: juergen.gross@ts.fujitsu.com
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


========================================
commit 52834188eedfbbca5636fd869d4c86b3b3044439
Author: Ian Campbell <ian.campbell@citrix.com>
Date: Tue Nov 1 18:42:55 2011 +0000

qemu-xen: remove i386-dm/README.hvm-pv-magic-ioport-disable

I have just proposed a patch to add this to xen-unstable.hg as
docs/misc/hvm-emulated-unplug.markdown. This repo is not a place where people
look for docs, plus we are transitioning to upstream qemu.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel