From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qaz5q-0003zX-Sd for qemu-devel@nongnu.org; Sun, 26 Jun 2011 19:50:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qaz5p-00070O-3B for qemu-devel@nongnu.org; Sun, 26 Jun 2011 19:50:22 -0400 Received: from mx1.chubb.wattle.id.au ([128.177.28.167]:59815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qaz5o-0006xV-RP for qemu-devel@nongnu.org; Sun, 26 Jun 2011 19:50:20 -0400 Date: Mon, 27 Jun 2011 09:49:43 +1000 Message-ID: From: peter@chubb.wattle.id.au In-Reply-To: References: MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] GSoC Intro - Intel Itanium (IA64) processor emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prashant Vaibhav Cc: Andreas =?UTF-8?B?RsOkcmJlcg==?= , qemu-devel@nongnu.org, Alexander Graf >>>>> "Prashant" =3D=3D Prashant Vaibhav writes: Prashant> Sorry I should have been more precise about that. I don't Prashant> mean a standalone disassembler (objdump should handle that), Prashant> I meant a simple instruction bundle decoder to decode the op Prashant> code, arguments, predicate etc. so that we can generate the Prashant> equivalent tcg primitives for it, like what target-i386/ Prashant> translate.c does. It's basically a warmup exercise for me so Prashant> that I fully understand the ISA (completely different from Prashant> x86 which I am more familiar with). I can then use it in my Prashant> own target-ia64. It may be worth taking a look at the source to `ski' --- an open source IA64 emulator. It's in the Debian source tree. It has a high performance instruction recogniser in it. Prashant> ~Prashant Prashant> On Sat, Jun 25, 2011 at 5:28 PM, Andreas F=C3=A4rber Prashant> wrote: Prashant> Hello Prashant, =20 Prashant> Am 25.06.2011 um 07:50 schrieb Prashant Vaibhav: Prashant> Currently I am writing an IA64 ISA disassembler. Prashant> Why are you writing one yourself? Is that due to GPLv2 Prashant> vs. GPLv3 licensing issues with GNU binutils? =20 Prashant> Andreas