flight 10600 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/10600/ Regressions :-( Tests which did not succeed and are blocking,including tests which could not be run: test-amd64-i386-xl-win-vcpus1 12 guest-localmigrate/x10 fail REGR. vs. 10564 Tests which are failing intermittently (not blocking): test-amd64-i386-xl-multivcpu 16 guest-start.2 fail pass in 10598 test-i386-i386-xl-win 7 windows-install fail pass in 10598 test-amd64-i386-rhel6hvm-amd 7 redhat-install fail in 10598 pass in 10600 test-amd64-amd64-xl-sedf 5 xen-boot fail in 10598 pass in 10600 test-amd64-i386-xl-win-vcpus1 7 windows-install fail in 10598 pass in 10600 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 test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail never pass test-amd64-i386-rhel6hvm-amd 9 guest-start.2 fail never pass test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-sedf 14 guest-localmigrate/x10 fail like 10563 test-amd64-amd64-xl-win 13 guest-stop fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass test-i386-i386-xl-winxpsp3 13 guest-stop fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass test-i386-i386-win 16 leak-check/check fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass test-i386-i386-xl-win 13 guest-stop fail in 10598 never pass version targeted for testing: xen 2863b2f43a3b baseline version: xen e56500f95b6a ------------------------------------------------------------ People who touched revisions under test: Anthony PERARD <anthony.perard@citrix.com> Daniel De Graaf <dgdegra@tycho.nsa.gov> Haitao Shan <haitao.shan@intel.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson.citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Keir Fraser <keir@xen.org> Shan Haitao <maillists.shan@gmail.com> Stefano Stabellini <Stefano.Stabellini@eu.citrix.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-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-xl-multivcpu fail 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-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: 24446:2863b2f43a3b tag: tip user: Ian Jackson <Ian.Jackson@eu.citrix.com> date: Thu Dec 22 14:49:38 2011 +0000 Update QEMU_TAG changeset: 24445:492914c65838 user: Ian Campbell <ian.campbell@citrix.com> date: Wed Dec 21 10:47:30 2011 +0000 libxl: report failure to reboot/shutdown due to lackof PV interfaces to caller This allow the caller to react as they think is appropriate. xl now prints a message much like the library did previously, although hopefully somewhat more informative. Update the xl(1) man page to be similarly more informative. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> changeset: 24444:1c3f9cac204e user: Ian Campbell <ian.campbell@citrix.com> date: Wed Dec 21 10:47:11 2011 +0000 libxl: split libxl_domain_shutdown into libxl_domain_shutdown,..._reboot The other integer request types which shutdown supported are not useful. Specifically: * "suspend" is not usable via this interface since it requires other scaffolding, libxl_domain_suspend provides this already. * "halt" is the same as "poweroff". * "crash" is unused and at least Linux does not implement it. If a user steps forward then libxl_domain_crash is trivial to add. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> changeset: 24443:b3455a4d2298 user: Anthony PERARD <anthony.perard@citrix.com> date: Wed Dec 21 14:47:26 2011 +0000 libxl: Fix, specify open mode to QEMU state file. Reported-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 24442:16dc2a1cd40f user: Jan Beulich <jbeulich@suse.com> date: Wed Dec 21 14:26:09 2011 +0100 x86: reduce scope of some symbols used with reset_stack_and_jump() By making the macro properly advertise the use of the input symbol to the compiler, it is no longer necessary for them to be global if they''re defined and used in just one source file. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> changeset: 24441:73ab77073140 user: Jan Beulich <jbeulich@suse.com> date: Wed Dec 21 09:20:15 2011 +0100 x86: move some function scope statics into .init.data Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> changeset: 24440:e56500f95b6a user: Daniel De Graaf <dgdegra@tycho.nsa.gov> date: Tue Dec 20 18:19:53 2011 +0000 flask/policy: Update example policy Rewrite the example policy to make it easier to understand and demonstrate some of the security goals that FLASK can enforce. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Committed-by: Ian Jackson <ian.jackson.citrix.com> =======================================commit 56d7747a3cf811910c4cf865e1ebcb8b82502005 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Thu Dec 22 14:46:31 2011 +0000 qemu: clean up MSI-X table handling This patch does cleaning up of QEMU MSI handling. The fixes are: 1. Changes made to MSI-X table mapping handling to eliminate the small windows in which guest could have access to physical MSI-X table. 2. MSI-X table is mapped as read-only to QEMU, as masking of MSI-X is already in Xen now. 3. For registers that coexists inside the MSI-X table (this could be only PBA I think), value read from physical page would be returned. Signed-off-by: Shan Haitao <maillists.shan@gmail.com> Consolidated duplicate code into _pt_iomem_helper(). Fixed formatting. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Haitao Shan <haitao.shan@intel.com> Acked-by: Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>