From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PijNd-0001vh-LG for qemu-devel@nongnu.org; Fri, 28 Jan 2011 03:08:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PijNa-0003yj-1E for qemu-devel@nongnu.org; Fri, 28 Jan 2011 03:08:26 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:55934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PijNZ-0003yR-Ux for qemu-devel@nongnu.org; Fri, 28 Jan 2011 03:08:25 -0500 Received: by qyl38 with SMTP id 38so559164qyl.4 for ; Fri, 28 Jan 2011 00:08:25 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4D413532.5000802@redhat.com> References: <1295885307-23926-1-git-send-email-kwolf@redhat.com> <4D413532.5000802@redhat.com> Date: Fri, 28 Jan 2011 10:36:58 +0800 Message-ID: Subject: Re: [Qemu-devel] [PATCH v5 0/3] qcow2 metadata cache From: TeLeMan Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Host: Win7 Guest: WinXP Reproduce: qemu-img create -f qcow2 winxp.qcow2 80G qemu -L pc-bios -m 256 -hda winxp.qcow2 -cdrom WXPVOL_EN.iso -boot d Error: An unexpected error (3073) occurred at line 5137 in d:\xp\client\base\boot\setup\setup.c I tried adding "-snapshot" into the command line, it worked.