]> xenbits.xensource.com Git - libvirt.git/commit
util: Management routines for scsi_host devices
authorEric Farman <farman@linux.vnet.ibm.com>
Tue, 22 Nov 2016 03:58:17 +0000 (22:58 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 24 Nov 2016 17:15:26 +0000 (12:15 -0500)
commit629544be0feb87a5503466f55d4b9d5803a53b26
tree0847da5fa82ef79efa431c1512669281c3084927
parentfc0e627bac118cc9a944d3fde0245e64cef5e1df
util: Management routines for scsi_host devices

For a new hostdev type='scsi_host' we have a number of
required functions for managing, adding, and removing the
host device to/from guests.  Provide the basic infrastructure
for these tasks.

The name "SCSIVHost" (and its variants) is chosen to avoid
conflicts with existing code named "SCSIHost" to refer to
a hostdev type='scsi' protcol='none'.

Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/util/virhostdev.c
src/util/virhostdev.h
src/util/virscsivhost.c [new file with mode: 0644]
src/util/virscsivhost.h [new file with mode: 0644]
tests/qemuxml2argvmock.c