From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: x86: Remove useless regs_page pointer from kvm_lapic Date: Sun, 06 Mar 2011 14:38:17 +0200 Message-ID: <4D738039.2080704@redhat.com> References: <20110305124020.a3427a4c.takuya.yoshikawa@gmail.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, yoshikawa.takuya@oss.ntt.co.jp To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16209 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127Ab1CFMi2 (ORCPT ); Sun, 6 Mar 2011 07:38:28 -0500 In-Reply-To: <20110305124020.a3427a4c.takuya.yoshikawa@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 03/05/2011 05:40 AM, Takuya Yoshikawa wrote: > From: Takuya Yoshikawa > > Access to this page is mostly done through the regs member which holds > the address to this page. The exceptions are in vmx_vcpu_reset() and > kvm_free_lapic() and these both can easily be converted to using regs. Applied, thanks. -- error compiling committee.c: too many arguments to function