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] HEADS UP: HVM cdrom/disk configuration changed

To: "Xen Devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] HEADS UP: HVM cdrom/disk configuration changed
From: "Christian Limpach" <christian.limpach@xxxxxxxxx>
Date: Sun, 6 Aug 2006 01:26:57 +0100
Delivery-date: Sat, 05 Aug 2006 17:27:16 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=c3BKrCOoRVNLFSCCJj8nCx5HQfS2VmmYepSP8sF+mFCMhnfbtjCHtEMTjPH4gq7XSf5xYa856FwhOGhPUw5TLtf+1SFpsfm+CIA5TGKVMDm4rydFu0ksNui/wSR5CWQq/c9hDAh+F6id29mTL2agO75adcp9tZiuxYZ9/NXWXzg=
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>
Reply-to: Christian.Limpach@xxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

Changeset 10921:4c2fab8f8c34 changes how disk and cdrom drives are
configured for hvm domains.  Disks no longer need the ioemu: prefix,
it is ignored if it is present.  Cdrom drives are now configured like
disks by adding a :cdrom suffix to the target device (i.e.
'file:/root/mytest.iso,hdc:cdrom,r').  There is no default cdrom drive
any longer, to create an empty cdrom drive, use ',hdc:cdrom,r'.  Any
of the 4 ide devices can be cdrom drives now.

There is no compatibility support for the cdrom= option in old config
files.  I'll consider patches to add such compatibility support.  The
compatibility code should be implemented in xm.

   christian

changeset:   10921:4c2fab8f8c3420df750af2f3d4dc8cf377f2f418
user:        chris@xxxxxxxxxxxxxxxxxxxxxxxx
date:        Thu Aug 03 18:28:29 2006 +0100
files:       tools/examples/block tools/examples/xmexample.hvm tools/ioemu/Makef
ile.target tools/ioemu/block.c tools/ioemu/hw/ide.c tools/ioemu/monitor.c tools/
ioemu/vl.c tools/ioemu/vl.h tools/ioemu/xenstore.c tools/python/xen/xend/image.p
y tools/python/xen/xend/server/blkif.py tools/python/xen/xm/create.py
description:
[qemu] Use xenstore to configure ioemu block devices.
- read ioemu block device config from xenstore
- don't require the ioemu: prefix on block devices any longer
- allow change of media associated with cdrom drives
- replace cdrom= option by :cdrom suffix on regular block device config:
 'file:/root/mytest.iso,hdc:cdrom,r'
- don't create default cdrom drive anymore - to create default empty
 cdrom drive use: ',hdc:cdrom,r'

Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>

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

<Prev in Thread] Current Thread [Next in Thread>