On 07/08/2017 09:50 PM, Emilio G. Cota wrote:
I was not sure about tci_regs. From code inspection it seems that they have to be per-thread, so I converted them, but I do not think anyone has ever tried to get MTTCG working with TCI.
Yes, those should be per-thread.Really, they should be on the stack in tcg_qemu_tb_exec, but the helpers aren't really structured to support that.
r~