From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWIsl-0001PV-9N for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:43:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWIsj-0001Oi-BL for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:43:54 -0400 Received: from [199.232.76.173] (port=57609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWIsi-0001Ob-TU for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:43:52 -0400 Received: from rv-out-0708.google.com ([209.85.198.247]:28252) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWIsi-0002FB-82 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:43:52 -0400 Received: by rv-out-0708.google.com with SMTP id f25so136856rvb.22 for ; Thu, 21 Aug 2008 15:43:48 -0700 (PDT) Message-ID: <4ae3c140808211543i1f6de71bvd035a095c1cae8bf@mail.gmail.com> Date: Thu, 21 Aug 2008 15:43:48 -0700 From: "Xin Zhao" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'" 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 Hey all, I am trying to increase my guest OS' memory from 128M to 256M. So I started an xp image with the following command: /home/xinzhao/src/bundler/google3/google_vendor_src_branch/qemu/qemu-build/qemu /usr/local/google/xinzhao/mawler/xpsp1.qcow2 -m 256 -vnc 0 -monitor stdio Then, in the qemu console, I did "savevm 1" and then "quit". 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 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 works fine. Thanks in advance! Xin