All of lore.kernel.org
 help / color / mirror / Atom feed
* HEADS UP: HVM cdrom/disk configuration changed
@ 2006-08-06  0:26 Christian Limpach
  2006-08-10 15:26 ` Daniel P. Berrange
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Limpach @ 2006-08-06  0:26 UTC (permalink / raw)
  To: Xen Devel

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@kneesaa.uk.xensource.com
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@xensource.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-08-20 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-06  0:26 HEADS UP: HVM cdrom/disk configuration changed Christian Limpach
2006-08-10 15:26 ` Daniel P. Berrange
2006-08-11 17:14   ` Daniel P. Berrange
2006-08-14 18:51     ` Daniel P. Berrange
2006-08-20 23:12     ` Christian Limpach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.