]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Search for schemas and cpu_map.xml in source tree
authorJiri Denemark <jdenemar@redhat.com>
Fri, 13 Feb 2015 13:25:27 +0000 (14:25 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 19 Feb 2015 14:25:04 +0000 (15:25 +0100)
commitbc6e206322ae6a261406588b9f74f15acb739f3b
tree7cecd37fbf1d020d0ca0de27cc2257103cd5a093
parent80c5f10e865cda0302519492f197cb020bd14a07
Search for schemas and cpu_map.xml in source tree

Not all files we want to find using virFileFindResource{,Full} are
generated when libvirt is built, some of them (such as RNG schemas) are
distributed with sources. The current API was not able to find source
files if libvirt was built in VPATH.

Both RNG schemas and cpu_map.xml are distributed in source tarball.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
12 files changed:
src/Makefile.am
src/conf/domain_conf.c
src/cpu/cpu_map.c
src/driver.c
src/fdstream.c
src/locking/lock_driver_lockd.c
src/locking/lock_manager.c
src/lxc/lxc_conf.c
src/network/bridge_driver.c
src/remote/remote_driver.c
src/storage/storage_backend_disk.c
src/util/virfile.c