Anthony Liguori schrieb:
Is it possible to do it with KVM?
In monitor:
Works great - thanks!
Small corrections below.
(qemu) stop
(qemu) migrate exec:dd of=state.img
Gives me:
qm> migrate exec:dd of=state.img
migrate: extraneous characters at the end of line
Should be:
qm> migrate "exec:dd of=state.img"
reboot machine
qemu -incoming exec:dd if=state.img -other -options
Should be:
qemu -incoming "exec:dd if=state.img" -other -options
--
Tomasz Chmielewski
http://wpkg.org
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html