* [Qemu-devel] savevm and loadvm function
@ 2005-02-01 19:33 Lee
2005-02-01 23:06 ` Jim C. Brown
0 siblings, 1 reply; 2+ messages in thread
From: Lee @ 2005-02-01 19:33 UTC (permalink / raw)
To: qemu-devel
Hello List,
I am wondering about the backend operation of the 'savevm' and 'loadvm'
monitor commands.
I am familiar with the VMware Snapshot concept, which saves both the
current memory and disk states.
Does qemu save memory and disk states, or just memory states?
The reason I ask is I would like to save the state of my qemu machine,
install some test software, and then revert back to that saved state (for
both memory and disk).
Is this possible?
--
Lee
linuxtwidler@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] savevm and loadvm function
2005-02-01 19:33 [Qemu-devel] savevm and loadvm function Lee
@ 2005-02-01 23:06 ` Jim C. Brown
0 siblings, 0 replies; 2+ messages in thread
From: Jim C. Brown @ 2005-02-01 23:06 UTC (permalink / raw)
To: linuxtwidler, qemu-devel
On Tue, Feb 01, 2005 at 01:33:22PM -0600, Lee wrote:
>
> Hello List,
>
> Does qemu save memory and disk states, or just memory states?
Only memory.
>
> The reason I ask is I would like to save the state of my qemu machine,
> install some test software, and then revert back to that saved state (for
> both memory and disk).
>
> Is this possible?
>
Yes, you just need to combine save/loadvm with the -snapshot option (which lets
you write changed to the disk in a separate file). Then if you wanna revert back,
you just remove the snapshot and load up the saved vm (assuming you do not commit
the snapshot back to the original disk).
>
>
> --
> Lee
> linuxtwidler@gmail.com
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-01 23:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-01 19:33 [Qemu-devel] savevm and loadvm function Lee
2005-02-01 23:06 ` Jim C. Brown
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).