From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: remove isr_ack logic from PIC Date: Thu, 10 Feb 2011 12:37:26 +0200 Message-ID: <4D53BFE6.1060903@redhat.com> References: <20110209100946.GP14984@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:61011 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756035Ab1BJKha (ORCPT ); Thu, 10 Feb 2011 05:37:30 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1AAbT0s027701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Feb 2011 05:37:30 -0500 In-Reply-To: <20110209100946.GP14984@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 02/09/2011 12:09 PM, Gleb Natapov wrote: > isr_ack logic was added by e48258009d to avoid unnecessary IPIs. Back > then it made sense, but now the code checks that vcpu is ready to accept > interrupt before sending IPI, so this logic is no longer needed. The > patch removes it. > Applied, thanks. -- error compiling committee.c: too many arguments to function