From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 18/21] Remove host_alarm_timer hacks. Date: Thu, 30 Apr 2009 12:44:11 +0300 Message-ID: <49F972EB.3040208@redhat.com> References: <1241040038-17183-1-git-send-email-aliguori@us.ibm.com> <1241040038-17183-19-git-send-email-aliguori@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Anthony Liguori Return-path: Received: from mx2.redhat.com ([66.187.237.31]:56117 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752125AbZD3JoO (ORCPT ); Thu, 30 Apr 2009 05:44:14 -0400 In-Reply-To: <1241040038-17183-19-git-send-email-aliguori@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > --- > vl.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/vl.c b/vl.c > index 3b0e3dc..848a8f8 100644 > --- a/vl.c > +++ b/vl.c > @@ -1367,8 +1367,7 @@ static void host_alarm_handler(int host_signum) > last_clock = ti; > } > #endif > - if (1 || > - alarm_has_dynticks(alarm_timer) || > + if (alarm_has_dynticks(alarm_timer) || > (!use_icount && > qemu_timer_expired(active_timers[QEMU_TIMER_VIRTUAL], > qemu_get_clock(vm_clock))) || > This was added to fix a problem. Have you tested it? -- error compiling committee.c: too many arguments to function