qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@suse.de>
To: qemu-devel@nongnu.org
Cc: nicolas prochazka <nicolas.prochazka@gmail.com>
Subject: Re: [Qemu-devel] about -drive argument
Date: Fri, 30 May 2008 10:50:36 +0200	[thread overview]
Message-ID: <483FBFDC.1030602@suse.de> (raw)
In-Reply-To: <1212049589.3858.11.camel@frecb07144>

Laurent Vivier schrieb:
>> an other issue:
>>  -drive file=/mnt/vdisk/test1.qcow2 if=scsi,bus=0,unit=6,boot=on,cache=off : ok
>>  -drive file=/mnt/vdisk/test1.qcow2,if=scsi,bus=0,unit=6,boot=on,cache=off
>> : not ok    image not found  ( there's a , after file image file, as
>> mentionned in doc

The first list only seems to work ok because qemu silently ignores 
everything after the space, especially the cache=off which won't work 
with qow2 before Rev 4599. That's probably not what you wanted. You 
really need the comma.

The wrong syntax also explains why you always get the default for the 
snapshot option.

> And what is the result of "ls -l /mnt/vdisk/test1.qcow2" ?

Actually, "qemu: could not open disk image xyz" is the expected 
behaviour before Rev 4599.

Kevin

      reply	other threads:[~2008-05-30  8:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-28  8:49 [Qemu-devel] about -drive argument nicolas prochazka
2008-05-29  8:26 ` Laurent Vivier
2008-05-30  8:50   ` Kevin Wolf [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=483FBFDC.1030602@suse.de \
    --to=kwolf@suse.de \
    --cc=nicolas.prochazka@gmail.com \
    --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).