From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6556DC38A2A for ; Thu, 7 May 2020 13:55:58 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id D7E4F2073A for ; Thu, 7 May 2020 13:55:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Gmbs48eM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D7E4F2073A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 3E1174B34B; Thu, 7 May 2020 09:55:57 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E8nn8iXoaIAz; Thu, 7 May 2020 09:55:56 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 535744B33D; Thu, 7 May 2020 09:55:56 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id A4ECF4B33D for ; Thu, 7 May 2020 09:55:54 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kfKftrxkamcg for ; Thu, 7 May 2020 09:55:53 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id B96344B333 for ; Thu, 7 May 2020 09:55:53 -0400 (EDT) Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 77EBA2073A; Thu, 7 May 2020 13:55:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588859752; bh=ARBCvtUkWIJnZIUMuqoL/qArHyM8Q20nSwEF8CntUpc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gmbs48eMUoU11HWR9JvfCWurSC63USRCarYWpDYoeXzl2onX/u/zFAZ5KQsnkn4xB YP+Z0YTMkL7Il3qFBehFaq6cfYAf4nwiPiz+IUwR8X7yFaQbM90geR0o5Psa+dWGyd sBuWFtDgDkLQirhNiX7JtqnVonYc23+hsiUk0aeY= Date: Thu, 7 May 2020 14:55:48 +0100 From: Will Deacon To: Fuad Tabba Subject: Re: [PATCH v5 4/4] KVM: arm64: Clean up kvm makefiles Message-ID: <20200507135547.GB32706@willie-the-truck> References: <20200505154520.194120-1-tabba@google.com> <20200505154520.194120-5-tabba@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200505154520.194120-5-tabba@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: maz@kernel.org, kvmarm@lists.cs.columbia.edu, catalin.marinas@arm.com X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Tue, May 05, 2020 at 04:45:20PM +0100, Fuad Tabba wrote: > Consolidate references to the CONFIG_KVM configuration item to encompass > entire folders rather than per line. > > Signed-off-by: Fuad Tabba > --- > arch/arm64/kvm/Makefile | 38 +++++++++++++------------------------ > arch/arm64/kvm/hyp/Makefile | 15 ++++----------- > 2 files changed, 17 insertions(+), 36 deletions(-) Acked-by: Will Deacon Will _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm