From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2x5D-0001Qr-RC for qemu-devel@nongnu.org; Tue, 18 Jul 2006 17:26:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2x5D-0001Qf-7x for qemu-devel@nongnu.org; Tue, 18 Jul 2006 17:26:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2x5D-0001Qc-2P for qemu-devel@nongnu.org; Tue, 18 Jul 2006 17:26:23 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2x8B-0004b2-4m for qemu-devel@nongnu.org; Tue, 18 Jul 2006 17:29:27 -0400 Received: from [84.102.211.90] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J2M007RDANI5OI0@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 18 Jul 2006 23:06:54 +0200 (CEST) Date: Tue, 18 Jul 2006 23:06:53 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] USE_CODE_COPY In-reply-to: <44BCD59B.7040404@null.gr> Message-id: <44BD4D6D.2050407@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <44BCD59B.7040404@null.gr> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, USE_CODE_COPY is only used for user level emulation. My current plan is to remove this code ASAP because it adds too much complexity to QEMU and has little use. IMHO it is more useful to concentrate on making the x86 target more accurate (e.g. FPU support in SOFT_FLOAT mode, full segment checks, SMI mode) while being totally independent of the x86 host. The case where performance is needed can be handled more efficiently by using kqemu or qvm86. Regards, Fabrice. Petros Efstathopoulos wrote: > Hi all. > > I was looking at the qemu dynamic rewriting code for system emulation > (and NOT running user level processes). Is direct copying > (USE_CODE_COPY) ever used? It looks to me that it's not, since the > softmmu is always used... > > I am mostly interested in the X86_64 target. > > thanks, > -Petros. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > >