Mailing List Archive

[xen-unstable test] 9163: regressions - FAIL
flight 9163 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9163/

Regressions :-(

Tests which did not succeed and are blocking:
test-amd64-amd64-xl-pcipt-intel 8 debian-fixup fail REGR. vs. 9118
test-amd64-i386-xl-multivcpu 9 guest-start fail REGR. vs. 9118
test-amd64-i386-xl 9 guest-start fail REGR. vs. 9118
test-amd64-i386-xl-credit2 9 guest-start fail REGR. vs. 9118
test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 9118
test-i386-i386-xl 9 guest-start fail REGR. vs. 9118
test-amd64-amd64-xl-sedf 9 guest-start fail REGR. vs. 9118
test-amd64-amd64-xl 9 guest-start fail REGR. vs. 9118
test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 9118
test-amd64-i386-xl-win-vcpus1 7 windows-install fail REGR. vs. 9118
test-amd64-amd64-xl-win 7 windows-install fail REGR. vs. 9118
test-i386-i386-xl-win 7 windows-install fail REGR. vs. 9118

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass
test-amd64-i386-win 16 leak-check/check fail never pass
test-amd64-amd64-win 16 leak-check/check fail never pass
test-i386-i386-win 16 leak-check/check fail never pass

version targeted for testing:
xen e78cd03b0308
baseline version:
xen 7998217630e2

------------------------------------------------------------
People who touched revisions under test:
Adin Scannell <adin@scannell.ca>
Anthony PERARD <anthony.perard@citrix.com>
Ian Campbell <ian.campbell@citrix.com>
Ian Jackson <ian.jackson.citrix.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Olaf Hering <olaf@aepfle.de>
------------------------------------------------------------

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 fail
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 fail
test-amd64-i386-xl-multivcpu fail
test-amd64-amd64-pair pass
test-amd64-i386-pair pass
test-i386-i386-pair pass
test-amd64-amd64-pv pass
test-amd64-i386-pv pass
test-i386-i386-pv pass
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 fail
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: 23894:e78cd03b0308
tag: tip
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:31:24 2011 +0100

libxl: libxl_qmp: use of libxl__fd_set_cloexec.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


changeset: 23893:95a40ee93806
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:30:54 2011 +0100

libxl: Introduce a QMP client

QMP stands for QEMU Monitor Protocol and it is used to query information
from QEMU or to control QEMU.

This implementation will ask QEMU the list of chardevice and store the
path to serial ports in xenstored. So we will be able to use xl console
with QEMU upstream.

In order to connect to the QMP server, a socket file is created in
/var/run/xen/qmp-libxl-$(domid).

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


changeset: 23892:5f397994e6d6
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:28:24 2011 +0100

libxl: Introduce JSON parser

We use the yajl parser, but we need to make a tree from the parse result
to use it outside the parser.

So this patch include json_object struct that is used to hold the JSON
data.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 23891:066dc3758fa4
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:28:23 2011 +0100

libxl: Intruduce libxl__strndup.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 23890:952e0118a7c4
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:28:22 2011 +0100

libxl: Introduce libxl__realloc.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 23889:f51dcd8acb7b
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:28:22 2011 +0100

libxl: Introduce libxl_internal_types.idl.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 23888:f5ee5ad45425
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:28:21 2011 +0100

libxl: Add get/set_default_namespace in libxltypes.py.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 23887:a543e10211f7
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:28:20 2011 +0100

libxl: Rename libxl.idl to libxl_types.idl.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 23886:cf2ba5720151
user: Anthony PERARD <anthony.perard@citrix.com>
date: Thu Sep 29 16:06:02 2011 +0100

libxl: Introduce libxl__fd_set_cloexec

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


changeset: 23885:cd60c87d3496
user: Ian Campbell <ian.campbell@citrix.com>
date: Thu Sep 29 15:40:34 2011 +0100

xl: fixup command line handling for several commands.

def_getopt already checks for a minimum number of arguments for us.

"xl save" simply need to use the correct argument for that value,
contrary to the change I made in 23876:b113d626cfaf

"xl block-list" does not need to check for at least 2 arguments, since
it's already been done by def_getopt.

"xl network-list" would previous accept zero arguments and just print
the table header. Insist on a domain argument.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


changeset: 23884:145e146876b3
user: Adin Scannell <adin@gridcentric.com>
date: Thu Sep 29 15:26:04 2011 +0100

libxl: Expose number of shared pages

Signed-off-by: Adin Scannell <adin@scannell.ca>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


changeset: 23883:7998217630e2
user: Ian Campbell <ian.campbell@citrix.com>
date: Wed Sep 28 16:42:11 2011 +0100

libxl: attempt to cleanup tapdisk processes on disk backend destroy.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>


========================================
commit cd776ee9408ff127f934a707c1a339ee600bc127
Author: Ian Jackson <ian.jackson@eu.citrix.com>
Date: Tue Jun 28 13:50:53 2011 +0100

qemu-char.c: fix incorrect CONFIG_STUBDOM handling

qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef]

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

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