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>,
Peter Xu <peterx@redhat.com>
Subject: [kvm-unit-tests PATCH v8 00/12] PCI bus support
Date: Thu, 20 Oct 2016 15:10:19 +0200 [thread overview]
Message-ID: <cover.1476968587.git.agordeev@redhat.com> (raw)
Hi Andrew et al,
This is 8th version of PCI support. The only noticeable change since v7
is no failure in case no requested memory type is found for a BAR.
Sources are avalable at:
https://github.com/a-gordeev/kvm-unit-tests.git pci-testdev-v7
Cc: Thomas Huth <thuth@redhat.com>
Cc: Andrew Jones <drjones@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Alexander Gordeev (12):
pci: Fix coding style in generic PCI files
pci: x86: Rename pci_config_read() to pci_config_readl()
pci: Add 'extern' to public function declarations
pci: x86: Add remaining PCI configuration space accessors
pci: Factor out pci_bar_get()
pci: Rework pci_bar_addr()
pci: Add pci_bar_set_addr()
pci: Add pci_dev_exists()
pci: Add pci_print()
pci: Add generic ECAM host support
pci: Add pci-testdev PCI bus test device
arm/arm64: pci: Add pci-testdev PCI device operation test
arm/Makefile.common | 6 +-
arm/pci-test.c | 27 ++++
arm/run | 7 +-
arm/unittests.cfg | 4 +
lib/arm/asm/pci.h | 1 +
lib/arm64/asm/pci.h | 1 +
lib/asm-generic/pci-host-bridge.h | 26 ++++
lib/pci-host-generic.c | 295 ++++++++++++++++++++++++++++++++++++++
lib/pci-host-generic.h | 46 ++++++
lib/pci-testdev.c | 192 +++++++++++++++++++++++++
lib/pci.c | 201 +++++++++++++++++++++++---
lib/pci.h | 41 +++++-
lib/x86/asm/pci.h | 31 +++-
x86/vmexit.c | 4 +-
14 files changed, 851 insertions(+), 31 deletions(-)
create mode 100644 arm/pci-test.c
create mode 100644 lib/arm/asm/pci.h
create mode 100644 lib/arm64/asm/pci.h
create mode 100644 lib/asm-generic/pci-host-bridge.h
create mode 100644 lib/pci-host-generic.c
create mode 100644 lib/pci-host-generic.h
create mode 100644 lib/pci-testdev.c
--
1.8.3.1
next reply other threads:[~2016-10-20 13:10 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-20 13:10 Alexander Gordeev [this message]
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 01/12] pci: Fix coding style in generic PCI files Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 02/12] pci: x86: Rename pci_config_read() to pci_config_readl() Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 03/12] pci: Add 'extern' to public function declarations Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 04/12] pci: x86: Add remaining PCI configuration space accessors Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 05/12] pci: Factor out pci_bar_get() Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 06/12] pci: Rework pci_bar_addr() Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 07/12] pci: Add pci_bar_set_addr() Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 08/12] pci: Add pci_dev_exists() Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 09/12] pci: Add pci_print() Alexander Gordeev
2016-10-21 15:58 ` Andrew Jones
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 10/12] pci: Add generic ECAM host support Alexander Gordeev
2016-10-21 16:30 ` Andrew Jones
2016-11-01 18:57 ` Alexander Gordeev
2016-11-02 7:55 ` Thomas Huth
2016-11-02 9:41 ` Andrew Jones
2016-11-02 9:47 ` Andrew Jones
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 11/12] pci: Add pci-testdev PCI bus test device Alexander Gordeev
2016-10-20 13:10 ` [kvm-unit-tests PATCH v8 12/12] arm/arm64: pci: Add pci-testdev PCI device operation test Alexander Gordeev
2016-10-21 16:37 ` Andrew Jones
2016-10-21 16:41 ` [kvm-unit-tests PATCH v8 00/12] PCI bus support Andrew Jones
2016-11-02 9:53 ` 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.1476968587.git.agordeev@redhat.com \
--to=agordeev@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=peterx@redhat.com \
--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.