]> xenbits.xensource.com Git - libvirt.git/commit
util: Move scsi_host specific functions from virutil
authorJohn Ferlan <jferlan@redhat.com>
Mon, 23 Jan 2017 19:48:12 +0000 (14:48 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 19 Feb 2017 11:45:09 +0000 (06:45 -0500)
commit03346def06ea92a311622fda32271c91832e5543
treeddc88a5a19ad316cdc3cf4ec0e68ca1984398df9
parentd2d74a986d92ab4b0ec1422d87268357978c70e1
util: Move scsi_host specific functions from virutil

Create a virscsihost.c and place the functions there. That removes the
last #ifdef __linux__ from virutil.c.

Take the opporunity to also change the function names and in one case
the parameters slightly
po/POTFILES.in
src/Makefile.am
src/conf/storage_conf.c
src/libvirt_private.syms
src/node_device/node_device_linux_sysfs.c
src/storage/storage_backend_scsi.c
src/util/virscsihost.c [new file with mode: 0644]
src/util/virscsihost.h [new file with mode: 0644]
src/util/virutil.c
src/util/virutil.h
tests/scsihosttest.c