]> xenbits.xensource.com Git - libvirt.git/commit
util: Add one argument for several scsi utils
authorOsier Yang <jyang@redhat.com>
Thu, 30 Jan 2014 07:05:59 +0000 (15:05 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 30 Jan 2014 07:48:28 +0000 (15:48 +0800)
commit10c9ceff6d07f65773ef638bd36fe1d6a5f3a5ac
tree47854452118a220a3dced627b4d6042d68c09c4c
parentfd243fc4ad542b6f9b47615b569f8073dbd1bcea
util: Add one argument for several scsi utils

To support passing the path of the test data to the utils, one
more argument is added to virSCSIDeviceGetSgName,
virSCSIDeviceGetDevName, and virSCSIDeviceNew, and the related
code is changed accordingly.

Later tests for the scsi utils will be based on this patch.

Signed-off-by: Osier Yang <jyang@redhat.com>
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_conf.c
src/qemu/qemu_hostdev.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_selinux.c
src/util/virscsi.c
src/util/virscsi.h
tests/testutilsqemu.c