qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Vasiliy Tolstov <v.tolstov@selfip.ru>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] can't bot from scsi http cdrom
Date: Mon, 6 Apr 2015 13:15:24 +0300	[thread overview]
Message-ID: <CACaajQvQD1V4gACo15FtW4nBGHKHa+yFoJaBugdF-6-41uXBkg@mail.gmail.com> (raw)

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

             reply	other threads:[~2015-04-06 10:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-06 10:15 Vasiliy Tolstov [this message]
2015-04-10 10:02 ` [Qemu-devel] can't bot from scsi http cdrom 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

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=CACaajQvQD1V4gACo15FtW4nBGHKHa+yFoJaBugdF-6-41uXBkg@mail.gmail.com \
    --to=v.tolstov@selfip.ru \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).