From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH v3 2/2] KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles Date: Thu, 16 May 2013 13:00:21 +0200 Message-ID: <5194BC45.6070103@de.ibm.com> References: <1368538262-25546-1-git-send-email-marc.zyngier@arm.com> <1368538262-25546-3-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Paolo Bonzini , Gleb Natapov , Christoffer Dall , Tony Luck , Fenghua Yu , Alexander Graf , Benjamin Herrenschmidt , Cornelia Huck , Xiantao Zhang To: Marc Zyngier Return-path: Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:46557 "EHLO e06smtp15.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751953Ab3EPLA2 (ORCPT ); Thu, 16 May 2013 07:00:28 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 May 2013 11:56:48 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 135AF17D801A for ; Thu, 16 May 2013 12:01:32 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4GB0Dek21823668 for ; Thu, 16 May 2013 11:00:13 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r4GB0M8o028711 for ; Thu, 16 May 2013 05:00:23 -0600 In-Reply-To: <1368538262-25546-3-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 14/05/13 15:31, Marc Zyngier wrote: > As requested by the KVM maintainers, remove the addprefix used to > refer to the main KVM code from the arch code, and replace it with > a KVM variable that does the same thing. > > Cc: Paolo Bonzini > Cc: Gleb Natapov > Cc: Christoffer Dall > Acked-by: Xiantao Zhang > Cc: Tony Luck > Cc: Fenghua Yu > Cc: Alexander Graf > Cc: Benjamin Herrenschmidt > Cc: Christian Borntraeger s390 part: Tested-by: Christian Borntraeger > Cc: Cornelia Huck > Signed-off-by: Marc Zyngier > --- > arch/arm/kvm/Makefile | 2 +- > arch/ia64/kvm/Makefile | 7 ++++--- > arch/powerpc/kvm/Makefile | 13 +++++++------ > arch/s390/kvm/Makefile | 3 ++- > arch/x86/kvm/Makefile | 13 +++++++------ > 5 files changed, 21 insertions(+), 17 deletions(-)