kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v11 00/12] PCI bus support
@ 2016-11-07 10:14 Alexander Gordeev
  2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 01/12] pci: Fix coding style in generic PCI files Alexander Gordeev
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Alexander Gordeev @ 2016-11-07 10:14 UTC (permalink / raw)
  To: kvm; +Cc: Alexander Gordeev, Thomas Huth, Andrew Jones, Peter Xu

This is 11th version of PCI support.

Changes since v9:
  - all PCI configuration space accessors added;
  - data size in PCI configuration space accessors fixed;
  - PCI bus parity checking enabled;
  - coding style errors fixed;

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

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 |  28 ++++
 lib/pci-host-generic.c            | 318 ++++++++++++++++++++++++++++++++++++++
 lib/pci-host-generic.h            |  46 ++++++
 lib/pci-testdev.c                 | 192 +++++++++++++++++++++++
 lib/pci.c                         | 212 ++++++++++++++++++++++---
 lib/pci.h                         |  43 +++++-
 lib/x86/asm/pci.h                 |  46 +++++-
 x86/vmexit.c                      |   4 +-
 14 files changed, 904 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


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

end of thread, other threads:[~2016-11-08 22:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 10:14 [kvm-unit-tests PATCH v11 00/12] PCI bus support Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 01/12] pci: Fix coding style in generic PCI files Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 02/12] pci: x86: Rename pci_config_read() to pci_config_readl() Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 03/12] pci: Add 'extern' to public function declarations Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 04/12] pci: x86: Add remaining PCI configuration space accessors Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 05/12] pci: Factor out pci_bar_get() Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 06/12] pci: Rework pci_bar_addr() Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 07/12] pci: Add pci_bar_set_addr() Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 08/12] pci: Add pci_dev_exists() Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 09/12] pci: Add pci_print() Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 10/12] pci: Add generic ECAM host support Alexander Gordeev
2016-11-07 11:51   ` Andrew Jones
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 11/12] pci: Add pci-testdev PCI bus test device Alexander Gordeev
2016-11-07 10:14 ` [kvm-unit-tests PATCH v11 12/12] arm/arm64: pci: Add pci-testdev PCI device operation test Alexander Gordeev
2016-11-07 11:55 ` [kvm-unit-tests PATCH v11 00/12] PCI bus support Andrew Jones
2016-11-08 22:25   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).