flight 5680 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/5680/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-xcpkern-i386-xl-multivcpu 14 guest-localmigrate/x10 fail REGR. vs. 5677 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 1967c7c290eb baseline version: xen aeda4adecaf8 ------------------------------------------------------------ People who touched revisions under test: Allen Kay <allen.m.kay@intel.com> Ian Jackson <Ian.Jackson@eu.citrix.com> James Harper <james.harper@bendigoit.com.au> Juergen Gross <juergen.gross@ts.fujitsu.com> Keir Fraser <keir@xen.org> Tim Deegan <Tim.Deegan@citrix.com> Wei Gang <gang.wei@intel.com> Wei Wang <wei.wang2@amd.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 fail test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass 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: 22894:1967c7c290eb tag: tip user: Tim Deegan <Tim.Deegan@citrix.com> date: Wed Feb 09 12:03:09 2011 +0000 x86/mm/shadow: fix unlocking on error path in p2m allocator One unlock path wasn''t gated to match the lock. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> changeset: 22893:f1fac30a531b user: Wei Gang <gang.wei@intel.com> date: Wed Feb 09 08:58:11 2011 +0000 x86: reduce magic number usage in XSAVE code Signed-off-by: Wei Gang <gang.wei@intel.com> changeset: 22892:3c5990fabb79 user: Wei Wang <wei.wang2@amd.com> date: Wed Feb 09 08:57:12 2011 +0000 amd iommu: dynamic page table depth adjustment. IO Page table growth is triggered by amd_iommu_map_page and grows to upper level. I have tested it well for different devices (nic and gfx) and different guests (linux and Win7) with different guest memory sizes (512M, 1G, 4G and above). Signed-off-by: Wei Wang <wei.wang2@amd.com> changeset: 22891:9f96906ec724 user: Ian Jackson <ian.jackson@eu.citrix.com> date: Wed Feb 09 08:54:37 2011 +0000 docs: document vbd numbering and naming Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22890:8ef21ac0b464 user: Keir Fraser <keir@xen.org> date: Wed Feb 09 08:53:43 2011 +0000 cpupool: Fix __cpupool_find_by_id(), clean up accessor functions. Firstly, __cpupool_find_by_id() would dereference NULL, at the end of an exact search if the search loop exited with *q==NULL. Fix this. Secondly, provide suitable accessor functions so that no caller needs to use the __-prefixed versions which take a boolean flag. Signed-off-by: Keir Fraser <keir@xen.org> changeset: 22889:fc986c1314bc user: Keir Fraser <keir@xen.org> date: Wed Feb 09 08:44:38 2011 +0000 cpupool: Strict parameter checking for cpupool operations Some cpupool actions didn''t check the cpupool_id exactly. For some actions this doesn''t make any sense, so refuse those actions if the specified cpupool doesn''t exist. Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com> changeset: 22888:c23b711f9264 user: Keir Fraser <keir@xen.org> date: Wed Feb 09 08:40:05 2011 +0000 [VTD][QUIRK] add spin lock across snb pre/postamble functions Added a spinlock across snb_vtd_ops_preamble() and snb_vtd_ops_postamble() to make modifications to IGD registers atomic. Continue keeping snb_igd_quirk default off. Signed-off-by: Allen Kay <allen.m.kay@intel.com> changeset: 22887:aeda4adecaf8 user: James Harper <james.harper@bendigoit.com.au> date: Tue Feb 08 16:35:35 2011 +0000 xend: canonicalise symlinks found in /dev for vbds (helps vscsi) By default, vscsi expects to be passed the final device name (eg /dev/st3) instead of one of the various udev symlinks (eg /dev/tape/by-path/pci-0000:01:08.0-scsi-0:0:2:0-st). The following patch resolves the path to the real path if the name starts with /dev/ Signed-off-by: James Harper <james.harper@bendigoit.com.au> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> =======================================commit ad7d28519de7cdc604efefac5c22fe9f88040586 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Tue Feb 1 17:32:38 2011 +0000 vnc, xen: write vnc address and password to xenstore The xend protocol as actually implemented is: * xend writes: /vm/UUID/vncpasswd = "PASS" (n0,rDOMID) /local/domain/0/backend/vfb/DOMID/0/vncunused = "0" (n0,rDOMID) /local/domain/0/backend/vfb/DOMID/0/vnc = "1" (n0,rDOMID) /local/domain/0/backend/vfb/DOMID/0/vnclisten = "ADDR" (n0,rDOMID) /local/domain/0/backend/vfb/DOMID/0/vncdisplay = "PORT" (n0,rDOMID) /local/domain/0/backend/vfb/DOMID/0/vncpasswd = "PASS" (n0,rDOMID) * qemu reads /vm/UUID/vncpasswd and overwrites it with "\0" * qemu writes /local/domain/DOMID/console/vnc-port = "PORT" (n0,rDOMID) * xm vncviewer reads entries from backend/vfb, as well as console/vnc-port. Much of this is insane. xl quite properly does not create anything in backend/vfb for an HVM domain with no vfb. But xl vncviewer needs to know the port number and the address and the password. So, for now, have qemu write these nodes too: /local/domain/DOMID/console/vnc-listen = "ADDR" (n0,rDOMID) /local/domain/DOMID/console/vnc-pass = "PASS" (n0,rDOMID) This corresponds to the protocol actually currently implemented in libxl. We will revisit this after the 4.1 release and invent a non-insane protocol. Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel