All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nerijus Baliunas <nerijus@users.sourceforge.net>
To: kvm@vger.kernel.org
Subject: Re: lightscribe support
Date: Sun, 16 Feb 2014 01:55:48 +0000 (UTC)	[thread overview]
Message-ID: <loom.20140216T025217-352@post.gmane.org> (raw)
In-Reply-To: loom.20140216T021108-500@post.gmane.org

Nerijus Baliunas <nerijus <at> users.sourceforge.net> writes:

> I see I can choose VirtIO SCSI bus type in virt-manager. I added as a raw
> cdrom, then changed VM.xml like this:
> 
>     <disk type='file' device='cdrom'>
>       <driver name='qemu' type='raw'/>
>       <source file='/dev/sr0'/>
>       <target dev='sda' bus='scsi'/>
>       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
>     </disk>
> 
> Red Hat VirtIO SCSI pass-through controller was installed in a Vista VM, and
> additional QEMU CD-ROM SCSI CdRom Device appeared. But Lightscribe software
> still does not find lightscribe capable drives.

I changed device from 'cdrom' to 'lun':
    <disk type='file' device='lun'>
also tried
    <disk type='block' device='lun'>

but in both cases VM does not start:

Error starting domain: unsupported configuration: disk device='lun' is only
valid for block type disk source.



  reply	other threads:[~2014-02-16  1:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-14 21:29 lightscribe support Nerijus Baliunas
2014-02-15 10:07 ` Oliver Rath
2014-02-15 13:07   ` Nerijus Baliunas
2014-02-15 15:02     ` Nerijus Baliunas
2014-02-15 18:26       ` Nerijus Baliunas
2014-02-15 18:42         ` Alex Williamson
2014-02-15 20:27 ` Brian Jackson
2014-02-16  1:41   ` Nerijus Baliunas
2014-02-16  1:55     ` Nerijus Baliunas [this message]
2014-02-16 18:34       ` Paolo Bonzini
2014-02-16 22:12         ` Nerijus Baliunas

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=loom.20140216T025217-352@post.gmane.org \
    --to=nerijus@users.sourceforge.net \
    --cc=kvm@vger.kernel.org \
    /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.