From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44942 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUyBj-0003b0-Mz for qemu-devel@nongnu.org; Tue, 21 Dec 2010 04:07:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUyBi-0006Or-6e for qemu-devel@nongnu.org; Tue, 21 Dec 2010 04:07:19 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:45034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUyBi-0006Od-23 for qemu-devel@nongnu.org; Tue, 21 Dec 2010 04:07:18 -0500 Received: by wyg36 with SMTP id 36so4011803wyg.4 for ; Tue, 21 Dec 2010 01:07:16 -0800 (PST) Message-ID: <4D106E42.2020804@gmail.com> Date: Tue, 21 Dec 2010 10:07:14 +0100 From: Stefano Bonifazi MIME-Version: 1.0 Subject: Re: [Qemu-devel] libqemu.a not made with version 0.13 References: <4D0E16B6.6040201@gmail.com> <4D0E338C.7030209@gmail.com> <4D0E62AD.1000703@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org On 12/20/2010 07:31 PM, Blue Swirl wrote: > Are you aware of QEMU-SystemC: > http://www.greensocs.com/projects/QEMUSystemC > > Perhaps that would be a better starting point than plain QEMU. Hi! Thank you! Sure I already checked this project! I googled all the web for QEMU technical documents:) Even Chinese pages :D QEMU-SystemC is great for electronic engineers, offering mixed simulation capabilities between QEMU devices and early SystemC designs (modules).. Engineers can test interaction of new devices since their first design with full systems .. Anyway that project simply allows QEMU to plug in a full architecture new SystemC modules through a bridge .. My goal is opposite, I want SystemC to use a little part of QEMU only as a binary translation engine between PPC and i386 machines .. Moreover that project is not updated to last QEMU version.. Surely I'll go back to it in case I don't manage to make SystemC sources compile fine with QEMU stuff .. Thank You! Best Regards! Stefano B.