All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks
@ 2017-01-23  7:44 Alexander Gordeev
  2017-01-23  7:44 ` [kvm-unit-tests PATCH v2 1/4] pci: Rework pci_bar_is_valid() Alexander Gordeev
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Alexander Gordeev @ 2017-01-23  7:44 UTC (permalink / raw)
  To: kvm; +Cc: Alexander Gordeev, Thomas Huth, Andrew Jones

Hi Andrew,

Here is v2 of the series - it improves BAR validation function and
scatters more calls to that around.

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

Alexander Gordeev (4):
  pci: Rework pci_bar_is_valid()
  pci: Split and rename pci_bar_is_valid() to pci_bar_exists()
  pci: Ensure BAR validity for public functions
  pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0

 lib/pci-host-generic.c |  6 +++---
 lib/pci-testdev.c      |  2 +-
 lib/pci.c              | 35 ++++++++++++++++++++++++++++++++---
 lib/pci.h              |  5 +++++
 x86/vmexit.c           |  2 +-
 5 files changed, 42 insertions(+), 8 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-02-13 19:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23  7:44 [kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks Alexander Gordeev
2017-01-23  7:44 ` [kvm-unit-tests PATCH v2 1/4] pci: Rework pci_bar_is_valid() Alexander Gordeev
2017-01-28 11:10   ` Andrew Jones
2017-01-28 12:38     ` Alexander Gordeev
2017-01-28 13:55       ` Andrew Jones
2017-02-08 12:49     ` Alexander Gordeev
2017-02-13  9:44       ` Alexander Gordeev
2017-02-13 19:50         ` Andrew Jones
2017-01-23  7:44 ` [kvm-unit-tests PATCH v2 2/4] pci: Split and rename pci_bar_is_valid() to pci_bar_exists() Alexander Gordeev
2017-01-28 11:16   ` Andrew Jones
2017-01-23  7:44 ` [kvm-unit-tests PATCH v2 3/4] pci: Ensure BAR validity for public functions Alexander Gordeev
2017-01-28 11:18   ` Andrew Jones
2017-01-23  7:44 ` [kvm-unit-tests PATCH v2 4/4] pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0 Alexander Gordeev
2017-01-28 11:20   ` 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.