qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] add "core dump"-like capability


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/3] add "core dump"-like capability
Date: Thu, 09 Jul 2009 08:42:53 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Paolo Bonzini wrote:
Unlike for example xen, KVM virtualized guests do not have a method to
generate something like a core file.  While kdump could help in the
case of a crash, it does not cater for non-Linux operating systems
and does not help with dumping the state live, while the machine is
running.

Actually, you can use gdb to dump a core from a running guest.  Just do:

(gdb) gcore filename


But really, live migration gives you all the state you need. Why not just introduce a third-party program that you could live migrate to via exec?

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]