From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 0 of 9] Kernel updates for PowerPC KVM Date: Wed, 05 Nov 2008 12:40:03 +0200 Message-ID: <49117803.1060504@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org To: Hollis Blanchard Return-path: Received: from mx2.redhat.com ([66.187.237.31]:47277 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754796AbYKEKkH (ORCPT ); Wed, 5 Nov 2008 05:40:07 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hollis Blanchard wrote: > Hi Avi, these patches have been tested in PowerPC trees for a while. Some of > these reorganize the PowerPC KVM code to make implementations on other cores > possible, but does cause a little code churn. There are also some performance > optimization for 440 from Christian, and a few bugfixes thrown in too. > > Please apply. > Patches won't apply. Are you sure they are against kvm.git? Patch 1 says > diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h > > -extern int kvmppc_emul_tlbwe(struct kvm_vcpu *vcpu, u8 ra, u8 rs, u8 ws); > -extern int kvmppc_emul_tlbsx(struct kvm_vcpu *vcpu, u8 rt, u8 ra, u8 rb, u8 rc); > +extern void kvmppc_emulate_dec(struct kvm_vcpu *vcpu) But kvmppc_emul_tlbwe lives in arch/powerpc/kvm/emulate.c. -- error compiling committee.c: too many arguments to function