From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1HLn-0007CM-Pn for qemu-devel@nongnu.org; Wed, 28 May 2008 04:49:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1HLm-0007BE-2p for qemu-devel@nongnu.org; Wed, 28 May 2008 04:49:38 -0400 Received: from [199.232.76.173] (port=46282 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1HLl-0007Ay-S9 for qemu-devel@nongnu.org; Wed, 28 May 2008 04:49:37 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:60312) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1HLl-0001mq-IR for qemu-devel@nongnu.org; Wed, 28 May 2008 04:49:37 -0400 Received: by rv-out-0708.google.com with SMTP id f25so2704634rvb.22 for ; Wed, 28 May 2008 01:49:31 -0700 (PDT) Message-ID: <2803e73b0805280149w60bb4072k3b8b8aea3773db4f@mail.gmail.com> Date: Wed, 28 May 2008 10:49:31 +0200 From: "nicolas prochazka" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] about -drive argument Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I'm doing some tests with -drive option, and it seems there's some issue : -drive xxx ,snapshot=off|on does not ok => if i create two drive -drive file=/mnt/vdisk/test1.qcow2 if=scsi,bus=0,unit=6,boot=on,cache=off,snapshot=on -drive file=/mnt/vdisk/test2.qcow2 if=scsi,bus=0,unit=2,cache=off,snapshot=off it does not run, test1.qcow2 and test2.qcow2 seems to be in the same mode ( no snapshot) Only -snapshot in qemu command seems to be ok. 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 Regards, Nicolas Prochazka.