]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: move network disk protocol type to util/
authorEric Blake <eblake@redhat.com>
Thu, 27 Mar 2014 22:47:39 +0000 (16:47 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 1 Apr 2014 16:38:13 +0000 (10:38 -0600)
commit4220f76aedd66afba80dd68dd7611f4865de9bd0
tree0a38c954f70435cfd3a3cf45b2f292d9079da3b0
parent16ac4c9d640f6a7c36a6d3674765ba2d1f372389
conf: move network disk protocol type to util/

Another enum moved to util/, this time the fallout from renaming
is not quite as large.

* src/conf/domain_conf.h (virDomainDiskProtocol): Move...
* src/util/virstoragefile.h (virStorageNetProtocol): ...and
rename.
* src/conf/domain_conf.c: Update clients.
* src/qemu/qemu_command.c: Likewise.
* src/qemu/qemu_conf.c: Likewise.
* src/qemu/qemu_driver.c: Likewise.
* src/qemu/qemu_migration.c: Likewise.
* src/storage/storage_backend.c: Likewise.
* src/storage/storage_backend_gluster.c: Likewise.
* src/libvirt_private.syms (domain_conf.h): Move symbols...
(virstoragefile.h): ...as appropriate.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/storage/storage_backend.c
src/storage/storage_backend_gluster.c
src/util/virstoragefile.c
src/util/virstoragefile.h