Did Qemu emulate the SMT processor ? I have develop some method to
emulate an multi-thread , I define single CPUState variable, the
CPUState contain four thread contexts. every 1ms interval ,
switching thread-context to emulate the threads.
How do you think the way by which I used t
I'm porting qemu to an new architecture. I come across some difficulty
that I can't define the timing that enable qemu's main-thread to be
interrupt and check external interrupt .
I understand the way that mips used to check external interrupt .
in qemu-system-mips , during do translation , if
I can't understand CPUState's iotlb field , Why we need iotlb ?
What is the purpose of io_thread desigment in qemu ?