From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIfev-0005ZW-Up for qemu-devel@nongnu.org; Sat, 07 May 2011 07:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIfev-0000hp-5t for qemu-devel@nongnu.org; Sat, 07 May 2011 07:26:53 -0400 Received: from nm2-vm0.bullet.mail.ac4.yahoo.com ([98.139.52.66]:24984) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QIfev-0000hd-2D for qemu-devel@nongnu.org; Sat, 07 May 2011 07:26:53 -0400 Message-ID: <19735.38079.qm@web38403.mail.mud.yahoo.com> Date: Sat, 7 May 2011 04:26:50 -0700 (PDT) From: Tarmo Pikaro MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Binary translation (of code) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi !=0A=0AI've analyzed quite a lot of emulators source code, including qem= u as well.=0A=0ABut I somehow would like to completely get rid of emulators= , and simply convert=0Aapplication from one cpu/board to another cpu/board.= =0A=0AOn wiki pages this is called "binary translation".=0A=0A- Do you know= some open source code projects related to=A0binary translation ?=0A=0AI'm = searching for enthusiasts /=A0gurus who=A0want /=A0could be involved in thi= s =0Aexcersise as well.=0A=0AMy intrest also goes beoynd one=A0windows - li= nux -=A0I would like to =0Abinary=A0translate=A0also=0Aolder=A0console game= s - like=A0nintendo/super nintendo rom (directly to=A0.exe).=0A=0AI was thi= nking about starting from=A0qemu and cracking it into correct direction - = =0A=0Ahas anyone ever tried to:=0A=0A-=A0put qemu in visual studio (or othe= r ide where it can be debugged)=0A- cross compiled qemu with cygwin ?=0A=A0= --=0AHave a nice day!=0ATarmo.