Mailing List Archive

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-pv 10 guest-saverestore fail REGR. vs. 14416
test-amd64-i386-xend-winxpsp3 8 guest-saverestore fail REGR. vs. 14416
test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 14416
test-amd64-i386-win 8 guest-saverestore fail REGR. vs. 14416
test-amd64-i386-pv 10 guest-saverestore fail REGR. vs. 14416
test-amd64-amd64-xl-win7-amd64 12 guest-localmigrate/x10 fail REGR. vs. 14416
test-amd64-i386-win-vcpus1 8 guest-saverestore fail REGR. vs. 14416
test-amd64-amd64-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 14416
test-amd64-amd64-win 8 guest-saverestore fail REGR. vs. 14416

Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-sedf-pin 10 guest-saverestore fail like 14416
test-amd64-amd64-xl-sedf 5 xen-boot fail like 14416
test-amd64-amd64-xl-qemuu-winxpsp3 9 guest-localmigrate fail like 14416
test-amd64-amd64-xl-qemuu-win7-amd64 9 guest-localmigrate fail like 14416

Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass
test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass
test-amd64-i386-xl-win7-amd64 13 guest-stop 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
test-amd64-amd64-xl-win 13 guest-stop fail never pass

version targeted for testing:
xen ae6fb202b233
baseline version:
xen 321f8487379b

------------------------------------------------------------
People who touched revisions under test:
Ian Campbell <ian.campbell@citrix.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Jan Beulich <jbeulich@suse.com>
Keir Fraser <keir@xen.org>
Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Wei Wang <wei.wang2@amd.com>
Xiantao Zhang <xiantao.zhang@intel.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-amd64-i386-rhel6hvm-amd pass
test-amd64-i386-qemuu-rhel6hvm-amd pass
test-amd64-amd64-xl-qemuu-win7-amd64 fail
test-amd64-amd64-xl-win7-amd64 fail
test-amd64-i386-xl-win7-amd64 fail
test-amd64-i386-xl-credit2 pass
test-amd64-amd64-xl-pcipt-intel fail
test-amd64-i386-rhel6hvm-intel pass
test-amd64-i386-qemuu-rhel6hvm-intel pass
test-amd64-i386-xl-multivcpu pass
test-amd64-amd64-pair fail
test-amd64-i386-pair fail
test-amd64-amd64-xl-sedf-pin fail
test-amd64-amd64-pv fail
test-amd64-i386-pv fail
test-amd64-amd64-xl-sedf fail
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-amd64-amd64-xl-win fail
test-amd64-amd64-xl-qemuu-winxpsp3 fail
test-amd64-i386-xend-winxpsp3 fail
test-amd64-amd64-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: 26179:ae6fb202b233
tag: tip
user: Jan Beulich <jbeulich@suse.com>
date: Tue Nov 20 08:58:31 2012 +0100

passthrough/PCI: replace improper uses of pci_find_next_cap()

Using pci_find_next_cap() without prior pci_find_cap_offset() is bogus
(and possibly wrong, given that the latter doesn't check the
PCI_STATUS_CAP_LIST flag, which so far was checked in an open-coded way
only for the non-bridge case).

Once at it, fold the two calls into one, as we need its result in any
case.

Question is whether, without any caller left, pci_find_next_cap()
should be purged as well.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Xiantao Zhang <xiantao.zhang@intel.com>


changeset: 26178:02b9d9a25fee
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 19:56:56 2012 +0000

xen: fix build failure due to extra closing comment

Added by 26173:26facad2f1a1

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


changeset: 26177:fe8034159ac2
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 14:25:35 2012 +0000

docs: Include prototype for HYPERVISOR_multicall

Mark-up for inclusion of generated docs.

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


changeset: 26176:edad24bfa561
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 14:25:34 2012 +0000

docs: Document HYPERVISOR_update_descriptor

Mark-up for inclusion of generated docs.

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


changeset: 26175:b1d36147ac96
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 14:25:33 2012 +0000

docs: Add ToC entry for start of day memory layout.

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


changeset: 26174:dbb8d24bb5ad
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 14:25:33 2012 +0000

docs: Document HYPERVISOR_mmuext_op

Mark-up for inclusion of generated docs.

Remove some trailing whitespace.

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


changeset: 26173:26facad2f1a1
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 14:25:32 2012 +0000

docs: document HYPERVISOR_update_va_mapping(_other_domain)

Mark-up for inclusion of generated docs.

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


changeset: 26172:cfd2772cc717
user: Ian Campbell <ian.campbell@citrix.com>
date: Mon Nov 19 14:25:31 2012 +0000

docs: document/mark-up SCHEDOP_*

The biggest subtlety here is there additional argument when op ==
SCHEDOP_shutdown and reason == SHUTDOWN_suspend and its interpretation by
xc_domain_{save,restore}. Add some clarifying comments to libxc as well.

This patch moves some structs around but there is no functional change
other than improved documentation.

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


changeset: 26171:31668da0c4d3
user: Jan Beulich <jbeulich@suse.com>
date: Mon Nov 19 15:15:12 2012 +0100

AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>


changeset: 26170:380ad94f2adc
user: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date: Mon Nov 19 12:59:51 2012 +0000

Remove tools/vtpm* from MAINTAINERS file

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26169:5a6225e40388
user: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date: Mon Nov 19 12:59:50 2012 +0000

tools: Remove old vtpm stuff from tools/libxen

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26168:3dc18d679d04
user: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date: Mon Nov 19 12:59:49 2012 +0000

Remove VTPM_TOOLS from config/Tools.mk.in

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26167:31dcc0e08754
user: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date: Mon Nov 19 12:59:48 2012 +0000

xend: Remove old vtpm support from xm

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26166:d026f8abca51
user: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date: Mon Nov 19 12:59:48 2012 +0000

minios: Update mini-os license to support GPL features

This patch updates extras/mini-os/COPYING to explain
which optional features are GPL and what the implications
of enabling them are.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26165:42a7c393c390
user: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date: Mon Nov 19 12:59:47 2012 +0000

minios: fix bug in lseek for mini-os

lseek always used files[fd].file.offset. It should
use the offset of whatever union member is actually
being used.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26164:17539cec2b9d
user: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
date: Mon Nov 19 12:59:46 2012 +0000

xen/arm: get the number of cpus from device tree

The system might have fewer cpus than the GIC supports.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26163:ddb109120dbd
user: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
date: Mon Nov 19 12:59:46 2012 +0000

xen/arm: flush D-cache and I-cache when appropriate

- invalidate tlb after setting WXN
- flush D-cache and I-cache after relocation;
- invalidate D-cache after writing to smp_up_cpu;
- flush I-cache after changing HTTBR;
- flush I-cache and branch predictor after writing Xen text ptes.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


changeset: 26162:9da9781cc3fb
user: Jan Beulich <jbeulich@suse.com>
date: Mon Nov 19 09:48:22 2012 +0100

vscsiif: minor cleanup

Remove a definition not belonging into the interface, and correct a
few typos in comments.

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


changeset: 26161:9025a10c0561
user: Wei Wang <wei.wang2@amd.com>
date: Mon Nov 19 09:46:46 2012 +0100

AMD IOMMU: Enable HPET broadcast msi remapping

This patch enables hpet msi remapping for amd iommu.

Signed-off-by: Wei Wang <wei.wang2@amd.com>

- use the existing ACPI_IVHD_* #define-s
- warn on finding more than one IVHD HPET entry
- consolidate parameters of update_intremap_entry_from_msi_msg()

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Committed-by: Jan Beulich <jbeulich@suse.com>


changeset: 26160:321f8487379b
user: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
date: Thu Nov 15 10:25:29 2012 +0000

xen/arm: wake up secondary cpus

Secondary cpus are held by the firmware until we send an IPI to them.

Reordered non-boot cpu wait loop to perform the check before waiting
for an event, to handled the case where the event has already
happened when we reach the loop.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>


(qemu changes not included)

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