You can find the chance of exit main loop
by every calling of cpu_loop_exit() in cpu_exec().
在 2013-04-16二的 09:51 +0800,puckbee写道:
> Hi there:
>
> Sorry to post this problem a second time, for I thought maybe the
> question is not descripted clearly.
>
> I'm studying the execution detai
Hi there:
Sorry to post this problem a second time, for I thought maybe the
question is not descripted clearly.
I'm studying the execution details of multi-vcpu in TCG mode.
The vcpus in TCG mode are executed one by one in a sequencial way,
according to some articles about Qemu.
I read the func