From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fantu Subject: Re: xl cd-insert / xl cd-eject on xen-unstable Date: Mon, 23 Apr 2012 07:21:04 -0700 (PDT) Message-ID: <1335190864041-5659521.post@n5.nabble.com> References: <1334669694083-5646585.post@n5.nabble.com> <1334917612.28331.34.camel@zakaz.uk.xensource.com> <1334920571945-5653963.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1334920571945-5653963.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Fantu wrote > > Thanks for reply. > What I must write for emply virtual cdrom? I tried 'hdc,ro,cdrom' but > return parsing error. > > I also tried cd-eject with this configuration: > --------------------------------------- > name='XP' > builder="hvm" > memory=1024 > vcpus=2 > hap=1 > pae=1 > acpi=1 > apic=1 > nx=1 > vif=['bridge=xenbr0'] > #vfb=['vnc=1,vncunused=1,vnclisten=0.0.0.0,keymap=it'] > disk=['/mnt/vm/disks/XP.disk1.xm,raw,hda,rw','/mnt/vm/iso/test.iso,raw,hdc,ro,cdrom'] > #disk=['/mnt/vm/disks/XP.disk1.xm,raw,hda,rw'] > boot='cd' > xen_platform_pci=1 > viridian=1 > device_model_version="qemu-xen" > #device_model_override="/usr/lib/xen/bin/qemu-debug.sh" > vnc=1 > vncunused=1 > vnclisten="0.0.0.0" > keymap="it" > #spice=1 > #spicehost="0.0.0.0" > #spiceport=6000 > #spicedisable_ticketing=1 > on_poweroff="destroy" > on_reboot="restart" > on_crash="destroy" > stdvga=0 > #device_model_args=["-vga qxl -global qxl-vga.vram_size_mb=16"] > #videoram=128 > #device_model_args=["-vga qxl"] > --------------------------------------- > > And return this error: > xl cd-eject XP hdc > command line: config parsing error in disk specification: unknown value > for format: near `hdc:cdrom' in `,hdc:cdrom,r' > > xl cd-eject is not full compatible with new disk configuration? (the cdrom > added on xl configuration file is working) > I Try also with: disk=['/mnt/vm/disks/XP.disk1.xm,raw,hda,rw','/mnt/vm/iso/test.iso,raw,hdc:cdrom,r'] But always same error on eject: xl cd-eject XP hdc command line: config parsing error in disk specification: unknown value for format: near `hdc:cdrom' in `,hdc:cdrom,r' Seem not refer to domU configuration files but xl bug -- View this message in context: http://xen.1045712.n5.nabble.com/xl-cd-insert-xl-cd-eject-on-xen-unstable-tp5646585p5659521.html Sent from the Xen - Dev mailing list archive at Nabble.com.