From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPY32-0006LP-50 for qemu-devel@nongnu.org; Sun, 16 May 2004 22:40:12 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPY2U-0006BA-LB for qemu-devel@nongnu.org; Sun, 16 May 2004 22:40:09 -0400 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BPY13-0005dg-GX for qemu-devel@nongnu.org; Sun, 16 May 2004 22:38:09 -0400 From: Mulyadi Santosa Date: Mon, 17 May 2004 09:37:06 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405170937.07021.a_mulyadi@softhome.net> Subject: [Qemu-devel] sync-ing COW and initial raw image problem Reply-To: a_mulyadi@softhome.net, 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 Helo all I have created COW images using qemu-mkcow. When I try to flush the COW's content back to initial raw image (by using command "commit" on qemu monitor) I got this message: Error writing sector 65: aborting commit I don't use -snapshot parameter......should I use it for merginf COW? I also had another problem. I usually work on KDE 3.1 and I start Qemu using graphic output (SDL, right?). The problem is...when I switch to another open windows using alt-Tab(let say, another Konsole window) and switch back to Qemu graphic window (also using Alt-tab), somehow the emulation is freezing.....is it a known bug? Is there any clue how to solve it? regards Mulyadi