flight 16911 qemu-upstream-4.2-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/16911/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-i386-i386-xl-qemuu-winxpsp3 7 windows-install fail REGR. vs. 15122 Tests which did not succeed, but are not blocking: build-armhf 4 xen-build fail never pass test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-qemuu-win 13 guest-stop fail never pass test-amd64-i386-qemuu-win-vcpus1 16 leak-check/check fail never pass test-amd64-i386-qemuu-win 16 leak-check/check fail never pass test-i386-i386-qemuu-win 16 leak-check/check fail never pass test-amd64-i386-xl-qemuu-win-vcpus1 13 guest-stop fail never pass test-amd64-i386-xend-qemuu-winxpsp3 16 leak-check/check fail never pass test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 13 guest-stop fail never pass test-i386-i386-xl-qemuu-win 12 guest-localmigrate/x10 fail never pass test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop fail never pass test-amd64-amd64-qemuu-win 16 leak-check/check fail never pass test-amd64-i386-xl-qemuu-win7-amd64 13 guest-stop fail never pass version targeted for testing: qemuu eccc68722696864fc4823f048c7be58d11281b97 baseline version: qemuu 70454385eeee6f0b3f7a9eddca9f7340b5060824 ------------------------------------------------------------ People who touched revisions under test: Alex Bligh <alex@alex.org.uk> Anthony PERARD <anthony.perard@citrix.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> ------------------------------------------------------------ jobs: build-amd64 pass build-armhf fail build-i386 pass build-amd64-oldkern pass build-i386-oldkern pass build-amd64-pvops pass build-i386-pvops pass test-amd64-i386-qemuu-rhel6hvm-amd pass test-amd64-amd64-xl-qemuu-win7-amd64 fail test-amd64-i386-xl-qemuu-win7-amd64 fail test-amd64-i386-qemuu-rhel6hvm-intel pass test-amd64-i386-qemuu-win-vcpus1 fail test-amd64-i386-xl-qemuu-win-vcpus1 fail test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 fail test-amd64-amd64-qemuu-win fail test-amd64-i386-qemuu-win fail test-i386-i386-qemuu-win fail test-amd64-amd64-xl-qemuu-win fail test-i386-i386-xl-qemuu-win fail test-amd64-i386-xend-qemuu-winxpsp3 fail test-amd64-amd64-xl-qemuu-winxpsp3 fail test-i386-i386-xl-qemuu-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. ------------------------------------------------------------ commit eccc68722696864fc4823f048c7be58d11281b97 Author: Anthony PERARD <anthony.perard@citrix.com> Date: Thu Feb 21 12:16:42 2013 +0000 xen: Set the vram dirty when an error occurs. If the call to xc_hvm_track_dirty_vram() fails, then we set dirtybit on all the video ram. This case happens during migration. Backport of 8aba7dc02d5660df7e7d8651304b3079908358be This backport is less clean that it might be because there is no memory_region_set_dirty that copes with more than one page in 4.2, and the case where the call to xc_hvm_track_dirty_vram is successful also needs to ensure xen_modified_memory is called (which would on unstable have been done within memory_region_set_dirty). Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Alex Bligh <alex@alex.org.uk>