All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fantu <fantonifabio@tiscali.it>
To: xen-devel@lists.xensource.com
Subject: Re: xl cd-insert / xl cd-eject on xen-unstable
Date: Mon, 23 Apr 2012 07:49:06 -0700 (PDT)	[thread overview]
Message-ID: <1335192546080-5659590.post@n5.nabble.com> (raw)
In-Reply-To: <1335190864041-5659521.post@n5.nabble.com>


Fantu wrote
> 
> 
> 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
> 

Probably I have found the bug, on xl_cmdimpl.c on main_cd_eject function:
cd_insert(p, virtdev, NULL);
It gives error, probably not compatible with new disk configuration parsing.
I tried to modify cd_insert function but without success.
Someone can fix this bug please?

--
View this message in context: http://xen.1045712.n5.nabble.com/xl-cd-insert-xl-cd-eject-on-xen-unstable-tp5646585p5659590.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

      reply	other threads:[~2012-04-23 14:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17 13:34 xl cd-insert / xl cd-eject on xen-unstable Fantu
2012-04-20  9:30 ` Fantu
2012-04-20 10:26 ` Ian Campbell
2012-04-20 11:16   ` Fantu
2012-04-23 14:21     ` Fantu
2012-04-23 14:49       ` Fantu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335192546080-5659590.post@n5.nabble.com \
    --to=fantonifabio@tiscali.it \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.