http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1314 if create guest with 3 disks attached like following: " disk = [ ''file:/disk1.img,hda,w'', ''file:/disk2.img,hdb,w'', '',hdc:cdrom,r'' ] " guest booting failed at initializing second disk. if with 2 disks, " disk = [ ''file:/disk1.img,hda,w'', ''file:/disk2.img,hdb,w'' ] " guest can boot up successfully. ioemu-remote git commit is: commit a1e317f6f57a31a9800f3631dc3f09d7a5b90855 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Wed Jul 30 16:46:30 2008 +0100 -- haicheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Li, Haicheng writes ("Ioemu-remote cannot support 3 disks."):> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1314 > > if create guest with 3 disks attached like following: > " disk = [ ''file:/disk1.img,hda,w'', ''file:/disk2.img,hdb,w'', > '',hdc:cdrom,r'' ] " > guest booting failed at initializing second disk.Thanks for the report. I think I have fixed this, with this commit: commit a6425a1734615e60371dd8ea92107f53f1e8df63 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Fri Aug 1 17:15:24 2008 +0100 Fix medium change device lookup. This is available now (untested other than ad-hoc by me) at http://www.chiark.greenend.org.uk/~ijackson/qemu-xen.git and will make it to the usual locations on xenbits in due course. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel