]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_tpm: Only warn about missing locking feature on shared filesystems
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 17 Jul 2025 09:58:32 +0000 (11:58 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 17 Jul 2025 12:04:52 +0000 (14:04 +0200)
commit3451987fca7c89a1aa9c5b0701471b6bc23dda3d
tree93854c1f889424b4f997a2a9e5a6771f7e54b645
parent6c6b6b2b4133f3d6be643416cc3756d940d22ddc
qemu_tpm: Only warn about missing locking feature on shared filesystems

The warning pollutes the logs and might give a bad impression on someone
reading them even though the locking is not always needed.  This way we
at least limit the logging in unnecessary cases.

Resolves: https://issues.redhat.com/browse/RHEL-80155
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_tpm.c