From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v9 18/18] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts Date: Mon, 21 Sep 2015 15:46:31 +0200 Message-ID: <20150921134631.GB2173@8bytes.org> References: <1442586596-5920-1-git-send-email-feng.wu@intel.com> <1442586596-5920-19-git-send-email-feng.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1442586596-5920-19-git-send-email-feng.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Feng Wu Cc: kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, eric.auger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, mtosatti-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, pbonzini-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, Sep 18, 2015 at 10:29:56PM +0800, Feng Wu wrote: > Enable VT-d Posted-Interrtups and add a command line > parameter for it. > > Signed-off-by: Feng Wu > Reviewed-by: Paolo Bonzini > --- > Documentation/kernel-parameters.txt | 1 + > drivers/iommu/irq_remapping.c | 12 ++++++++---- > 2 files changed, 9 insertions(+), 4 deletions(-) Acked-by: Joerg Roedel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932523AbbIUNqg (ORCPT ); Mon, 21 Sep 2015 09:46:36 -0400 Received: from 8bytes.org ([81.169.241.247]:48342 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753873AbbIUNqe (ORCPT ); Mon, 21 Sep 2015 09:46:34 -0400 Date: Mon, 21 Sep 2015 15:46:31 +0200 From: Joerg Roedel To: Feng Wu Cc: pbonzini@redhat.com, alex.williamson@redhat.com, mtosatti@redhat.com, eric.auger@linaro.org, kvm@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 18/18] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts Message-ID: <20150921134631.GB2173@8bytes.org> References: <1442586596-5920-1-git-send-email-feng.wu@intel.com> <1442586596-5920-19-git-send-email-feng.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442586596-5920-19-git-send-email-feng.wu@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 18, 2015 at 10:29:56PM +0800, Feng Wu wrote: > Enable VT-d Posted-Interrtups and add a command line > parameter for it. > > Signed-off-by: Feng Wu > Reviewed-by: Paolo Bonzini > --- > Documentation/kernel-parameters.txt | 1 + > drivers/iommu/irq_remapping.c | 12 ++++++++---- > 2 files changed, 9 insertions(+), 4 deletions(-) Acked-by: Joerg Roedel