]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use per-domain private memoryBackingDir for new memory backends
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 18 Sep 2024 08:46:47 +0000 (10:46 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 24 Sep 2024 08:12:08 +0000 (10:12 +0200)
commitff49d2a8c2bfc5a03147228a6b7d41c3c80e5ef9
tree9097a0f2226b713b8878b7820f0ad0f790eebf34
parentf58a4dc9d5c8a4c30dbeadeb41ae47e4824927e8
qemu: Use per-domain private memoryBackingDir for new memory backends

The function qemuGetMemoryBackingPath() does not need the @def any more
and priv->memoryBackingDir can be used instead of constructing the path
by calling qemuGetMemoryBackingDomainPath().

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c