From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AX5FE-0000JH-De for qemu-devel@nongnu.org; Thu, 18 Dec 2003 15:59:40 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AX5Ef-000071-8f for qemu-devel@nongnu.org; Thu, 18 Dec 2003 15:59:37 -0500 Received: from [193.252.22.27] (helo=mwinf0404.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AX5Ee-00005l-Uy for qemu-devel@nongnu.org; Thu, 18 Dec 2003 15:59:05 -0500 Message-ID: <3FE206EA.6030809@free.fr> Date: Thu, 18 Dec 2003 20:58:34 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Investigating QEMU source with eye towards integration of JIT into bochs References: <1071733736.1145.7.camel@aragorn> In-Reply-To: <1071733736.1145.7.camel@aragorn> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jhoger@pobox.com, qemu-devel@nongnu.org John R. Hogerhuis wrote: > I am taking a look at the QEMU source code with an eye towards what > would be necessary to integrate the JIT engine into bochs. > > In the process of my investigation I will be generating some notes... > one possibility is that I could generate some external programmer > documentation for the QEMU project. > > Would this be of help? What in particular is needed? Preferred format? I am interested in the integration of QEMU into Bochs as it would allow easier testing of the QEMU cpu core by comparing it with the bochs emulator in cosimulation mode. An important problem is that QEMU does not have a target CPU cycle counter, but I will add it soon. About the documentation, you can patch the QEMU library include file using the javadoc format and/or make a new documentation in texinfo format (see qemu-doc.texi). Don't hesitate to ask for details or features. Fabrice.