[libvirt] [PATCH 0/5 v2] Corrections to SCSI logical unit handling

Eric Farman farman at linux.vnet.ibm.com
Wed Jun 17 03:29:50 UTC 2015


While working with the hostdev tag and SCSI LUNs, a problem was
discovered with the XML schema (see commit message in patch 4).
This spawned some further corrections to the handling of the
logical unit field throughout libvirt.

This series was split from a single patch, from this feedback:
http://www.redhat.com/archives/libvir-list/2015-June/msg00489.html

Eric Farman (5):
  Print SCSI logical unit as a positive integer
  Print SCSI logical unit as unsigned integer
  Convert SCSI logical unit from int to long long
  docs: Fix XML schema handling of LUN address in hostdev tag
  docs: Correct typos in scsi hostdev and address elements

 docs/formatdomain.html.in     | 10 +++++++---
 docs/schemas/domaincommon.rng | 14 ++++++++++++--
 src/conf/domain_audit.c       |  2 +-
 src/conf/domain_conf.c        |  4 ++--
 src/conf/domain_conf.h        |  2 +-
 src/qemu/qemu_command.h       |  2 +-
 src/qemu/qemu_hotplug.c       |  4 ++--
 src/util/virhostdev.c         |  6 +++---
 src/util/virscsi.c            | 16 ++++++++--------
 src/util/virscsi.h            |  8 ++++----
 tests/testutilsqemu.c         |  2 +-
 tools/virsh-domain.c          |  6 +++---
 12 files changed, 45 insertions(+), 31 deletions(-)

-- 
1.9.1




More information about the libvir-list mailing list