|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [xen-unstable test] 8201: regressions - FAIL
flight 8201 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8201/
Regressions :-(
Tests which did not succeed and are blocking:
test-i386-i386-pv 9 guest-start fail REGR. vs. 8137
test-amd64-i386-xl-multivcpu 9 guest-start fail REGR. vs. 8137
test-i386-i386-xl 9 guest-start fail REGR. vs. 8137
test-amd64-i386-xl-credit2 9 guest-start fail REGR. vs. 8137
test-amd64-amd64-xl 9 guest-start fail REGR. vs. 8137
test-amd64-i386-pair 16 guest-start fail REGR. vs. 8137
test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 8137
test-i386-i386-pair 16 guest-start fail REGR. vs. 8137
test-amd64-amd64-pv 9 guest-start fail REGR. vs. 8137
test-amd64-i386-pv 9 guest-start fail REGR. vs. 8137
test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 8137
test-amd64-i386-win-vcpus1 7 windows-install fail REGR. vs. 8137
test-amd64-i386-xl 9 guest-start fail REGR. vs. 8137
test-amd64-amd64-win 7 windows-install fail REGR. vs. 8137
test-amd64-amd64-pair 16 guest-start fail REGR. vs. 8137
test-i386-i386-win 7 windows-install fail REGR. vs. 8137
test-amd64-amd64-xl-win 7 windows-install fail REGR. vs. 8137
test-amd64-i386-xl-win-vcpus1 7 windows-install fail REGR. vs. 8137
test-i386-i386-xl-win 7 windows-install fail REGR. vs. 8137
test-amd64-i386-win 7 windows-install fail REGR. vs. 8137
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass
version targeted for testing:
xen dd5eecf739d1
baseline version:
xen e298ce67777e
------------------------------------------------------------
People who touched revisions under test:
Ian Campbell <ian.campbell@xxxxxxxxxx>
Ian Jackson <ian.jackson.citrix.com>
Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Jan Beulich <jbeulich@xxxxxxxxxx>
Keir Fraser <keir@xxxxxxx>
Olaf Hering <olaf@xxxxxxxxx>
Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
Shan Haitao <haitao.shan@xxxxxxxxx>
Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Wei Liu <liuw@xxxxxxxxx>
------------------------------------------------------------
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 fail
test-amd64-i386-pair fail
test-i386-i386-pair fail
test-amd64-amd64-pv fail
test-amd64-i386-pv fail
test-i386-i386-pv 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: 23730:dd5eecf739d1
tag: tip
user: Keir Fraser <keir@xxxxxxx>
date: Wed Jul 20 15:02:16 2011 +0100
hvmloader: Switch to absolute addressing for calling hypercall stubs.
This is clearer and less fragile than trying to make relative calls
work. In particular, the old approach failed if _start was not
== HVMLOADER_PHYSICAL_ADDRESS. This was the case for some modern
toolchains which reorder functions.
Signed-off-by: Keir Fraser <keir@xxxxxxx>
changeset: 23729:4f1109af9c63
user: Keir Fraser <keir@xxxxxxx>
date: Wed Jul 20 14:52:16 2011 +0100
hvmloader: Remove hard tabs from source files.
Signed-off-by: Keir Fraser <keir@xxxxxxx>
changeset: 23728:548b2826293e
user: Wei Liu <liuw@xxxxxxxxx>
date: Tue Jul 19 16:02:36 2011 +0100
libxl: clean up trailing whitespaces in code.
Commit exactly the results of running
find \! -iname '*.txt' -type f -print0 | xargs -0 perl -p -i.bak -E
's/\s+\n/\n/'
Signed-off-by: Wei Liu <liuw@xxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
changeset: 23727:2383077a5ae6
user: Wei Liu <liuw@xxxxxxxxx>
date: Tue Jul 19 15:47:14 2011 +0100
libxl: enabling upstream qemu as pure pv backend.
This patch makes device_model_{version,override} work for pure pv
guest, so that users can specify upstream qemu as pure pv backend
other than traditional qemu-xen.
This patch also adds device_model_args_{pv,hvm} options for pv and
hvm guest respectively.
Internally, original libxl__create_xenpv_qemu allocates a new empty
dm_info (struct libxl_device_model_info) for every xenpv qemu created.
Now the caller of libxl__create_xenpv_qemu is responsible for
allocating this dm_info.
Signed-off-by: Wei Liu <liuw@xxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
changeset: 23726:fd97ca086df6
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Tue Jul 19 14:14:51 2011 +0100
x86: update Intel CPUID masking code to latest spec
..., which adds masking of the xsave feature leaf.
Also add back (and fix to actually make it do what it was supposed to
do from the beginning) the printing of what specific masking couldn't
be done in case the user requested something the hardware doesn't
support.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23725:4dc6a9ba90d6
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Tue Jul 19 14:14:08 2011 +0100
PCI: consolidate interface for adding devices
The functionality of pci_add_device_ext() can be easily folded into
pci_add_device(), and eliminates the need to change two functions for
future adjustments.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23724:b3434f24b082
user: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
date: Tue Jul 19 14:13:01 2011 +0100
x86: Remove timeouts from INIT-SIPI-SIPI sequence when using x2apic.
Some of the timeouts are pointless since they're waiting for the ICR
to ack the IPI delivery and that doesn't happen on x2apic.
The others should be benign (and are suggested in the SDM) but
removing them makes AP bringup much more reliable on some test boxes.
Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
changeset: 23723:18653a163b1e
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Tue Jul 19 14:10:53 2011 +0100
x86: consistently serialize CMOS/RTC accesses on rtc_lock
Since RTC/CMOS accesses aren't atomic, there are possible races
between code paths setting the index register and subsequently
reading/writing the data register. This is supposed to be dealt with
by acquiring rtc_lock, but two places up to now lacked respective
synchronization: Accesses to the EFI time functions and
smpboot_{setup,restore}_warm_reset_vector().
This in turn requires no longer directly passing through guest writes
to the index register, but instead using a machanism similar to that
for PCI config space method 1 accesses.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23722:7bc5825e471d
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Tue Jul 19 14:10:15 2011 +0100
x86-64/EFI: don't call EfiResetSystem() from machine_halt()
c/s 23615:d19e77844267 was a little too eager in adding calls to EFI
runtime services: machine_halt() doesn't really want to power off the
machine, but that's what EfiResetSystem(EfiResetShutdown, ...) (called
through efi_halt_system()) does.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23721:0ccb94d533d6
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Tue Jul 19 14:09:48 2011 +0100
build: consolidate buildmakevars2file
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23720:43f7bdbe47d3
user: Shan Haitao <haitao.shan@xxxxxxxxx>
date: Tue Jul 19 08:24:19 2011 +0100
Adding back guest MSI eoi support for unmaskable MSI interrupt
This patch adds back proper guest MSI EOI hook for correctly handling
unmaskable MSI interrupt, which is wrongly removed by changset 23703.
Signed-off-by: Shan Haitao <haitao.shan@xxxxxxxxx>
changeset: 23719:c2888876abd3
user: Olaf Hering <olaf@xxxxxxxxx>
date: Tue Jul 19 08:22:19 2011 +0100
xentrace: update __trace_var comment
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
changeset: 23718:809882b6f1f8
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Mon Jul 18 14:52:30 2011 +0100
libxl: Keyed unions key off an enum instead of an arbitrary expression
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
changeset: 23717:b373d7d34128
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Mon Jul 18 14:52:30 2011 +0100
libxl: use libxl_domain_type enum with libxl__domain_suspend_common
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
changeset: 23716:4e872ffccc19
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Mon Jul 18 14:52:30 2011 +0100
libxl: specify HVM vs PV in create_info using libxl_domain_type enum
Since libxl_init_build_info now needs an error return and a ctx (to
log to) switch all libxl_init_*_info to have an int return and a ctx.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
changeset: 23715:30ab13a761c1
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Mon Jul 18 14:52:30 2011 +0100
libxl: specify HVM vs PV in build_info using libxl_domain_type enum
Also caught one place (in libxl__domain_restore_common) which used
info->u.hvm.pae even if !hvm. (fortunately the value was unused in
xc_domain_restore).
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
changeset: 23714:97cb910d39b3
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Mon Jul 18 14:52:30 2011 +0100
libxl: replace libxl__domain_is_hvm with libxl__domain_type
New function returns a libxl_domain_type enum.
Add LIBXL__DOMAIN_IS_TYPE helper macro.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
changeset: 23713:6efc1985c010
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Mon Jul 18 14:52:29 2011 +0100
libxl: Give the HVM domain type the name "HVM"
This is generally used in the Xen universe, rather than "FV" which is
not used elsewhere.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
changeset: 23712:e298ce67777e
user: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
date: Mon Jul 18 14:38:31 2011 +0100
xend NetBSD init script: fixed problem when restarting xend
When restarting xend, the rc.d script was unable to find the pid of
the running xend, so no process was restarted.
Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
========================================
commit cd776ee9408ff127f934a707c1a339ee600bc127
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
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@xxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [xen-unstable test] 8201: regressions - FAIL,
xen . org <=
|
|
|
|
|