mirror of
https://github.com/utmapp/qemu.git
synced 2026-05-26 13:51:06 +00:00
We create a toggle to allow TCG emulation to be used dynamically when running other accelerators. Tracking dirty code can be expensive so we need to flush the TLBs and TBs every time we toggle emulation mode. Plugin support is currently disabled when running in this mode. Signed-off-by: Joelle van Dyne <j@getutm.app>