qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] about -drive argument


From: Kevin Wolf
Subject: Re: [Qemu-devel] about -drive argument
Date: Fri, 30 May 2008 10:50:36 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20071114)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]