On Fri, 2011-12-23 at 13:56 +0100, Alexander Graf wrote:
> > Hmm, unless smp_send_reschedule must be called with preemption disabled
> > (doesn't seem like an obvious requirement, even if callers commonly have
> > a reason to do so, and the only documentation of it I see is on the ia64
> > impleme
On 12.12.2011, at 18:32, Scott Wood wrote:
> On 12/09/2011 05:15 PM, Alexander Graf wrote:
>>
>> On 09.12.2011, at 20:15, Scott Wood wrote:
>>
>>> On 12/09/2011 01:10 PM, Alexander Graf wrote:
On 09.12.2011, at 19:19, Scott Wood wrote:
> On 12/09/2011 09:26 AM, Alexander G
On 12/09/2011 05:15 PM, Alexander Graf wrote:
>
> On 09.12.2011, at 20:15, Scott Wood wrote:
>
>> On 12/09/2011 01:10 PM, Alexander Graf wrote:
>>>
>>> On 09.12.2011, at 19:19, Scott Wood wrote:
>>>
On 12/09/2011 09:26 AM, Alexander Graf wrote:
> Our vcpu kick implementation differs a b
On 09.12.2011, at 20:15, Scott Wood wrote:
> On 12/09/2011 01:10 PM, Alexander Graf wrote:
>>
>> On 09.12.2011, at 19:19, Scott Wood wrote:
>>
>>> On 12/09/2011 09:26 AM, Alexander Graf wrote:
Our vcpu kick implementation differs a bit from x86 which resulted in us
not
disablin
On 12/09/2011 01:10 PM, Alexander Graf wrote:
>
> On 09.12.2011, at 19:19, Scott Wood wrote:
>
>> On 12/09/2011 09:26 AM, Alexander Graf wrote:
>>> Our vcpu kick implementation differs a bit from x86 which resulted in us not
>>> disabling preemption during the kick. Get it a bit closer to what x
On 09.12.2011, at 19:19, Scott Wood wrote:
> On 12/09/2011 09:26 AM, Alexander Graf wrote:
>> Our vcpu kick implementation differs a bit from x86 which resulted in us not
>> disabling preemption during the kick. Get it a bit closer to what x86 does.
>
> Disabling preemption only matters due to
On 12/09/2011 09:26 AM, Alexander Graf wrote:
> Our vcpu kick implementation differs a bit from x86 which resulted in us not
> disabling preemption during the kick. Get it a bit closer to what x86 does.
Disabling preemption only matters due to the other bit of functionality
you brought over -- avo
Our vcpu kick implementation differs a bit from x86 which resulted in us not
disabling preemption during the kick. Get it a bit closer to what x86 does.
Signed-off-by: Alexander Graf
---
arch/powerpc/kvm/powerpc.c |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/arc