WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] ioemu disk problem

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] ioemu disk problem
From: "lego luo" <lego.ml.xendev@xxxxxxxxx>
Date: Mon, 14 May 2007 22:06:38 +0800
Delivery-date: Mon, 14 May 2007 07:04:58 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nTEHS/HPb5AhoJdZjpIY2ncP/Rhb2Y7f8c/72FTn7HnoFQFAA+mYyhFGK60CrF3ysTO/N9WiRIbxiDcWW9W1YRtcSW0sKPzI3bB1XNgTC8WdCnpwJS4dX6MjX5n6/tk5wj4T5CI2/+3Vgdx/8orwhG9d+TlGnU+Qdb7+Qi1uy08=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sDH1ujUykApaqJWCP+mVNIIb+uQkJkoQglkq3d5qv/KpVto0DKYq0fLOgIUKhemizOA6tNIcsU63tRbSrE8xXR7IYWoo89n6rJpDEB+a5eXQnJ4yLYz2HkcfpHounudIhadSt71dUhh3gE6KNvYzMCdiywpRsVooE3/GOYIyCTI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I have found a problem when using xen-3.1.0-testing.

When creating hvm domain with the following configuration, I can't
boot from cdrom.

disk = [  'file:/root/xen/os.img,hda,w', 'file:/root/iso/fc6.iso,hdb:cdrom,r'  ]
boot='dc'

If the configuration change to this, it works fine.

disk = [  'file:/root/xen/os.img,hda,w', 'file:/root/iso/fc6.iso,hdc:cdrom,r'  ]
boot='dc'

It seems hd disk and cdrom can't be put together: hda, hdb:cdrom.
Is it a problem ?

And disk = [  'file:/root/xen/os.img,sda,w' ] can't be loaded by the hvmloader,
when would rombios support scsi disk?

Thanks,

Lego

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] ioemu disk problem, lego luo <=