]> xenbits.xensource.com Git - libvirt.git/commit
Introduce framework for a hostdev SCSI_host subsystem type
authorEric Farman <farman@linux.vnet.ibm.com>
Tue, 22 Nov 2016 03:58:16 +0000 (22:58 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 24 Nov 2016 17:15:26 +0000 (12:15 -0500)
commitfc0e627bac118cc9a944d3fde0245e64cef5e1df
tree0cb0e67f689ea1c223a654a1a66c9087d0b39c94
parentc271fc1f35798faf0383c24e92971bf0e5d8dfde
Introduce framework for a hostdev SCSI_host subsystem type

We already have a "scsi" hostdev subsys type, which refers to a single
LUN that is passed through to a guest.  But what of things where
multiple LUNs are passed through via a single SCSI HBA, such as with
the vhost-scsi target?  Create a new hostdev subsys type that will
carry this.

Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_cgroup.c
src/qemu/qemu_hotplug.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_selinux.c
tests/domaincapsschemadata/full.xml