From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLD8j-0006Lx-8X for qemu-devel@nongnu.org; Thu, 07 Sep 2006 02:13:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLD8h-0006Gm-MP for qemu-devel@nongnu.org; Thu, 07 Sep 2006 02:13:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLD8h-0006GU-IY for qemu-devel@nongnu.org; Thu, 07 Sep 2006 02:13:27 -0400 Received: from [211.5.2.73] (helo=nm01omta013.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1GLD90-0008FL-P0 for qemu-devel@nongnu.org; Thu, 07 Sep 2006 02:13:47 -0400 Message-ID: <000601c6d244$b9eddb20$0464a8c0@athlon> From: "Kazu" Subject: [Qemu-devel] QCOW/QCOW2 for win32 Date: Thu, 7 Sep 2006 15:13:23 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit 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, A patch below fixes QCOW/QCOW2 for win32. -snapshot option works. When -snapshot is used, a temporary file is created at C:\Documents and Settings\(user name)\Local Settings\temp. In path_is_absolute in block.c, path separation '/' also works for win32. A named snapshot works. I can make a named temporary file by qemu-img.exe and boots from it. When I used qcow2, VM snapshots work. localtime in block.c is thread-safe for win32. For more information, see. http://www.h7.dion.ne.jp/~qemu-win/HowToFloppyCdrom-en.html#snapshot Patch. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060906-qcow.patch Binary. http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060906-qcow.zip Regards, Kazu