All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] can't bot from scsi http cdrom
@ 2015-04-06 10:15 Vasiliy Tolstov
  2015-04-10 10:02 ` Stefan Hajnoczi
  2015-04-10 10:53 ` Paolo Bonzini
  0 siblings, 2 replies; 5+ messages in thread
From: Vasiliy Tolstov @ 2015-04-06 10:15 UTC (permalink / raw)
  To: qemu-devel

Hi. I'm try to boot from http cdrom and can't do that in case of scsi:
    <disk type='network' device='cdrom'>
      <driver name='qemu' type='raw' cache='unsafe'/>
      <source protocol='http' name='/vps/rescue-4.5.2'>
        <host name='xx.xx' port='80'/>
      </source>
      <backingStore/>
      <target dev='sdb' bus='scsi'/>
      <readonly/>
      <alias name='scsi0-0-0-1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>

but in case of ide:
    <disk type='network' device='cdrom'>
      <driver name='qemu' type='raw' cache='unsafe'/>
      <source protocol='http' name='/vps/rescue-4.5.2'>
        <host name='xx.xx' port='80'/>
      </source>
      <backingStore/>
      <target dev='hda' bus='ide'/>
      <readonly/>
      <alias name='ide0-0-0'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>

all works fine.

libvirt - 1.2.10
qemu - 2.0.0
seabios - 1.7.5

-- 
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru

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

end of thread, other threads:[~2015-04-13 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-06 10:15 [Qemu-devel] can't bot from scsi http cdrom Vasiliy Tolstov
2015-04-10 10:02 ` Stefan Hajnoczi
2015-04-10 10:53 ` Paolo Bonzini
2015-04-13 12:34   ` Vasiliy Tolstov
2015-04-13 13:31     ` [Qemu-devel] Changing media on network disks (was Re: can't bot from scsi http cdrom) Paolo Bonzini

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.