I'd want to do some migration work with qemu
, but met some difficulty. So if I get the dumpfiles that savevm
command produce, it might be helpful. Does anyone know where qemu
save these files?
To issue the savevm command the file-format of your configured disk must support snapshots, e.g. the command doesn't work if you use the raw file-format, a raw block-device or no disk-device at all.
To answer your question: it is stored as a snapshot inside of your diskimage-file. To view your snapshots issue:
qemu-img snapshot -l mydiskimage.qcow2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With