flight 11582 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/11582/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-xl-credit2 9 guest-start fail REGR. vs. 11574
test-amd64-amd64-xl-win7-amd64 7 windows-install fail REGR. vs. 11574
test-i386-i386-xl-win 7 windows-install fail REGR. vs. 11574
test-amd64-i386-xl-win-vcpus1 7 windows-install fail REGR. vs. 11574
test-amd64-i386-xl-win7-amd64 7 windows-install fail REGR. vs. 11574
test-i386-i386-xl-winxpsp3 7 windows-install fail REGR. vs. 11574
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-win 7 windows-install fail like 11561
Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass
test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail never pass
test-amd64-i386-rhel6hvm-amd 9 guest-start.2 fail never pass
test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass
test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass
test-amd64-i386-win 16 leak-check/check fail never pass
test-i386-i386-win 16 leak-check/check fail never pass
test-amd64-amd64-win 16 leak-check/check fail never pass
test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass
test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass
version targeted for testing:
xen 0f8f633dbe2d
baseline version:
xen 370924e204dc
------------------------------------------------------------
People who touched revisions under test:
Jan Beulich <jbeulich@suse.com>
juergen.gross@ts.fujitsu.com
Keir Fraser <keir@xen.org>
Paul Durrant <paul.durrant@citrix.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Wei Liu <wei.liu2@citrix.com>
------------------------------------------------------------
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 pass
test-amd64-i386-xl pass
test-i386-i386-xl pass
test-amd64-i386-rhel6hvm-amd fail
test-amd64-amd64-xl-win7-amd64 fail
test-amd64-i386-xl-win7-amd64 fail
test-amd64-i386-xl-credit2 fail
test-amd64-amd64-xl-pcipt-intel fail
test-amd64-i386-rhel6hvm-intel fail
test-amd64-i386-xl-multivcpu pass
test-amd64-amd64-pair pass
test-amd64-i386-pair pass
test-i386-i386-pair pass
test-amd64-amd64-xl-sedf-pin pass
test-amd64-amd64-pv pass
test-amd64-i386-pv pass
test-i386-i386-pv pass
test-amd64-amd64-xl-sedf pass
test-amd64-i386-win-vcpus1 fail
test-amd64-i386-xl-win-vcpus1 fail
test-amd64-i386-xl-winxpsp3-vcpus1 fail
test-amd64-amd64-win fail
test-amd64-i386-win fail
test-i386-i386-win fail
test-amd64-amd64-xl-win fail
test-i386-i386-xl-win fail
test-amd64-i386-xend-winxpsp3 fail
test-amd64-amd64-xl-winxpsp3 fail
test-i386-i386-xl-winxpsp3 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: 24551:0f8f633dbe2d
tag: tip
user: Juergen Gross <juergen.gross@ts.fujitsu.com>
date: Tue Jan 24 14:21:12 2012 +0000
reflect cpupool in numa node affinity
In order to prefer node local memory for a domain the numa node
locality info must be built according to the cpus belonging to the
cpupool of the domain.
Signed-off-by: juergen.gross@ts.fujitsu.com
Committed-by: Keir Fraser <keir@xen.org>
changeset: 24550:455a50622fb2
user: Juergen Gross <juergen.gross@ts.fujitsu.com>
date: Tue Jan 24 14:20:40 2012 +0000
switch to dynamically allocated cpumask in domain_update_node_affinity()
cpumasks should rather be allocated dynamically.
Signed-off-by: juergen.gross@ts.fujitsu.com
Committed-by: Keir Fraser <keir@xen.org>
changeset: 24549:3df3a0a95551
user: Juergen Gross <juergen.gross@ts.fujitsu.com>
date: Tue Jan 24 14:19:58 2012 +0000
introduce and use common macros for selecting cpupool based cpumasks
There are several instances of the same construct finding the cpumask
for a cpupool. Use macros instead.
Signed-off-by: juergen.gross@ts.fujitsu.com
Committed-by: Keir Fraser <keir@xen.org>
changeset: 24548:d115844ebfbb
user: Wei Liu <wei.liu2@citrix.com>
date: Tue Jan 24 14:16:04 2012 +0000
Add a GNTTABOP to swap the content of two grant references under lock
provided that they are not currently active.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
changeset: 24547:370924e204dc
user: Keir Fraser <keir@xen.org>
date: Mon Jan 23 15:10:43 2012 +0000
Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent
across 32 and 64-bit xen"
Breaks 32-bit build.
Signed-off-by: Keir Fraser <keir@xen.org>
=======================================commit
bb36d632e4cabf47882adff07a45c6702c4a5b30
Author: Jan Beulich <jbeulich@suse.com>
Date: Thu Jan 5 17:16:46 2012 +0000
qemu-xen: adjust MSI-X related log messages
Several of these messages we coded using line continuation within a
string literal. This is generally not recommended and also lead to odd
sequences of many blanks in the middle of the messages.
The message indicating a discarded write due to MSI-X already being
enabled doesn''t need to be issued when a write doesn''t
actually modify
the current value. Adjust the surrounding logic accordingly, and
eliminate some redundancy as well as the sometimes unnecessary access
to the physical MSI-X table.
Finally, adjust the wording of a few messages to be more precise and/or
more useful.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>