]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_migration: Restore original memory locking limit
authorJiri Denemark <jdenemar@redhat.com>
Wed, 22 Jun 2022 14:12:02 +0000 (16:12 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 23 Jun 2022 14:45:39 +0000 (16:45 +0200)
commitd4d3bb813031275c2c7cf72724b83c97ce82ab7a
treeba348ec20b7197f2b93a0314675795470922a4bf
parent22ee8cbf090c45f999b76e3f8dc7a45065fc9edf
qemu_migration: Restore original memory locking limit

For RDMA migration we update memory locking limit, but never set it back
once migration finishes (on the destination host) or aborts (on the
source host).

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_migration.c