xen.org
2011-Jan-26 10:06 UTC
[Xen-devel] [xen-unstable test] 5265: regressions - trouble: broken/fail/pass
flight 5265 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/5265/ Regressions :-( Tests which did not succeed and are blocking: build-amd64-oldkern 4 xen-build fail REGR. vs. 5237 build-i386-oldkern 4 xen-build fail REGR. vs. 5237 test-amd64-amd64-pv 3 host-install(3) broken test-amd64-i386-xl-multivcpu 3 host-install(3) broken test-amd64-i386-xl-win-vcpus1 3 host-install(3) broken test-i386-i386-pv 3 host-install(3) broken test-i386-i386-win 3 host-install(3) broken test-i386-i386-xl-win 3 host-install(3) broken test-i386-i386-xl 3 host-install(3) broken test-i386-xcpkern-i386-pv 3 host-install(3) broken test-i386-xcpkern-i386-win 3 host-install(3) broken test-i386-xcpkern-i386-xl 3 host-install(3) broken 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 7 windows-install 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-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 7 windows-install fail never pass version targeted for testing: xen 73b3debb90cf baseline version: xen b59f04eb8978 ------------------------------------------------------------ People who touched revisions under test: Gianni Tedesco <gianni.tedesco@citrix.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Kamala Narasimhan <kamala.narasimhan@citrix.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> Tim Deegan <Tim.Deegan@citrix.com> user virtual <virtualusr@gmail.com> ------------------------------------------------------------ jobs: build-i386-xcpkern pass build-amd64 pass build-i386 pass build-amd64-oldkern fail build-i386-oldkern fail build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl pass test-amd64-i386-xl pass test-i386-i386-xl broken test-amd64-xcpkern-i386-xl pass test-i386-xcpkern-i386-xl broken 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 broken test-amd64-xcpkern-i386-xl-multivcpu pass 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 broken test-amd64-i386-pv pass test-i386-i386-pv broken test-amd64-xcpkern-i386-pv pass test-i386-xcpkern-i386-pv broken test-amd64-i386-win-vcpus1 fail test-amd64-i386-xl-win-vcpus1 broken test-amd64-amd64-win fail test-amd64-i386-win fail test-i386-i386-win broken test-amd64-xcpkern-i386-win fail test-i386-xcpkern-i386-win broken test-amd64-amd64-xl-win fail test-i386-i386-xl-win broken 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: 22812:73b3debb90cf tag: tip user: Gianni Tedesco <gianni.tedesco@citrix.com> date: Tue Jan 25 18:27:43 2011 +0000 xl: Check domain existance when doing domain identifier lookups [ Code formatting fixed up to conform to libxl style. -iwj ] Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22811:b457e2520074 user: Ian Jackson <ian.jackson@eu.citrix.com> date: Tue Jan 25 18:24:36 2011 +0000 xl: fix up some minor mistakes in error messages perl -i~ -pe ''s/\\n.\"/\\n\"/'' tools/libxl/*.c Reported-by: Gianni Tedesco <gianni.tedesco@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Gianni Tedesco <gianni.tedesco@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22810:5429204f3c06 user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> date: Tue Jan 25 18:22:09 2011 +0000 libxl: fix segfault on device assignement Fix a xl/libxl segfault when assigning a device to the guest (bug http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1713). Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22809:1d1eec7e1fb4 user: Kamala Narasimhan <kamala.narasimhan@gmail.com> date: Tue Jan 25 18:09:49 2011 +0000 xl: Perform minimal validation of virtual disk file while parsing config file This patch performs some very basic validation on the virtual disk file passed through the config file. This validation ensures that we don''t go too far with the initialization like spawn qemu and more while there could be some potentially fundamental issues. [ Patch fixed up to work with PHYSTYPE_EMPTY 22808:6ec61438713a -iwj ] Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22808:6ec61438713a user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> date: Tue Jan 25 18:06:53 2011 +0000 libxl/xl: support empty disk paths (ejected cdroms) Support empty disk paths, including in domain config files, for compatibility with xend. This allows a domain to be created with a cdrom which is initially in the "ejected" (no cd present) state. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22807:787af706dadc user: Gianni Tedesco <gianni.tedesco@citrix.com> date: Tue Jan 25 17:02:47 2011 +0000 libxl: Check a domain exists before destroying it Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22806:eefb8e971be5 user: Kamala Narasimhan <kamala.narasimhan@gmail.com> date: Tue Jan 25 16:59:47 2011 +0000 libxl: libxl_ctx_init checks for xenstored pid file This is a proxy for whether xenstored is running. Otherwise the failure modes are unfortunate (hangs, or mysterious error messages). If and when we have a stubdom xenstored this will need to be revisited, if not before. Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22805:b5579db3dabf user: user virtual <virtualusr@gmail.com> date: Tue Jan 25 16:42:00 2011 +0000 tools/hotplug/Linux: fix completely wrong attempts to stop xenwatchdogd "xen-watchdog stop" attempts to kill non existing "watchdogd" but misses the running "xenwatchdogd". This also provokes errors during install and Debian package management. Signed-off-by: user virtual <virtualusr@gmail.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 22804:5e91e7a6b130 user: Keir Fraser <keir@xen.org> date: Tue Jan 25 14:07:39 2011 +0000 Update Xen version to 4.1.0-rc3-pre changeset: 22803:53f6e58e089e user: Keir Fraser <keir@xen.org> date: Tue Jan 25 14:07:08 2011 +0000 Added signature for changeset 9dca60d88c63 changeset: 22802:6341fe0f4e5a user: Keir Fraser <keir@xen.org> date: Tue Jan 25 14:06:55 2011 +0000 Added tag 4.1.0-rc2 for changeset 9dca60d88c63 changeset: 22801:9dca60d88c63 tag: 4.1.0-rc2 user: Keir Fraser <keir@xen.org> date: Tue Jan 25 14:06:52 2011 +0000 Update Xen version to 4.1.0-rc2 changeset: 22800:c50ae9d5dda4 user: Keir Fraser <keir@xen.org> date: Tue Jan 25 14:05:25 2011 +0000 x86/tsc: remove misleading printk on HVM restore path. This warning no longer corresponds to what the code actually does. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> changeset: 22799:b59f04eb8978 user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> date: Fri Jan 21 18:06:23 2011 +0000 libxl, minios: stubdom console based save/restore Add two "special" PV consoles to stubdoms that are going to be used to send and receive the qemu-xen save files on save/restore. Use the second PV console to send the qemu-xen save file and the third PV console to receive the qemu-xen save file on restore. Fix the console shutdown function free_consfront that is called when the qemu save file is closed. Stubdom save/restore is still broken with xend. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> (qemu changes not included) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2011-Jan-26 11:06 UTC
[Xen-devel] Re: [xen-unstable test] 5265: regressions - trouble: broken/fail/pass
Ian Jackson writes ("[xen-unstable test] 5265: regressions - trouble: broken/fail/pass"):> Tests which did not succeed and are blocking: > build-amd64-oldkern 4 xen-build fail REGR. vs. 5237 > build-i386-oldkern 4 xen-build fail REGR. vs. 5237/home/osstest/build.5265.build-i386-oldkern/xen-unstable/linux-2.6.18-xen.hg/\ drivers/xen/scsiback/emulate.c: In function ''scsiback_emulation_init'': drivers/xen/scsiback/emulate.c:455: error: ''MAINTENANCE_IN'' undeclared drivers/xen/scsiback/emulate.c:455: error: (Each undeclared identifier drivers/xen/scsiback/emulate.c:455: error: for each function it appears drivers/xen/scsiback/emulate.c:456: error: ''MAINTENANCE_OUT'' undeclared (first use in this function) make[8]: *** [drivers/xen/scsiback/emulate.o] Error 1 Ian. changeset: 1065:49c12b99f537 tag: tip user: Keir Fraser <keir@xen.org> date: Tue Jan 25 14:09:27 2011 +0000 files: drivers/xen/scsiback/emulate.c drivers/xen/scsifront/scsifront.c drivers/xen/scsifront/xenbus.c description: xen, vscsi: >2TB patch This patch fixes current 2TB limitation of the xen vscsi driver. Both frontend (command size) and backend (missing READ_16/WRITE_16 commands) driver need a fix. Also an scsi command added to support ALUA. Tested thoroughly on 4TB external RAID. I also enabled some more commands to allow operating LTO tape drives and autoloaders (tested on HP Ultrium 1/8 + Bacula). Still more scsi commands might be missing for other specific devices (why not to enable all scsi commands by default ?). Signed-off-by: Samuel Kvasnica <samuel.kvasnica@ims.co.at> Acked-by: Jan Beulich <jbeulich@novell.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jan Beulich
2011-Jan-26 11:10 UTC
[Xen-devel] Re: [xen-unstable test] 5265: regressions - trouble: broken/fail/pass
>>> On 26.01.11 at 12:06, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote: > Ian Jackson writes ("[xen-unstable test] 5265: regressions - trouble: > broken/fail/pass"): >> Tests which did not succeed and are blocking: >> build-amd64-oldkern 4 xen-build fail REGR. vs. 5237 >> build-i386-oldkern 4 xen-build fail REGR. vs. 5237 > > /home/osstest/build.5265.build-i386-oldkern/xen-unstable/linux-2.6.18-xen.hg/\ > drivers/xen/scsiback/emulate.c: In function ''scsiback_emulation_init'': > drivers/xen/scsiback/emulate.c:455: error: ''MAINTENANCE_IN'' undeclared > drivers/xen/scsiback/emulate.c:455: error: (Each undeclared identifier > drivers/xen/scsiback/emulate.c:455: error: for each function it appears > drivers/xen/scsiback/emulate.c:456: error: ''MAINTENANCE_OUT'' undeclared > (first use in this function) > make[8]: *** [drivers/xen/scsiback/emulate.o] Error 1I sent out a patch for this a couple of minutes ago. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
George Dunlap
2011-Jan-26 11:11 UTC
Re: [Xen-devel] [xen-unstable test] 5265: regressions - trouble: broken/fail/pass
Ian, It looks like your test-*-xl-win scripts are misconfigured; the name suggests that you''re using xl, but the error message is as follows: 2011-01-26 05:31:00 Z executing ssh ... root@10.80.248.97 xm create /etc/xen/win.guest.osstest.cfg Using config file "/etc/xen/win.guest.osstest.cfg". Error: Unable to connect to xend: No such file or directory. Is xend running? -George On Wed, Jan 26, 2011 at 10:06 AM, xen.org <ian.jackson@eu.citrix.com> wrote:> flight 5265 xen-unstable real [real] > http://www.chiark.greenend.org.uk/~xensrcts/logs/5265/ > > Regressions :-( > > Tests which did not succeed and are blocking: > build-amd64-oldkern 4 xen-build fail REGR. vs. 5237 > build-i386-oldkern 4 xen-build fail REGR. vs. 5237 > test-amd64-amd64-pv 3 host-install(3) broken > test-amd64-i386-xl-multivcpu 3 host-install(3) broken > test-amd64-i386-xl-win-vcpus1 3 host-install(3) broken > test-i386-i386-pv 3 host-install(3) broken > test-i386-i386-win 3 host-install(3) broken > test-i386-i386-xl-win 3 host-install(3) broken > test-i386-i386-xl 3 host-install(3) broken > test-i386-xcpkern-i386-pv 3 host-install(3) broken > test-i386-xcpkern-i386-win 3 host-install(3) broken > test-i386-xcpkern-i386-xl 3 host-install(3) broken > > 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 7 windows-install 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-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 7 windows-install fail never pass > > version targeted for testing: > xen 73b3debb90cf > baseline version: > xen b59f04eb8978 > > ------------------------------------------------------------ > People who touched revisions under test: > Gianni Tedesco <gianni.tedesco@citrix.com> > Ian Campbell <ian.campbell@citrix.com> > Ian Jackson <ian.jackson@eu.citrix.com> > Kamala Narasimhan <kamala.narasimhan@citrix.com> > Stefano Stabellini <stefano.stabellini@eu.citrix.com> > Tim Deegan <Tim.Deegan@citrix.com> > user virtual <virtualusr@gmail.com> > ------------------------------------------------------------ > > jobs: > build-i386-xcpkern pass > build-amd64 pass > build-i386 pass > build-amd64-oldkern fail > build-i386-oldkern fail > build-amd64-pvops pass > build-i386-pvops pass > test-amd64-amd64-xl pass > test-amd64-i386-xl pass > test-i386-i386-xl broken > test-amd64-xcpkern-i386-xl pass > test-i386-xcpkern-i386-xl broken > 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 broken > test-amd64-xcpkern-i386-xl-multivcpu pass > 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 broken > test-amd64-i386-pv pass > test-i386-i386-pv broken > test-amd64-xcpkern-i386-pv pass > test-i386-xcpkern-i386-pv broken > test-amd64-i386-win-vcpus1 fail > test-amd64-i386-xl-win-vcpus1 broken > test-amd64-amd64-win fail > test-amd64-i386-win fail > test-i386-i386-win broken > test-amd64-xcpkern-i386-win fail > test-i386-xcpkern-i386-win broken > test-amd64-amd64-xl-win fail > test-i386-i386-xl-win broken > 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: 22812:73b3debb90cf > tag: tip > user: Gianni Tedesco <gianni.tedesco@citrix.com> > date: Tue Jan 25 18:27:43 2011 +0000 > > xl: Check domain existance when doing domain identifier lookups > > [ Code formatting fixed up to conform to libxl style. -iwj ] > > Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22811:b457e2520074 > user: Ian Jackson <ian.jackson@eu.citrix.com> > date: Tue Jan 25 18:24:36 2011 +0000 > > xl: fix up some minor mistakes in error messages > > perl -i~ -pe ''s/\\n.\"/\\n\"/'' tools/libxl/*.c > > Reported-by: Gianni Tedesco <gianni.tedesco@citrix.com> > Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> > Acked-by: Gianni Tedesco <gianni.tedesco@citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22810:5429204f3c06 > user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > date: Tue Jan 25 18:22:09 2011 +0000 > > libxl: fix segfault on device assignement > > Fix a xl/libxl segfault when assigning a device to the guest (bug > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1713). > > Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > Acked-by: Ian Campbell <ian.campbell@citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22809:1d1eec7e1fb4 > user: Kamala Narasimhan <kamala.narasimhan@gmail.com> > date: Tue Jan 25 18:09:49 2011 +0000 > > xl: Perform minimal validation of virtual disk file while parsing config file > > This patch performs some very basic validation on the virtual disk > file passed through the config file. This validation ensures that we > don''t go too far with the initialization like spawn qemu and more > while there could be some potentially fundamental issues. > > [ Patch fixed up to work with PHYSTYPE_EMPTY 22808:6ec61438713a -iwj ] > > Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22808:6ec61438713a > user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > date: Tue Jan 25 18:06:53 2011 +0000 > > libxl/xl: support empty disk paths (ejected cdroms) > > Support empty disk paths, including in domain config files, for > compatibility with xend. This allows a domain to be created with a > cdrom which is initially in the "ejected" (no cd present) state. > > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22807:787af706dadc > user: Gianni Tedesco <gianni.tedesco@citrix.com> > date: Tue Jan 25 17:02:47 2011 +0000 > > libxl: Check a domain exists before destroying it > > Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22806:eefb8e971be5 > user: Kamala Narasimhan <kamala.narasimhan@gmail.com> > date: Tue Jan 25 16:59:47 2011 +0000 > > libxl: libxl_ctx_init checks for xenstored pid file > > This is a proxy for whether xenstored is running. Otherwise the > failure modes are unfortunate (hangs, or mysterious error messages). > If and when we have a stubdom xenstored this will need to be > revisited, if not before. > > Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22805:b5579db3dabf > user: user virtual <virtualusr@gmail.com> > date: Tue Jan 25 16:42:00 2011 +0000 > > tools/hotplug/Linux: fix completely wrong attempts to stop xenwatchdogd > > "xen-watchdog stop" attempts to kill non existing "watchdogd" but > misses the running "xenwatchdogd". This also provokes errors during > install and Debian package management. > > Signed-off-by: user virtual <virtualusr@gmail.com> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 22804:5e91e7a6b130 > user: Keir Fraser <keir@xen.org> > date: Tue Jan 25 14:07:39 2011 +0000 > > Update Xen version to 4.1.0-rc3-pre > > > changeset: 22803:53f6e58e089e > user: Keir Fraser <keir@xen.org> > date: Tue Jan 25 14:07:08 2011 +0000 > > Added signature for changeset 9dca60d88c63 > > > changeset: 22802:6341fe0f4e5a > user: Keir Fraser <keir@xen.org> > date: Tue Jan 25 14:06:55 2011 +0000 > > Added tag 4.1.0-rc2 for changeset 9dca60d88c63 > > > changeset: 22801:9dca60d88c63 > tag: 4.1.0-rc2 > user: Keir Fraser <keir@xen.org> > date: Tue Jan 25 14:06:52 2011 +0000 > > Update Xen version to 4.1.0-rc2 > > > changeset: 22800:c50ae9d5dda4 > user: Keir Fraser <keir@xen.org> > date: Tue Jan 25 14:05:25 2011 +0000 > > x86/tsc: remove misleading printk on HVM restore path. > > This warning no longer corresponds to what the code actually does. > > Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> > > > changeset: 22799:b59f04eb8978 > user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > date: Fri Jan 21 18:06:23 2011 +0000 > > libxl, minios: stubdom console based save/restore > > Add two "special" PV consoles to stubdoms that are going to be used > to send and receive the qemu-xen save files on save/restore. > > Use the second PV console to send the qemu-xen save file and the third > PV console to receive the qemu-xen save file on restore. > > Fix the console shutdown function free_consfront that is called when the > qemu save file is closed. > > Stubdom save/restore is still broken with xend. > > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > (qemu changes not included) > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2011-Jan-26 11:38 UTC
Re: [Xen-devel] [xen-unstable test] 5265: regressions - trouble: broken/fail/pass
George Dunlap writes ("Re: [Xen-devel] [xen-unstable test] 5265: regressions - trouble: broken/fail/pass"):> 2011-01-26 05:31:00 Z executing ssh ... root@10.80.248.97 xm create > /etc/xen/win.guest.osstest.cfg > Using config file "/etc/xen/win.guest.osstest.cfg". > Error: Unable to connect to xend: No such file or directory. Is xend running?Oops. I wonder why I didn''t spot that before ? Anyway I have fixed it the staging branch of the test harness which will be pushed and then used if I didn''t mess it up. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Samuel Kvasnica
2011-Jan-26 12:08 UTC
[Xen-devel] Re: [xen-unstable test] 5265: regressions - trouble: broken/fail/pass
On 01/26/2011 12:10 PM, Jan Beulich wrote:>>>> On 26.01.11 at 12:06, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote: >> Ian Jackson writes ("[xen-unstable test] 5265: regressions - trouble: >> broken/fail/pass"): >>> Tests which did not succeed and are blocking: >>> build-amd64-oldkern 4 xen-build fail REGR. vs. 5237 >>> build-i386-oldkern 4 xen-build fail REGR. vs. 5237 >> /home/osstest/build.5265.build-i386-oldkern/xen-unstable/linux-2.6.18-xen.hg/\ >> drivers/xen/scsiback/emulate.c: In function ''scsiback_emulation_init'': >> drivers/xen/scsiback/emulate.c:455: error: ''MAINTENANCE_IN'' undeclared >> drivers/xen/scsiback/emulate.c:455: error: (Each undeclared identifier >> drivers/xen/scsiback/emulate.c:455: error: for each function it appears >> drivers/xen/scsiback/emulate.c:456: error: ''MAINTENANCE_OUT'' undeclared >> (first use in this function) >> make[8]: *** [drivers/xen/scsiback/emulate.o] Error 1Yup, the scsi command defs seem really have changed since 2.6.18. Hmm. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel