flight 7471 xen-4.1-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/7471/ Regressions :-( Tests which did not succeed and are blocking: test-i386-i386-pair 18 guest-migrate/dst_host/src_host fail REGR. vs. 7468 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass test-amd64-i386-rhel6hvm-amd 8 guest-saverestore fail never pass test-amd64-i386-rhel6hvm-intel 8 guest-saverestore fail never pass 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-i386-xl-win-vcpus1 13 guest-stop fail never pass test-amd64-xcpkern-i386-rhel6hvm-amd 8 guest-saverestore fail never pass test-amd64-xcpkern-i386-rhel6hvm-intel 8 guest-saverestore fail never pass test-amd64-xcpkern-i386-win 16 leak-check/check fail never pass test-amd64-xcpkern-i386-xl-win 13 guest-stop fail never pass test-i386-i386-win 16 leak-check/check fail never pass test-i386-i386-xl-win 13 guest-stop fail never pass test-i386-xcpkern-i386-win 16 leak-check/check fail never pass version targeted for testing: xen 43acc031eb24 baseline version: xen dbe9e02a1f75 ------------------------------------------------------------ People who touched revisions under test: Aravindh Puthiyaparambil <aravindh@virtuata.com> Keir Fraser <keir@xen.org> Li, Xin <xin.li@intel.com> Tim Deegan <Tim.Deegan@citrix.com> Xin Li <xin.li@intel.com> Yang, Wei <wei.y.yang@intel.com> ------------------------------------------------------------ jobs: build-i386-xcpkern pass 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-xcpkern-i386-xl pass test-i386-xcpkern-i386-xl pass test-amd64-i386-rhel6hvm-amd fail test-amd64-xcpkern-i386-rhel6hvm-amd fail test-amd64-i386-xl-credit2 pass test-amd64-xcpkern-i386-xl-credit2 pass test-amd64-i386-rhel6hvm-intel fail test-amd64-xcpkern-i386-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu pass test-amd64-xcpkern-i386-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair fail test-amd64-xcpkern-i386-pair pass test-i386-xcpkern-i386-pair pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-xcpkern-i386-pv pass test-i386-xcpkern-i386-pv pass 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-xcpkern-i386-win fail test-i386-xcpkern-i386-win fail test-amd64-amd64-xl-win fail test-i386-i386-xl-win fail test-amd64-xcpkern-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: 23071:43acc031eb24 tag: tip user: Keir Fraser <keir@xen.org> date: Tue May 31 14:03:45 2011 +0100 x86: Fix spurious_page_fault() for 1GB superpages. From: Xin Li <xin.li@intel.com> Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 23441:4d28306d6e33 xen-unstable date: Tue May 31 13:57:45 2011 +0100 changeset: 23070:72aec6838f0c user: Aravindh Puthiyaparambil <aravindh@virtuata.com> date: Tue May 31 14:03:17 2011 +0100 mem_event: Revert pointless, unrelated, and broken (on i386) change in 23434:ef410f262299 vcpu_pause() is nestable in the hypervisor, hence checking for already-paused is not required. Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 23435:c15f06b99bbe xen-unstable date: Sat May 28 08:33:54 2011 +0100 mem_event: Allow memory access listener to perform single step execution. Add a new memory event that handles single step. This allows the memory access listener to handle instructions that modify data within the execution page. This can be enabled in the listener by doing: xc_set_hvm_param(xch, domain_id, HVM_PARAM_MEMORY_EVENT_SINGLE_STEP, HVMPME_mode_sync) Now the listener can start single stepping by: xc_domain_debug_control(xch, domain_id, XEN_DOMCTL_DEBUG_OP_SINGLE_STEP_ON, vcpu_id) And stop single stepping by: xc_domain_debug_control(xch, domain_id, XEN_DOMCTL_DEBUG_OP_SINGLE_STEP_OFF, vcpu_id) Signed-off-by: Aravindh Puthiyaparambil <aravindh@virtuata.com> Acked-by: Tim Deegan <Tim.Deegan@citrix.com> xen-unstable changeset: 23434:ef410f262299 xen-unstable date: Fri May 27 18:44:26 2011 +0100 changeset: 23069:dbe9e02a1f75 user: Yang, Wei <wei.y.yang@intel.com> date: Sat May 28 09:22:55 2011 +0100 x86/intel: Fix CPUID leaf 7 detection Must set subleaf to 0 (input ECX==0). Signed-off-by: Yang, Wei <wei.y.yang@intel.com> Signed-off-by: Li, Xin <xin.li@intel.com> xen-unstable changeset: 23436:f6ce871e5689 xen-unstable date: Sat May 28 08:57:12 2011 +0100 (qemu changes not included) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel