]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move file format enum to libvirt_util
authorMark McLoughlin <markmc@redhat.com>
Fri, 25 Sep 2009 13:20:13 +0000 (14:20 +0100)
committerMark McLoughlin <markmc@redhat.com>
Wed, 30 Sep 2009 09:36:59 +0000 (10:36 +0100)
commit00fd3ff49bb1e4578756a32a812fdbf5ee335d8c
tree3a91805d09223c047bc5d68c32488897e048ae20
parentc6f1459eb998619ab21a92d9bb87341f26978181
Move file format enum to libvirt_util

Rename virStorageVolFormatFileSystem to virStorageFileFormat and
move to src/util/storage_file.[ch]

* src/Makefile.am: add src/util/storage_file.[ch]

* src/conf/storage_conf.[ch]: move enum from here ...

* src/util/storage_file.[ch]: .. to here

* src/libvirt_private.syms: update To/FromString exports

* src/storage/storage_backend.c, src/storage/storage_backend_fs.c,
  src/vbox/vbox_tmpl.c: update for above changes
src/Makefile.am
src/conf/storage_conf.c
src/conf/storage_conf.h
src/libvirt_private.syms
src/storage/storage_backend.c
src/storage/storage_backend_fs.c
src/util/storage_file.c [new file with mode: 0644]
src/util/storage_file.h [new file with mode: 0644]
src/vbox/vbox_tmpl.c