]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move and export qemuDomainStorageUpdatePhysical and dependencies
authorPeter Krempa <pkrempa@redhat.com>
Wed, 6 Dec 2023 14:42:29 +0000 (15:42 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 13 Dec 2023 19:15:49 +0000 (20:15 +0100)
commit814069bd56aefef34b73d4f5aac7a13c03fa6478
tree2e31f5f1ca44bc6f1ba9ad58f63981312c1c2313
parent426eeb0d3c8bf4946d011f3b709e211e9f441cf5
qemu: Move and export qemuDomainStorageUpdatePhysical and dependencies

Move qemuDomainStorageUpdatePhysical, qemuDomainStorageOpenStat,
qemuDomainStorageCloseStat to qemu_domain.c and export them. They'll be
reused in the migration code.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c