-
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Jan 25, 2022
Replies: 1 comment 1 reply
-
It will not work. You can emulate multiple CPU cores, but they all will be executed within one host QEMU thread. Also multiple CPUs work only for multithreaded programs. Single-threaded programs consume exactly one CPU. You need MTTCG setup, but this one has issues when host architecture doesn't match the target. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will not work. You can emulate multiple CPU cores, but they all will be executed within one host QEMU thread. Also multiple CPUs work only for multithreaded programs. Single-threaded programs consume exactly one CPU.
You need MTTCG setup, but this one has issues when host architecture doesn't match the target.