]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Move virStorageFileGetMetadata to the storage driver
authorPeter Krempa <pkrempa@redhat.com>
Thu, 24 Apr 2014 10:14:01 +0000 (12:14 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jun 2014 07:27:23 +0000 (09:27 +0200)
commit713cc3b0a7ff8ad42b4c13429b624d1b2b5a99f2
treef657d102adeba6df2472ac03fc720db9bcda8eab
parent4cb250555766e47e6a5be95588973d44d5c59447
storage: Move virStorageFileGetMetadata to the storage driver

My future work will modify the metadata crawler function to use the
storage driver file APIs to access the files instead of accessing them
directly so that we will be able to request the metadata for remote
files too. To avoid linking the storage driver to every helper file
using the utils code, the backing chain traversal function needs to be
moved to the storage driver source.

Additionally the virt-aa-helper and virstoragetest programs need to be
linked with the storage driver as a result of this change.
cfg.mk
src/Makefile.am
src/libvirt_private.syms
src/qemu/qemu_domain.c
src/security/virt-aa-helper.c
src/storage/storage_driver.c
src/storage/storage_driver.h
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/Makefile.am
tests/virstoragetest.c