]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add memoryBackingDir to qemuDomainObjPrivate
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 18 Sep 2024 08:38:24 +0000 (10:38 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 24 Sep 2024 08:12:08 +0000 (10:12 +0200)
commitda8a1d79434406c7a77d367bc970c9a1a7da2656
tree0746b8278e3483d76865e4481a0fbccc9727b233
parentc9a35eb2551daf0ffdaba150785c288dd7b3edc0
qemu: Add memoryBackingDir to qemuDomainObjPrivate

This way we _can_ (but do not, yet) remember the memory backing path for
running domains even after configuration change and daemon restart.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
tests/qemustatusxml2xmldata/memory-backing-dir-in.xml [new file with mode: 0644]
tests/qemustatusxml2xmldata/memory-backing-dir-out.xml [new symlink]
tests/qemuxmlactivetest.c