From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH -tip v5 1/7] x86: instruction decorder API Date: Mon, 11 May 2009 05:27:32 -0400 Message-ID: <20090511092731.GA23875@infradead.org> References: <20090509004829.5505.38720.stgit@localhost.localdomain> <20090509004841.5505.48140.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ingo Molnar , Steven Rostedt , lkml , systemtap , kvm , Jim Keniston , "H. Peter Anvin" , Ananth N Mavinakayanahalli , Frederic Weisbecker , Andi Kleen , Vegard Nossum , Avi Kivity To: Masami Hiramatsu Return-path: Content-Disposition: inline In-Reply-To: <20090509004841.5505.48140.stgit@localhost.localdomain> List-Unsubscribe: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org List-Id: kvm.vger.kernel.org On Fri, May 08, 2009 at 08:48:42PM -0400, Masami Hiramatsu wrote: > Add x86 instruction decoder to arch-specific libraries. This decoder > can decode x86 instructions used in kernel into prefix, opcode, modrm, > sib, displacement and immediates. This can also show the length of > instructions. Could also be used to implement a simple disasembler for OOPS output ala arch/s390/kernel/dis.c?