Re: [PATCH] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration

2013-04-26 Thread Alexander Graf
On 25.04.2013, at 11:04, Caraman Mihai Claudiu-B02008 wrote: On 08.03.2013, at 21:25, Scott Wood wrote: The existing check handles the case where we've migrated to a different core than we last ran on, but it doesn't handle the case where we're still on the same cpu we last ran on, but

Re: [PATCH] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration

2013-03-08 Thread Alexander Graf
On 08.03.2013, at 21:25, Scott Wood wrote: The existing check handles the case where we've migrated to a different core than we last ran on, but it doesn't handle the case where we're still on the same cpu we last ran on, but some other vcpu has run on this cpu in the meantime. Without

[PATCH] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration

2013-02-18 Thread Scott Wood
The existing check handles the case where we've migrated to a different core than we last ran on, but it doesn't handle the case where we're still on the same cpu we last ran on, but some other vcpu has run on this cpu in the meantime. Signed-off-by: Scott Wood scottw...@freescale.com --- This