]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Drop @forceVFIO argument of qemuDomainAdjustMaxMemLock()
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 10 May 2023 06:55:10 +0000 (08:55 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 16 May 2023 12:43:43 +0000 (14:43 +0200)
commit4f355fa5b714b90d2aaf0dbf2c7d1c7080ff729d
tree6e89db3d28e7234593713b63269d9ff87349e736
parentc925bb927327c6f23864348286d931a25fbd13a3
qemu: Drop @forceVFIO argument of qemuDomainAdjustMaxMemLock()

After previous cleanup, there's not a single caller that would
call qemuDomainAdjustMaxMemLock() with @forceVFIO set. All callers
pass false.

Drop the unneeded argument from the function.

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