From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Xu Subject: Re: [PATCH kvm-unit-tests 0/5] x86/intel-iommu: couple fixups Date: Wed, 18 Jan 2017 16:47:40 +0800 Message-ID: <20170118084740.GU30108@pxdev.xzpeter.org> References: <20170116153215.6033-1-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: kvm@vger.kernel.org, pbonzini@redhat.com, rkrcmar@redhat.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407AbdARI4M (ORCPT ); Wed, 18 Jan 2017 03:56:12 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 673FE6DD8C for ; Wed, 18 Jan 2017 08:47:44 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20170116153215.6033-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jan 16, 2017 at 04:32:10PM +0100, Andrew Jones wrote: > This series makes two fixups: 1) properly acks EDU device > interrupts. 2) moves printing from library code to unit test > code, as not all unit tests using EDU may want the same > verbosity level. > > Andrew Jones (5): > x86/intel-iommu: make edu_dev global > x86/intel-iommu: properly ack edu interrupt > lib/pci: generalize pci_cap_walk > lib/pci: expose pci_dev_print > lib/pci: reduce library noise Thanks for fixing the edu issue. For the series: Reviewed-by: Peter Xu