bochs-emu / Bochs

Bochs - Cross Platform x86 Emulator Project
https://bochs.sourceforge.io/
GNU Lesser General Public License v2.1
773 stars 94 forks source link

Implement Multithreading Emulation like QEMU's MTTCG for faster SMP Emulation performance on Bochs #327

Open youself64github opened 1 week ago

youself64github commented 1 week ago

Currently, Bochs only runs in Single thread/core. I would like to implement Multithreading emulation so I can increase SMP-enabled emulation speed on Bochs in multi-core system similarly to QEMU MTTCG. Even running SMP Emulation in Bochs single core is an slow.

stlintel commented 1 week ago

If you would like to implement it - I am with you. Do you know how to proceed ?

youself64github commented 1 week ago

If you would like to implement it - I am with you. Do you know how to proceed ?

Yes.

stlintel commented 1 week ago

Can you share the plan ?

youself64github commented 1 week ago

Can you share the plan ?

I don't know how to share the plan.