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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,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 D5289C433E0 for ; Wed, 13 May 2020 21:29:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2B7920675 for ; Wed, 13 May 2020 21:29:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589405371; bh=82keoslIP27mEcCwIYl6UmWhou7iCdqwqR319WJP/24=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QRJFw7Y0pN0jYuYON1hJ/WVR7Z7PbGc23AXowUJ6EWiLwdK9B74dfw2S+JKqafrgm 7HGnzgj5USbg2sRuMpjtucW1Or08WIzLb4orkaHRsF/+1x72Iq5rxvIQVUwUS/XWV/ pwMXwjdCQdB/D8dSGzZig21TindrwoNtAMr4ggw8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728879AbgEMV3a (ORCPT ); Wed, 13 May 2020 17:29:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:41104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728718AbgEMV3a (ORCPT ); Wed, 13 May 2020 17:29:30 -0400 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 EBA29205ED; Wed, 13 May 2020 21:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589405370; bh=82keoslIP27mEcCwIYl6UmWhou7iCdqwqR319WJP/24=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J2pFC/rvtEq2MhEL7dK4dX8n/tVIAE+9YOl4lPE+v3YOqeTkTGzvdiPEY3sdO4+s4 vn1aOGHij4CaEpfJWipmxe7Jr1chdQlwkRyixK+Q8VSbCrfwDeGbDYzFloSnhJ0ScE DmYN9QAjWI85lkM7RZRbO+2CEL0D/Wc64Uc3WuH4= Date: Wed, 13 May 2020 22:29:25 +0100 From: Will Deacon To: Marc Zyngier Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, James Morse , Julien Thierry , Suzuki K Poulose Subject: Re: [PATCH] KVM: arm64: Move virt/kvm/arm to arch/arm64 Message-ID: <20200513212925.GD28594@willie-the-truck> References: <20200513104034.74741-1-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200513104034.74741-1-maz@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Wed, May 13, 2020 at 11:40:34AM +0100, Marc Zyngier wrote: > Now that the 32bit KVM/arm host is a distant memory, let's move the > whole of the KVM/arm64 code into the arm64 tree. > > As they said in the song: Welcome Home (Sanitarium). > > Signed-off-by: Marc Zyngier Acked-by: Will Deacon Will