Re: [Qemu-devel] [RFC PATCH V6 14/18] add a callback when tb_invalidate is called.

2015-07-07 Thread Alex Bennée
fred.kon...@greensocs.com writes: > From: KONRAD Frederic > > Instead of doing the jump cache invalidation directly in tb_invalidate delay > it > after the exit so we don't have an other CPU trying to execute the code being > invalidated. > > Signed-off-by: KONRAD Frederic > --- > translate-a

Re: [Qemu-devel] [RFC PATCH V6 14/18] add a callback when tb_invalidate is called.

2015-06-26 Thread Frederic Konrad
On 26/06/2015 18:20, Paolo Bonzini wrote: On 26/06/2015 16:47, fred.kon...@greensocs.com wrote: From: KONRAD Frederic Instead of doing the jump cache invalidation directly in tb_invalidate delay it after the exit so we don't have an other CPU trying to execute the code being invalidated. Sig

Re: [Qemu-devel] [RFC PATCH V6 14/18] add a callback when tb_invalidate is called.

2015-06-26 Thread Paolo Bonzini
On 26/06/2015 16:47, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > Instead of doing the jump cache invalidation directly in tb_invalidate delay > it > after the exit so we don't have an other CPU trying to execute the code being > invalidated. > > Signed-off-by: KONRAD Frederic

[Qemu-devel] [RFC PATCH V6 14/18] add a callback when tb_invalidate is called.

2015-06-26 Thread fred . konrad
From: KONRAD Frederic Instead of doing the jump cache invalidation directly in tb_invalidate delay it after the exit so we don't have an other CPU trying to execute the code being invalidated. Signed-off-by: KONRAD Frederic --- translate-all.c | 61 +