[libvirt] [PATCH v2 0/2] Fabric name must not be required for fc_host capability

Boris Fiuczynski fiuczy at linux.vnet.ibm.com
Fri Jan 13 11:56:05 UTC 2017


fabric_name is one of many fc_host attributes in Linux that is optional
and left to the low-level driver to decide if it is implemented.

---
Changes since v1:
  - split of minor correction in documenting comment
  - added news entry...
  - added new virReadFCHostOption method
  - added check for file existence when optional is set
  - rearranged fchost tests to fit the numbering

---
Boris Fiuczynski (2):
  nodedev: Fabric name must not be required for fc_host capability
  util: Minor correction in documenting comment

 docs/formatnode.html.in                   |  2 +-
 docs/news.xml                             | 12 +++++++++
 docs/schemas/nodedev.rng                  |  8 +++---
 src/libvirt_private.syms                  |  1 +
 src/node_device/node_device_linux_sysfs.c |  6 ++---
 src/util/virutil.c                        | 25 +++++++++++++++++-
 src/util/virutil.h                        |  5 ++++
 tests/fchostdata/fc_host/host6/node_name  |  1 +
 tests/fchostdata/fc_host/host6/port_name  |  1 +
 tests/fchostdata/fc_host/host6/port_state |  1 +
 tests/fchosttest.c                        | 44 ++++++++++++++++++++++++++++---
 11 files changed, 95 insertions(+), 11 deletions(-)
 create mode 100644 tests/fchostdata/fc_host/host6/node_name
 create mode 100644 tests/fchostdata/fc_host/host6/port_name
 create mode 100644 tests/fchostdata/fc_host/host6/port_state

-- 
2.5.5




More information about the libvir-list mailing list