]> xenbits.xensource.com Git - libvirt.git/commit
hostdev: Introduce virDomainHostdevSubsysSCSIiSCSI
authorJohn Ferlan <jferlan@redhat.com>
Wed, 9 Jul 2014 13:31:38 +0000 (09:31 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 24 Jul 2014 11:04:44 +0000 (07:04 -0400)
commit17bddc46f49442f7cb279b57b98928da050f3764
tree95d16e2cf580f00cbd9d1046e06a3626991d79ef
parenta062d1a1cc8c9e673fa2a8efb38964d368703324
hostdev: Introduce virDomainHostdevSubsysSCSIiSCSI

Create the structures and API's to hold and manage the iSCSI host device.
This extends the 'scsi_host' definitions added in commit id '5c811dce'.
A future patch will add the XML parsing, but that code requires some
infrastructure to be in place first in order to handle the differences
between a 'scsi_host' and an 'iSCSI host' device.
src/conf/domain_audit.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_selinux.c
src/util/virhostdev.c