Re: [libvirt-users] virsh dump

2016-04-10 Thread Peter Krempa
On Sun, Apr 10, 2016 at 08:08:06 +, 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 with

Re: [libvirt-users] virsh dump

2016-04-10 Thread Dominique Ramaekers
You can use a tool like xpath to query the xml data. xpath should be available in the repositories of your distro. Van: libvirt-users-boun...@redhat.com [mailto:libvirt-users-boun...@redhat.com] Namens Leekitty Verzonden: zondag 10 april 2016 10:08 Aan: libvirt-users@redhat.com Onderwerp: [libvi

Re: [libvirt-users] virsh dump

2012-08-10 Thread Harish Patil
On Fri, Aug 10, 2012 at 4:45 PM, Eric Blake wrote: > On 08/10/2012 05:31 PM, Harish Patil wrote: > > Hi > > I have both host and KVM/QEMU guest VM running linux. > > > > Questions: > > What are the constituents of the virsh dump? > > - What all areas does it dumps? > > By default, it dumps in th

Re: [libvirt-users] virsh dump

2012-08-10 Thread Eric Blake
On 08/10/2012 05:31 PM, Harish Patil wrote: > Hi > I have both host and KVM/QEMU guest VM running linux. > > Questions: > What are the constituents of the virsh dump? > - What all areas does it dumps? By default, it dumps in the same format needed to migrate a VM from one host to another. As of