public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* latest git - main thread spinning
@ 2010-04-12  3:27 David S. Ahern
  2010-04-12 13:54 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: David S. Ahern @ 2010-04-12  3:27 UTC (permalink / raw)
  To: kvm-devel

With the latest qemu-kvm.git (fresh pull today, 11-April-2010) the main
qemu thread is spinning.

It looks like the recent sync with qemu.git is the culprit --
specifically, d6f4ade214a9f74dca9495b83a24ff9c113e4f9a from Paolo on
March 10 changed the semantics of main_loop_wait from a timeout value to
a nonblocking argument. kvm_main_loop() still invokes it with the
argument of 1000 which means the timeout for select is set to 0.

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: latest git - main thread spinning
  2010-04-12  3:27 latest git - main thread spinning David S. Ahern
@ 2010-04-12 13:54 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2010-04-12 13:54 UTC (permalink / raw)
  To: David S. Ahern; +Cc: kvm-devel

On Sun, Apr 11, 2010 at 09:27:32PM -0600, David S. Ahern wrote:
> With the latest qemu-kvm.git (fresh pull today, 11-April-2010) the main
> qemu thread is spinning.
> 
> It looks like the recent sync with qemu.git is the culprit --
> specifically, d6f4ade214a9f74dca9495b83a24ff9c113e4f9a from Paolo on
> March 10 changed the semantics of main_loop_wait from a timeout value to
> a nonblocking argument. kvm_main_loop() still invokes it with the
> argument of 1000 which means the timeout for select is set to 0.
> 
> David

David, 

Just pushed a fix to -next branch.

Thanks


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-12 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12  3:27 latest git - main thread spinning David S. Ahern
2010-04-12 13:54 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox