Answers

Question and Answer:

  Home  QEMU

⟩ Explain me what is the function of dynamic translator in context with the QEMU?

Dynamic translator translates the instructions that is being given by the guest system to the host system language. It translates the instructions at runtime to provide the emulation between the host CPU and guest CPU. To translate the instructions it maps the instructions that are passed from one CPU to another CPU. In this case there remains always the possibility that the behavior or additional instructions might be required by the architecture for translations.

 199 views

More Questions for you: