Hi,

I can't get qemu/kvm to loadvm a saved state.

I use the official package that comes with Ubuntu 8.04.
The binary itself is called 'kvm', it is based on QEMU 0.9.1 (kvm-62).

The image is qcow2 (created with qemu-img create -f qcow2 guest.img 10G).

My monitor sequence looks like (while guest is running):

QEMU 0.9.1 monitor
(qemu) info snapshots
Snapshot devices: ide0-hd0
Snapshot list (from ide0-hd0):
ID  TAG  VM SIZE   DATE  VM CLOCK
(qemu) savevm 1
(qemu) info snapshots
Snapshot devices: ide0-hd0
Snapshot list (from ide0-hd0):
ID  TAG  VM SIZE   DATE  VM CLOCK
1    1        42M        2008-....<snip>...
(qemu) loadvm 1
Error -1 while loading VM state
(qemu)

If I quit the guest and I run "qemu-img info guest.img",
I can see the snapshot info. But If I start the guest with the command
"kvm -loadvm 1 guest.img", it fails to load the snapshot (same error
message), and just bootstrap the machine normally.

Any suggestions ?

Thanks,
Slohm.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to