qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: x86 -> x86 translation


From: Amir Naseredini
Subject: Re: x86 -> x86 translation
Date: Mon, 19 Apr 2021 14:23:26 +0000

Interesting. But is the `KVM` running an `id` function or is the translation 
just quite similar to the original code (but not certainly the same)?

Warm regards,
Amir

________________________________________
From: Thomas Huth <thuth@redhat.com>
Sent: 19 April 2021 15:18
To: Amir Naseredini; qemu-discuss@nongnu.org
Subject: Re: x86 -> x86 translation

On 19/04/2021 12.34, Amir Naseredini wrote:
> Hi,
>
> Quick question. Is the x86 -> x86 in QEMU an `id` function?

  Hi,

the "normal" emulation in QEMU (called TCG - tiny code generator) is
certainly not an identical translation. If you want to run the original code
as close as possible to 1:1 "translation", then you have to use the KVM
accelerator (i.e. use the "-accel kvm" option).

  Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]