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.6 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 A2B18CA9EC0 for ; Mon, 28 Oct 2019 16:20:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7618B21479 for ; Mon, 28 Oct 2019 16:20:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572279649; bh=kR8ZRzVktZsrVSrs2I+9RAcAnHJT9+FqtAQh0LUTVHQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Eu8Oqtd31S6MrKizzCuCCKwX27G+YCBSwQ21apTXHqGWIz43THjPVlCvjoJB5x8P/ 5iB9os1bCxSfzntBiHgNsxD2RR4A/++bptMoVAl92UIBhkpYHvXUckcwHACb6mrANW pM+EGhp0Dxyjhk6Id9/0lb+F5/83TXCX2+xxGoH0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732171AbfJ1QUt (ORCPT ); Mon, 28 Oct 2019 12:20:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:41634 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728780AbfJ1QUt (ORCPT ); Mon, 28 Oct 2019 12:20:49 -0400 Received: from localhost (unknown [91.217.168.176]) (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 D870620873; Mon, 28 Oct 2019 16:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572279648; bh=kR8ZRzVktZsrVSrs2I+9RAcAnHJT9+FqtAQh0LUTVHQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h+CcdotX99a+WwOjrTnnkEHvtlomQufJsJ0DhoVWalWzZ9EgmZph8UOPmGTXNDvYK ZSmgR821TnE6kwIqS7aWWVKf9YIkAO5MgmLdK3xPhMnlBcgHyHQZfSkjW0VBnpg7Xy LAgAA83grRD/5N/R4Pb+gKRQ1ia+IxtJvNlqDymw= Date: Mon, 28 Oct 2019 12:20:45 -0400 From: Sasha Levin To: Boqun Feng Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Lan Tianyu , Michael Kelley , linux-hyperv@vger.kernel.org, Joerg Roedel Subject: Re: [PATCH] drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86 Message-ID: <20191028162045.GG1554@sasha-vm> References: <20191017005711.2013647-1-boqun.feng@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20191017005711.2013647-1-boqun.feng@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Thu, Oct 17, 2019 at 08:57:03AM +0800, Boqun Feng wrote: >Currently hyperv-iommu is implemented in a x86 specific way, for >example, apic is used. So make the HYPERV_IOMMU Kconfig depend on X86 >as a preparation for enabling HyperV on architecture other than x86. > >Cc: Lan Tianyu >Cc: Michael Kelley >Cc: linux-hyperv@vger.kernel.org >Signed-off-by: Boqun Feng (Microsoft) Queued up for hyperv-fixes, thanks! -- Thanks, Sasha