]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: extract virStorageFile code into storage_source
authorPavel Hrdina <phrdina@redhat.com>
Fri, 22 Jan 2021 09:36:21 +0000 (10:36 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 22 Jan 2021 10:10:27 +0000 (11:10 +0100)
commit01f7ade91250a7974a4e4eafe784d93004887502
tree1e48963f4eb2b55983e02044412d6d52ef9bde81
parent296032bfb215f30ab70c63f4184bc7def7402259
util: extract virStorageFile code into storage_source

Up until now we had a runtime code and XML related code in the same
source file inside util directory.

This patch takes the runtime part and extracts it into the new
storage_file directory.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
25 files changed:
po/POTFILES.in
src/libvirt_private.syms
src/libxl/meson.build
src/libxl/xen_xl.c
src/qemu/meson.build
src/qemu/qemu_backup.c
src/qemu/qemu_block.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c
src/qemu/qemu_snapshot.c
src/security/meson.build
src/security/virt-aa-helper.c
src/storage/meson.build
src/storage/storage_backend_gluster.c
src/storage/storage_util.c
src/storage_file/meson.build
src/storage_file/storage_source.c [new file with mode: 0644]
src/storage_file/storage_source.h [new file with mode: 0644]
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/meson.build
tests/qemublocktest.c
tests/virstoragetest.c