[kvm-devel] KVM: PIT: make last_injected_time per-guest

2008-04-22 Thread Marcelo Tosatti
Otherwise multiple guests use the same variable and boom. Also use kvm_vcpu_kick() to make sure that if a timer triggers on a different CPU the event won't be missed. Signed-off-by: Marcelo Tosatti [EMAIL PROTECTED] Tested-and-Acked-by: Alex Davis [EMAIL PROTECTED] diff --git

Re: [kvm-devel] KVM: PIT: make last_injected_time per-guest

2008-04-22 Thread Avi Kivity
Marcelo Tosatti wrote: Otherwise multiple guests use the same variable and boom. Also use kvm_vcpu_kick() to make sure that if a timer triggers on a different CPU the event won't be missed. Applied, thanks. -- error compiling committee.c: too many arguments to function