Other Help Topics :: Take a Snapshot in Quemu of the DSL
Hi guys,
my first posting
I am usig the dsl-embedded-1.0rc2 Version with the Quemu Environment on Windos XP Home.
How can i take a snapshot of the ram?? I don't have a console and Quemu doesn't have buttons like VMware. How can i make a snapshot of the ram, so i can restore that ram for example in 12 hours.
thx 4 help
Take a look at the QEMU user docs.
I haven't tried it out but it looks like you need either Ctrl-a c or Ctrl-Alt-2 to switch to the QEMU monitor, and then use savevm filename to save the virtual machine state
cool, with Ctr+alt+2 i can switch to the console. Thanks
and with savevm i can save the vm to a file
and with loadvm i can load the vom from a file, thats great, thanks
but do you know the option for saving just the ram data?
thx 4 help
original here.