All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v4 0/5] pci: Complete conversion of PCI API to struct pci_dev
@ 2017-02-28 18:08 Alexander Gordeev
  2017-02-28 18:08 ` [kvm-unit-tests PATCH v4 1/5] pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0 Alexander Gordeev
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Alexander Gordeev @ 2017-02-28 18:08 UTC (permalink / raw)
  To: kvm; +Cc: Alexander Gordeev, Thomas Huth, Andrew Jones, Peter Xu

Changes since v3:
  - patches 2/6 and 3/6 merged; I amended the commit message, but kept the R-b;
  - an empty line in patch 4/6 removed;

Sources are avalable at:
https://github.com/a-gordeev/kvm-unit-tests.git pci-fixes-v4

Cc: Thomas Huth <thuth@redhat.com>
Cc: Andrew Jones <drjones@redhat.com>
Cc: Peter Xu <peterx@redhat.com>

Alexander Gordeev (5):
  pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0
  pci: Accomodate 64 bit BARs in pci_dev::resource[]
  pci: Turn struct pci_dev into device handle for PCI functions
  pci: Rework pci_bar_is_valid()
  pci: Make PCI API consistent wrt using struct pci_dev

 lib/pci-host-generic.c |  4 +--
 lib/pci.c              | 92 ++++++++++++++++++++++++++++----------------------
 lib/pci.h              |  5 ++-
 x86/intel-iommu.c      |  2 +-
 x86/vmexit.c           |  1 -
 5 files changed, 56 insertions(+), 48 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-03-08 14:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 18:08 [kvm-unit-tests PATCH v4 0/5] pci: Complete conversion of PCI API to struct pci_dev Alexander Gordeev
2017-02-28 18:08 ` [kvm-unit-tests PATCH v4 1/5] pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0 Alexander Gordeev
2017-02-28 18:08 ` [kvm-unit-tests PATCH v4 2/5] pci: Accomodate 64 bit BARs in pci_dev::resource[] Alexander Gordeev
2017-02-28 18:08 ` [kvm-unit-tests PATCH v4 3/5] pci: Turn struct pci_dev into device handle for PCI functions Alexander Gordeev
2017-02-28 18:08 ` [kvm-unit-tests PATCH v4 4/5] pci: Rework pci_bar_is_valid() Alexander Gordeev
2017-02-28 18:08 ` [kvm-unit-tests PATCH v4 5/5] pci: Make PCI API consistent wrt using struct pci_dev Alexander Gordeev
2017-03-02 21:24 ` [kvm-unit-tests PATCH v4 0/5] pci: Complete conversion of PCI API to " Radim Krčmář
2017-03-06 20:06 ` [kvm-unit-tests PATCH v4 6/5] pci: Add BAR sanity checks Alexander Gordeev
2017-03-07 14:22   ` Andrew Jones
2017-03-07 19:39     ` Alexander Gordeev
2017-03-08 10:10       ` Andrew Jones
2017-03-08 11:40         ` Alexander Gordeev
2017-03-08 11:45           ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.