flight 12484 xen-4.1-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/12484/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 12409 test-amd64-i386-qemuu-rhel6hvm-intel 7 redhat-install fail REGR. vs. 12409 test-amd64-i386-qemuu-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12409 test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12409 test-amd64-amd64-xl-qemuu-winxpsp3 7 windows-install fail REGR. vs. 12409 test-amd64-amd64-xl-qemuu-win7-amd64 7 windows-install fail REGR. vs. 12409 test-amd64-i386-xl-win7-amd64 7 windows-install fail REGR. vs. 12409 test-amd64-amd64-xl-win7-amd64 7 windows-install fail REGR. vs. 12409 test-amd64-amd64-xl-win 7 windows-install fail REGR. vs. 12409 test-amd64-amd64-xl-winxpsp3 7 windows-install fail REGR. vs. 12409 test-amd64-i386-xl-winxpsp3-vcpus1 7 windows-install fail REGR. vs. 12409 test-i386-i386-xl-winxpsp3 7 windows-install fail REGR. vs. 12409 test-amd64-i386-xl-win-vcpus1 7 windows-install fail REGR. vs. 12409 test-i386-i386-xl-win 7 windows-install fail REGR. vs. 12409 test-i386-i386-xl-qemuu-winxpsp3 7 windows-install fail REGR. vs. 12409 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-sedf 5 xen-boot fail like 12409 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start 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-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-i386-i386-win 16 leak-check/check fail never pass version targeted for testing: xen 13741fd6253b baseline version: xen d67e4d12723f ------------------------------------------------------------ People who touched revisions under test: Juergen Gross <juergen.gross@ts.fujitsu.com> Keir Fraser <keir@xen.org> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> Zhenzhong Duan <zhenzhong.duan@oracle.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-i386-qemuu-rhel6hvm-amd fail 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 fail test-amd64-i386-qemuu-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 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-i386-i386-win fail test-amd64-amd64-xl-win fail test-i386-i386-xl-win fail test-amd64-amd64-xl-qemuu-winxpsp3 fail test-i386-i386-xl-qemuu-winxpsp3 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: 23271:13741fd6253b tag: tip user: Zhenzhong Duan <zhenzhong.duan@oracle.com> date: Thu Mar 29 10:20:58 2012 +0100 x86,hvm: enable VCPUOP_register_vcpu_info op in hvm hypercall pvhvm running with more than 32 vcpus and pv_irq/pv_time enabled need vcpu placement to work, or else it will softlockup. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com> Committed-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 24013:c4ed56a102dc xen-unstable date: Fri Oct 28 17:20:21 2011 +0100 changeset: 23270:c7729c73fefc user: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> date: Thu Mar 29 10:19:56 2012 +0100 x86: make the pv-only e820 array be dynamic. During creation of the PV domain we allocate the E820 structure to have the amount of E820 entries on the machine, plus the number three. This will allow the tool stack to fill the E820 with more than three entries. Specifically the use cases is , where the toolstack retrieves the E820, sanitizes it, and then sets it for the PV guest (for PCI passthrough), this dynamic number of E820 is just right. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 23225:3f00c5faa12a xen-unstable date: Wed Apr 13 16:10:26 2011 +0100 changeset: 23269:d67e4d12723f user: Keir Fraser <keir@xen.org> date: Fri Mar 23 14:01:05 2012 +0000 Introduce system_state variable. Use it to replace x86-specific early_boot boolean variable. Also use it to detect suspend/resume case during cpu offline/online to avoid unnecessarily breaking vcpu and cpupool affinities. Signed-off-by: Keir Fraser <keir@xen.org> Acked-by: Juergen Gross <juergen.gross@ts.fujitsu.com> xen-unstable changeset: 25079:d5ccb2d1dbd1 xen-unstable date: Thu Mar 22 12:20:13 2012 +0000 Backport requested by Juergen to fix crash on poweroff when using cpupools. =======================================commit 06d2e688405932841e9a1c27e2eaaef315298a66 Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Date: Thu Mar 1 18:58:27 2012 +0000 qemu-xen: ignore console disconnect events for console/0 The first console has a different location compared to other PV devices (console, rather than device/console/0) and doesn''t obey the xenstore state protocol. We already special case the first console in con_init and con_initialise, we should also do it in con_disconnect. This patch should be applied to 4.1 too. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> (cherry picked from commit 2503d4d5a29e7af8dffd1e11229e11c1917d2ccf)