[libvirt] [PATCH v2 0/5] Test our PCI device handling functions

Michal Privoznik mprivozn at redhat.com
Thu Oct 31 11:23:37 UTC 2013


The 4/5 is actually fix for a bug,

Michal Privoznik (5):
  tests: Introduce virpcitest
  virpcitest: Test virPCIDeviceDetach
  virpcitest: Introduce testVirPCIDeviceReattach
  virpci: Don't error on not binded devices
  virpcitest: Introduce check for unbinded devices

 .gitignore         |   1 +
 cfg.mk             |   4 +-
 src/util/virpci.c  |  12 +-
 tests/Makefile.am  |  21 +-
 tests/virpcimock.c | 913 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/virpcitest.c | 204 ++++++++++++
 6 files changed, 1148 insertions(+), 7 deletions(-)
 create mode 100644 tests/virpcimock.c
 create mode 100644 tests/virpcitest.c

-- 
1.8.1.5




More information about the libvir-list mailing list