qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'"
@ 2008-08-21 22:43 Xin Zhao
  2008-08-25  9:14 ` andrzej zaborowski
  0 siblings, 1 reply; 2+ messages in thread
From: Xin Zhao @ 2008-08-21 22:43 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'"
  2008-08-21 22:43 [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'" Xin Zhao
@ 2008-08-25  9:14 ` andrzej zaborowski
  0 siblings, 0 replies; 2+ messages in thread
From: andrzej zaborowski @ 2008-08-25  9:14 UTC (permalink / raw)
  To: qemu-devel

2008/8/22 Xin Zhao <uszhaoxin@gmail.com>:
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-25  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-21 22:43 [Qemu-devel] Help! Stuck at the error message: "qemu: warning: error while loading state for instance 0x0 of device 'ram'" Xin Zhao
2008-08-25  9:14 ` andrzej zaborowski

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).