|
From: | Thomas Huth |
Subject: | Re: x86 -> x86 translation |
Date: | Mon, 19 Apr 2021 16:18:34 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |