]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Add infrastructure to parse remote network backing names
authorPeter Krempa <pkrempa@redhat.com>
Fri, 25 Apr 2014 11:23:50 +0000 (13:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jun 2014 07:27:24 +0000 (09:27 +0200)
commited68eb8628424e374becac801e550fe248dc9171
treebdaf447ee69aca49ffb3a7d37000b8182dea4a32
parent6cdff20c2a01075b830ae878f70d695eed48950e
storage: Add infrastructure to parse remote network backing names

Add parsers for relative and absolute backing names for local and remote
storage files.

This parser parses relative paths as relative to their parents and
absolute paths according to the protocol or local access.

For remote storage volumes, all URI based backing file names are
supported and for the qemu colon syntax the NBD protocol is supported.
src/libvirt_private.syms
src/util/virstoragefile.c
src/util/virstoragefile.h