Re: [PATCH 11/18] Introduce VCPU self-signaling service

2011-01-24 Thread Jan Kiszka
On 2011-01-24 12:47, Marcelo Tosatti wrote: > On Mon, Jan 10, 2011 at 09:32:04AM +0100, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Introduce qemu_cpu_kick_self to send SIG_IPI to the calling VCPU >> context. First user will be kvm. >> >> Signed-off-by: Jan Kiszka > > For the updated patch, can'

Re: [PATCH 11/18] Introduce VCPU self-signaling service

2011-01-24 Thread Marcelo Tosatti
On Mon, Jan 10, 2011 at 09:32:04AM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Introduce qemu_cpu_kick_self to send SIG_IPI to the calling VCPU > context. First user will be kvm. > > Signed-off-by: Jan Kiszka For the updated patch, can't see where thread_kicked is cleared. -- To unsubscri

[PATCH 11/18] Introduce VCPU self-signaling service

2011-01-10 Thread Jan Kiszka
From: Jan Kiszka Introduce qemu_cpu_kick_self to send SIG_IPI to the calling VCPU context. First user will be kvm. Signed-off-by: Jan Kiszka --- cpus.c| 19 ++- qemu-common.h |1 + 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/cpus.c b/cpus.c ind