qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Xin Zhao" <uszhaoxin@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'"
Date: Thu, 21 Aug 2008 15:43:48 -0700	[thread overview]
Message-ID: <4ae3c140808211543i1f6de71bvd035a095c1cae8bf@mail.gmail.com> (raw)

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

             reply	other threads:[~2008-08-21 22:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21 22:43 Xin Zhao [this message]
2008-08-25  9:14 ` [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'" andrzej zaborowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ae3c140808211543i1f6de71bvd035a095c1cae8bf@mail.gmail.com \
    --to=uszhaoxin@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).