Re: [PATCH RFC v2 2/4] Use pointer to vcpu instead of vcpu_id in timer code.

2009-05-26 Thread Gleb Natapov
On Tue, May 26, 2009 at 11:30:21AM +0300, Avi Kivity wrote: > Gleb Natapov wrote: >> Signed-off-by: Gleb Natapov >> --- >> arch/x86/kvm/i8254.c |2 +- >> arch/x86/kvm/kvm_timer.h |2 +- >> arch/x86/kvm/lapic.c |2 +- >> arch/x86/kvm/timer.c |2 +- >> 4 files changed, 4

Re: [PATCH RFC v2 2/4] Use pointer to vcpu instead of vcpu_id in timer code.

2009-05-26 Thread Avi Kivity
Gleb Natapov wrote: Signed-off-by: Gleb Natapov --- arch/x86/kvm/i8254.c |2 +- arch/x86/kvm/kvm_timer.h |2 +- arch/x86/kvm/lapic.c |2 +- arch/x86/kvm/timer.c |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/

[PATCH RFC v2 2/4] Use pointer to vcpu instead of vcpu_id in timer code.

2009-05-25 Thread Gleb Natapov
Signed-off-by: Gleb Natapov --- arch/x86/kvm/i8254.c |2 +- arch/x86/kvm/kvm_timer.h |2 +- arch/x86/kvm/lapic.c |2 +- arch/x86/kvm/timer.c |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/i8254.c index bcf755f