]> xenbits.xensource.com Git - libvirt.git/commit
Utilize virDomainDiskAuth for domain disk
authorJohn Ferlan <jferlan@redhat.com>
Tue, 24 Jun 2014 13:46:23 +0000 (09:46 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 3 Jul 2014 21:39:15 +0000 (17:39 -0400)
commit6887af392cbb155ebbb7d24692a73c13ed714cc8
tree81cc19b3fa9ad9ed33574cb90dbfd246cc3e5f78
parent7712fc7cdb415212cca076d33f509069934cea36
Utilize virDomainDiskAuth for domain disk

Replace the inline "auth" struct in virStorageSource with a pointer
to a virStorageAuthDefPtr and utilize between the domain_conf, qemu_conf,
and qemu_command sources for finding the auth data for a domain disk
src/conf/domain_conf.c
src/libvirt_private.syms
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/qemuargv2xmltest.c