From mboxrd@z Thu Jan 1 00:00:00 1970 From: xen.org Subject: [xen-unstable test] 8876: regressions - trouble: blocked/fail Date: Tue, 13 Sep 2011 12:50:43 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org flight 8876 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/8876/ Regressions :-( Tests which did not succeed and are blocking: build-amd64 4 xen-build fail REGR. vs. 8873 build-i386 4 xen-build fail REGR. vs. 8873 build-i386-oldkern 4 xen-build fail REGR. vs. 8873 build-amd64-oldkern 4 xen-build fail REGR. vs. 8873 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-xl-pcipt-intel 1 xen-build-check(1) blocked n/a test-amd64-i386-rhel6hvm-intel 1 xen-build-check(1) blocked n/a test-i386-i386-pv 1 xen-build-check(1) blocked n/a test-amd64-i386-pv 1 xen-build-check(1) blocked n/a test-amd64-amd64-pv 1 xen-build-check(1) blocked n/a test-i386-i386-xl 1 xen-build-check(1) blocked n/a test-amd64-i386-xl 1 xen-build-check(1) blocked n/a test-amd64-i386-xl-credit2 1 xen-build-check(1) blocked n/a test-amd64-i386-rhel6hvm-amd 1 xen-build-check(1) blocked n/a test-amd64-amd64-pair 1 xen-build-check(1) blocked n/a test-amd64-i386-pair 1 xen-build-check(1) blocked n/a test-i386-i386-pair 1 xen-build-check(1) blocked n/a build-amd64-pvops 4 kernel-build fail like 8873 build-i386-pvops 4 kernel-build fail like 8873 test-amd64-i386-xl-multivcpu 1 xen-build-check(1) blocked n/a test-amd64-amd64-xl-sedf 1 xen-build-check(1) blocked n/a test-amd64-i386-win-vcpus1 1 xen-build-check(1) blocked n/a test-amd64-i386-xl-win-vcpus1 1 xen-build-check(1) blocked n/a test-amd64-amd64-win 1 xen-build-check(1) blocked n/a test-amd64-i386-win 1 xen-build-check(1) blocked n/a test-amd64-amd64-xl-win 1 xen-build-check(1) blocked n/a test-amd64-amd64-xl 1 xen-build-check(1) blocked n/a test-i386-i386-xl-win 1 xen-build-check(1) blocked n/a test-i386-i386-win 1 xen-build-check(1) blocked n/a version targeted for testing: xen 64aab9a077ea baseline version: xen 0312575dc35e ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper Benjamin Schweikert Christoph Egger George Dunlap Ian Campbell Ian Jackson Keir Fraser Olaf Hering Stefano Stabellini Tim Deegan ------------------------------------------------------------ jobs: build-amd64 fail build-i386 fail build-amd64-oldkern fail build-i386-oldkern fail build-amd64-pvops fail build-i386-pvops fail test-amd64-amd64-xl blocked test-amd64-i386-xl blocked test-i386-i386-xl blocked test-amd64-i386-rhel6hvm-amd blocked test-amd64-i386-xl-credit2 blocked test-amd64-amd64-xl-pcipt-intel blocked test-amd64-i386-rhel6hvm-intel blocked test-amd64-i386-xl-multivcpu blocked test-amd64-amd64-pair blocked test-amd64-i386-pair blocked test-i386-i386-pair blocked test-amd64-amd64-pv blocked test-amd64-i386-pv blocked test-i386-i386-pv blocked test-amd64-amd64-xl-sedf blocked test-amd64-i386-win-vcpus1 blocked test-amd64-i386-xl-win-vcpus1 blocked test-amd64-amd64-win blocked test-amd64-i386-win blocked test-i386-i386-win blocked test-amd64-amd64-xl-win blocked test-i386-i386-xl-win blocked ------------------------------------------------------------ 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: 23835:64aab9a077ea tag: tip user: Keir Fraser date: Tue Sep 13 11:20:57 2011 +0100 scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh. Signed-off-by: Keir Fraser changeset: 23834:1d40b2793723 user: George Dunlap date: Tue Sep 13 10:43:43 2011 +0100 xen,credit1: Add variable timeslice Add a xen command-line parameter, sched_credit_tslice_ms, to set the timeslice of the credit1 scheduler. Signed-off-by: George Dunlap changeset: 23833:ffe8e65f6687 user: Andrew Cooper date: Tue Sep 13 10:33:10 2011 +0100 IRQ: IO-APIC support End Of Interrupt for older IO-APICs The old io_apic_eoi() function using the EOI register only works for IO-APICs with a version of 0x20. Older IO-APICs do not have an EOI register so line level interrupts have to be EOI'd by flipping the mode to edge and back, which clears the IRR and Delivery Status bits. This patch replaces the current io_apic_eoi() function with one which takes into account the version of the IO-APIC and EOI's appropriately. v2: make recursive call to __io_apic_eoi() to reduce code size. Signed-off-by: Andrew Cooper changeset: 23832:ad3b4bb097cb user: Stefano Stabellini date: Tue Sep 13 10:32:24 2011 +0100 xen: if mapping GSIs we run out of pirq < nr_irqs_gsi, use the others PV on HVM guests can have more GSIs than the host, in that case we could run out of pirq < nr_irqs_gsi. When that happens use pirq >= nr_irqs_gsi rather than returning an error. Signed-off-by: Stefano Stabellini Tested-by: Benjamin Schweikert changeset: 23831:53416e7c0529 user: Stefano Stabellini date: Tue Sep 13 10:30:09 2011 +0100 Clone and build Seabios by default Signed-off-by: Stefano Stabellini changeset: 23830:1b80eaeeba7b user: Stefano Stabellini date: Tue Sep 13 10:29:14 2011 +0100 Clone and build upstream Qemu by default Signed-off-by: Stefano Stabellini changeset: 23829:9a541243aeaf user: Stefano Stabellini date: Tue Sep 13 10:27:53 2011 +0100 Rename ioemu-dir as qemu-xen-traditional-dir Signed-off-by: Stefano Stabellini changeset: 23828:0d21b68f528b user: Stefano Stabellini date: Tue Sep 13 10:27:20 2011 +0100 Move the ioemu-dir-find shell script to an external file Add support for configuring upstream qemu and rename ioemu-remote ioemu-dir-remote. Signed-off-by: Stefano Stabellini changeset: 23827:d1d6abc1db20 user: Olaf Hering date: Tue Sep 13 10:25:32 2011 +0100 xenpaging: use batch of pages during final page-in Map up to RING_SIZE pages in exit path to fill the ring instead of populating one page at a time. Signed-off-by: Olaf Hering changeset: 23826:ad958e87db79 user: Ian Campbell date: Tue Sep 13 10:22:03 2011 +0100 hvmloader: don't clear acpi_info after filling in some fields In particular the madt_lapic0_addr and madt_csum_addr fields are filled in while building the tables. This fixes a bluescreen on shutdown with certain versions of Windows. Signed-off-by: Ian Campbell Reported-by: Christoph Egger Tested-and-acked-by: Christoph Egger changeset: 23825:0312575dc35e user: Tim Deegan date: Thu Sep 08 15:13:06 2011 +0100 x86/mm: use new page-order interfaces in nested HAP code to make 2M and 1G mappings in the nested p2m tables. Signed-off-by: Christoph Egger Signed-off-by: Tim Deegan Committed-by: Tim Deegan ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson 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 Acked-by: Ian Jackson