From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXY9n-0000DG-Ty for qemu-devel@nongnu.org; Mon, 25 Aug 2008 05:14:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXY9j-0000Cs-5F for qemu-devel@nongnu.org; Mon, 25 Aug 2008 05:14:36 -0400 Received: from [199.232.76.173] (port=60068 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXY9i-0000Cp-Mf for qemu-devel@nongnu.org; Mon, 25 Aug 2008 05:14:34 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]:13897) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXY9i-0004hw-1S for qemu-devel@nongnu.org; Mon, 25 Aug 2008 05:14:34 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1233469rvb.22 for ; Mon, 25 Aug 2008 02:14:32 -0700 (PDT) Message-ID: Date: Mon, 25 Aug 2008 11:14:32 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'" In-Reply-To: <4ae3c140808211543i1f6de71bvd035a095c1cae8bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4ae3c140808211543i1f6de71bvd035a095c1cae8bf@mail.gmail.com> 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 2008/8/22 Xin Zhao : > Then I use the following command to load the snapshot 1: > > /home/xinzhao/src/bundler/google3/google_vendor_src_branch/qemu/qemu-build/qemu > \ > -drop-log /tmp/qemu-drop-logD9FP2B \ > -loadvm 1 \ > -L /home/xinzhao/src/bundler/google3/google_vendor_src_branch/qemu/qemu-build/ > \ > -vnc 0:0 \ > -monitor stdio \ > /usr/local/google/xinzhao/mawler/xpsp1.qcow2 Add -m 256 > > But I was stuck with an error message "qemu: warning: error while > loading state for instance 0x0 of device 'ram'" > > When I use "vncviewer localhost" to connect the guest OS, vnc neither > display the guest OS, nor exit with some error message. > > Anyone has some idea about how to fix this issue? I am using qemu > 0.8.3. If I just use the snapshot created at 128M mode, the loadvm 0.8.3? Regards