All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Gordeev <agordeev@redhat.com>
To: kvm@vger.kernel.org
Cc: Alexander Gordeev <agordeev@redhat.com>,
	Thomas Huth <thuth@redhat.com>, Andrew Jones <drjones@redhat.com>
Subject: [kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks
Date: Mon, 23 Jan 2017 08:44:06 +0100	[thread overview]
Message-ID: <cover.1485157068.git.agordeev@redhat.com> (raw)

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

             reply	other threads:[~2017-01-23  7:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-23  7:44 Alexander Gordeev [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1485157068.git.agordeev@redhat.com \
    --to=agordeev@redhat.com \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.