Skip to content

vfio/common: remove spurious warning on vfio_listener_region_del

Eric Auger requested to merge eauger1/centos-qemu-kvm:vfio-crb-del into c9s

vfio/common: remove spurious warning on vfio_listener_region_del

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2086262 Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=45876133 Upstream Status: YES Tested: With TPM-CRB and VFIO

851d6d1a ("vfio/common: remove spurious tpm-crb-cmd misalignment warning") removed the warning on vfio_listener_region_add() path.

However the same warning also hits on region_del path. Let's remove it and reword the dynamic trace as this can be called on both map and unmap path.

Signed-off-by: Eric Auger eric.auger@redhat.com

Merge request reports