qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Handle init/sipi in a main cpu exec loop.


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Handle init/sipi in a main cpu exec loop.
Date: Wed, 17 Jun 2009 14:54:08 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Gleb Natapov wrote:
Currently INIT/SIPI is handled in the context of CPU that sends IPI.
This patch changes this to handle them like all other events in a main
cpu exec loop. When KVM will gain thread per vcpu capability it will
be much more clear to handle those event by cpu thread itself and not
modify one cpu's state from the context of the other.

Signed-off-by: Gleb Natapov <address@hidden>
This breaks the linux-user build.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]