public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 0/5] x86/intel-iommu: couple fixups
@ 2017-01-16 15:32 Andrew Jones
  2017-01-16 15:32 ` [PATCH kvm-unit-tests 1/5] x86/intel-iommu: make edu_dev global Andrew Jones
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andrew Jones @ 2017-01-16 15:32 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, peterx

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-20 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 15:32 [PATCH kvm-unit-tests 0/5] x86/intel-iommu: couple fixups Andrew Jones
2017-01-16 15:32 ` [PATCH kvm-unit-tests 1/5] x86/intel-iommu: make edu_dev global Andrew Jones
2017-01-16 15:32 ` [PATCH kvm-unit-tests 2/5] x86/intel-iommu: properly ack edu interrupt Andrew Jones
2017-01-16 15:32 ` [PATCH kvm-unit-tests 3/5] lib/pci: generalize pci_cap_walk Andrew Jones
2017-01-16 15:32 ` [PATCH kvm-unit-tests 4/5] lib/pci: expose pci_dev_print Andrew Jones
2017-01-16 15:32 ` [PATCH kvm-unit-tests 5/5] lib/pci: reduce library noise Andrew Jones
2017-01-18  8:47 ` [PATCH kvm-unit-tests 0/5] x86/intel-iommu: couple fixups Peter Xu
2017-01-20 17:35 ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox