* [Qemu-devel] USE_CODE_COPY
@ 2006-07-18 12:35 Petros Efstathopoulos
2006-07-18 21:06 ` Fabrice Bellard
0 siblings, 1 reply; 2+ messages in thread
From: Petros Efstathopoulos @ 2006-07-18 12:35 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] USE_CODE_COPY
2006-07-18 12:35 [Qemu-devel] USE_CODE_COPY Petros Efstathopoulos
@ 2006-07-18 21:06 ` Fabrice Bellard
0 siblings, 0 replies; 2+ messages in thread
From: Fabrice Bellard @ 2006-07-18 21:06 UTC (permalink / raw)
To: qemu-devel
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
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-18 21:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-18 12:35 [Qemu-devel] USE_CODE_COPY Petros Efstathopoulos
2006-07-18 21:06 ` Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).