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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90DBCC00144 for ; Fri, 29 Jul 2022 08:31:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235218AbiG2Ibs (ORCPT ); Fri, 29 Jul 2022 04:31:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235380AbiG2Ibl (ORCPT ); Fri, 29 Jul 2022 04:31:41 -0400 Received: from theia.8bytes.org (8bytes.org [81.169.241.247]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 545E683220 for ; Fri, 29 Jul 2022 01:31:36 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id E2AB7669; Fri, 29 Jul 2022 10:31:33 +0200 (CEST) Date: Fri, 29 Jul 2022 10:31:32 +0200 From: Joerg Roedel To: Suravee Suthikulpanit Cc: linux-kernel@vger.kernel.org, iommu@lists.linux.dev, will@kernel.org, jsnitsel@redhat.com, vasant.hegde@amd.com, jon.grimm@amd.com Subject: Re: [PATCH 0/2] iommu/amd: Misc Update for Virtual APIC support Message-ID: References: <20220726134348.6438-1-suravee.suthikulpanit@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220726134348.6438-1-suravee.suthikulpanit@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 26, 2022 at 08:43:46AM -0500, Suravee Suthikulpanit wrote: > Suravee Suthikulpanit (2): > iommu/amd: Consolidate Virtual APIC (AVIC) Enablement > iommu/amd: Add support for AVIC when SNP is enabled Applied, thanks.