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 A79C8C47258 for ; Thu, 30 Apr 2020 20:25:21 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 26CA5206D9 for ; Thu, 30 Apr 2020 20:25:20 +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="hAs32bsn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 26CA5206D9 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 842384B3D4; Thu, 30 Apr 2020 16:25:20 -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 HzIus7r4hn4u; Thu, 30 Apr 2020 16:25:19 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 1CC084B3D1; Thu, 30 Apr 2020 16:25:19 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D446C4B3BF for ; Thu, 30 Apr 2020 16:25:17 -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 UKJ3uT84HL4T for ; Thu, 30 Apr 2020 16:25:16 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id C171D4B3BB for ; Thu, 30 Apr 2020 16:25:16 -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 5E49C206D9; Thu, 30 Apr 2020 20:25:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588278315; bh=Xn+tE5OcczALCQrB4z/K3kU/5d8pPFbiEJOPvrC/zko=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hAs32bsnVoa0/Yh+2QzwVRaVvbOoSz+pD9f74BAjRo7XoC/GPkbSKxy40nxisbxZm drxJdbgiXWFKmyMcrs6WuRMP/xYh69fQZC3D2cZj3M3XsmEUx2uvT6IncAdmBux37J wXFtlbYTwpsrg0zuSvO477Jvl/vBC9vpZGKTfbss= Date: Thu, 30 Apr 2020 21:25:10 +0100 From: Will Deacon To: Fuad Tabba Subject: Re: [PATCH v4 4/4] KVM: arm64: Clean up kvm makefiles Message-ID: <20200430202509.GA31455@willie-the-truck> References: <20200421131734.141766-1-tabba@google.com> <20200421131734.141766-5-tabba@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200421131734.141766-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, Apr 21, 2020 at 02:17:34PM +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 | 40 ++++++++++++------------------------- > arch/arm64/kvm/hyp/Makefile | 15 ++++---------- > 2 files changed, 17 insertions(+), 38 deletions(-) Seems like a sensible clean-up to me: Acked-by: Will Deacon Will _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm