From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [patch 3/4] KVM: introduce irq_lock, use it protect ioapic Date: Wed, 20 May 2009 15:11:35 +0300 Message-ID: <4A13F377.3030500@redhat.com> References: <20090518165601.747763120@localhost.localdomain> <20090518170855.484310662@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from mx2.redhat.com ([66.187.237.31]:45291 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755593AbZETMLg (ORCPT ); Wed, 20 May 2009 08:11:36 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4KCBcMb026974 for ; Wed, 20 May 2009 08:11:38 -0400 In-Reply-To: <20090518170855.484310662@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: Marcelo Tosatti wrote: > Signed-off-by: Marcelo Tosatti > > Index: kvm/include/linux/kvm_host.h > =================================================================== > --- kvm.orig/include/linux/kvm_host.h > +++ kvm/include/linux/kvm_host.h > @@ -123,7 +123,6 @@ struct kvm_kernel_irq_routing_entry { > }; > > struct kvm { > - struct mutex lock; /* protects the vcpus array and APIC accesses */ > Why move? -- error compiling committee.c: too many arguments to function