Re: [PATCH] KVM: x86: Use do_div for tsc deadline calculation

2011-10-02 Thread Avi Kivity
On 09/30/2011 02:50 PM, Jan Kiszka wrote: Required on i386 hosts. Thanks, applied. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at h

Re: [PATCH] KVM: x86: Use do_div for tsc deadline calculation

2011-09-30 Thread Randy Dunlap
On 09/30/11 04:50, Jan Kiszka wrote: > Required on i386 hosts. > > Signed-off-by: Jan Kiszka Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > arch/x86/kvm/lapic.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/arch/x86/kvm/lapic.c b/arch

[PATCH] KVM: x86: Use do_div for tsc deadline calculation

2011-09-30 Thread Jan Kiszka
Required on i386 hosts. Signed-off-by: Jan Kiszka --- arch/x86/kvm/lapic.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index f9385ec..92390dc 100644 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c @@ -740,9 +740