]> xenbits.xensource.com Git - libvirt.git/commit
Print SCSI address attributes bus, target, unit as unsigned integer
authorEric Farman <farman@linux.vnet.ibm.com>
Wed, 17 Jun 2015 03:29:52 +0000 (23:29 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 22 Jun 2015 20:03:33 +0000 (16:03 -0400)
commit3b7983ad6dd6f2a59d6b79d7d880a7a2e2643566
treed127609e2ac3f80aac4258d50fb121a85d838de0
parentf714f528820282db416b96735cfba60d5767baa2
Print SCSI address attributes bus, target, unit as unsigned integer

The address elements are all unsigned integers, so we should
use the appropriate print directive when printing it.

Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
src/conf/domain_audit.c
src/conf/domain_conf.c
src/qemu/qemu_hotplug.c
src/util/virhostdev.c
src/util/virscsi.c
tools/virsh-domain.c