
11 Apr
2016
11 Apr
'16
6:45 a.m.
On Sun, Apr 10, 2016 at 08:08:06 +0000, Leekitty wrote:
Hi I want to use “virsh dump ”to only get the memory of a domain,but I do not know the image format 。 Questions:
How can I get the memory by using “virsh dump”
virsh dump --memory-only produces an ELF image of guests memory without any qemu internal data. Without the --memory-only option the dump format is equivalent to the qemu migration stream format. I'd suggest reading the man page for `virsh dump`.