From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG78R-0004A0-2W for qemu-devel@nongnu.org; Tue, 18 Oct 2011 06:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG78M-0000tY-TZ for qemu-devel@nongnu.org; Tue, 18 Oct 2011 06:43:02 -0400 Received: from verein.lst.de ([213.95.11.211]:55281 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG78M-0000ph-OX for qemu-devel@nongnu.org; Tue, 18 Oct 2011 06:42:58 -0400 Date: Tue, 18 Oct 2011 12:42:57 +0200 From: Christoph Hellwig Message-ID: <20111018104257.GA24311@lst.de> References: <4E9D31B4.1010000@cn.fujitsu.com> <4E9D3678.3010904@siemens.com> <4E9D3804.5040000@cn.fujitsu.com> <4E9D3847.8040202@siemens.com> <4E9D3965.4090003@cn.fujitsu.com> <4E9D394E.6050907@siemens.com> <20111018083416.GL8872@amd.home.annexia.org> <4E9D3A80.10402@siemens.com> <4E9D3B29.5060207@siemens.com> <4E9D57C6.8040809@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E9D57C6.8040809@redhat.com> Subject: Re: [Qemu-devel] [Question] dump memory when host pci device is used by guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel , Jan Kiszka , "Richard W.M. Jones" , Luiz Capitulino On Tue, Oct 18, 2011 at 12:41:10PM +0200, Paolo Bonzini wrote: > On 10/18/2011 10:39 AM, Jan Kiszka wrote: >>> > >>> > Yeah, I see. Could also be solved via gdb scripts, but crash is already >>> > there. >> [ BTW, crash is for the dead. But having those features in form of gdb >> scripts would also allow live system analysis. Looks like it's worth >> obsoleting crash on the long run. ] > > Crash can also do live system analysis. :) crash in fact is gdb - with a lot of additional commands.