From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 0/5] x86/intel-iommu: couple fixups Date: Mon, 16 Jan 2017 16:32:10 +0100 Message-ID: <20170116153215.6033-1-drjones@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com, peterx@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55428 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbdAPPcS (ORCPT ); Mon, 16 Jan 2017 10:32:18 -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 55D727EBA3 for ; Mon, 16 Jan 2017 15:32:19 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: 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 lib/pci-edu.h | 2 ++ lib/pci.h | 4 +++- lib/pci.c | 52 +++++++++++++++++++++++++++++---------------------- lib/x86/intel-iommu.c | 3 +++ x86/intel-iommu.c | 23 +++++++++++++---------- 5 files changed, 51 insertions(+), 33 deletions(-) -- 2.9.3