From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754656Ab3AUWQC (ORCPT ); Mon, 21 Jan 2013 17:16:02 -0500 Received: from one.firstfloor.org ([213.235.205.2]:48093 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752305Ab3AUWP7 (ORCPT ); Mon, 21 Jan 2013 17:15:59 -0500 Date: Mon, 21 Jan 2013 23:15:58 +0100 From: Andi Kleen To: Jan Kiszka Cc: Andrew Morton , linux-kernel@vger.kernel.org, Jason Wessel , kgdb-bugreport@lists.sourceforge.net, Andi Kleen , Tom Tromey , Ben Widawsky , "David S. Miller" , Fenghua Yu , Kay Sievers , linux-ia64@vger.kernel.org, linux-kbuild@vger.kernel.org, Michal Marek , sparclinux@vger.kernel.org, Tony Luck Subject: Re: [PATCH v4 00/13] Add gdb python scripts as kernel debugging helpers Message-ID: <20130121221558.GS30577@one.firstfloor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > o Install that kernel on the guest If you use a static kernel you can also do - copy the initrd out of the guest once qemu... -bzImage kernel -initrd initrd This saves the step of getting the kernel into the kernel. Doesn't work with modules unfortunately. -Andi