Re: [Qemu-devel] The details of round robin of multi-vcpu in TCG mode

2013-04-15 Thread li guang
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

[Qemu-devel] The details of round robin of multi-vcpu in TCG mode

2013-04-15 Thread 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 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