From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Mon, 21 Jan 2013 22:15:58 +0000 Subject: Re: [PATCH v4 00/13] Add gdb python scripts as kernel debugging helpers Message-Id: <20130121221558.GS30577@one.firstfloor.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 > > 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