]> xenbits.xensource.com Git - libvirt.git/commit
storage_source: Move backing store parsers into new file
authorPeter Krempa <pkrempa@redhat.com>
Fri, 22 Jan 2021 15:03:53 +0000 (16:03 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 27 Jan 2021 06:49:57 +0000 (07:49 +0100)
commit2d29a3a9d86b5f95a859888283e6caa98593b1d2
treef1fd9de6ee3bec2453882c64f5c24ea547603f09
parent04489d9fcadda45a2deaa26d7595ace9d03140f5
storage_source: Move backing store parsers into new file

The parsers for the backing store strings are relatively self-contained
and rather massive piece of code. Move them to a new module called
storage_source_backingstore.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
po/POTFILES.in
src/storage_file/meson.build
src/storage_file/storage_source.c
src/storage_file/storage_source_backingstore.c [new file with mode: 0644]
src/storage_file/storage_source_backingstore.h [new file with mode: 0644]