simojk parent
Does QEMU support TSO when used with Apple Silicon?
Do you mean TSG? From https://wiki.qemu.org/ChangeLog/6.0#TCG
> TCG > Added support for Apple Silicon hosts (macOS)
TSO is Total Store Ordering, which refers to the memory model of x86_64. For Rosetta 2, Apple will switch the M1 processor's memory model when emulating x86_64.