On Tue, May 24 2022, Eric Auger <eric.au...@redhat.com> wrote: > 851d6d1a0f ("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.au...@redhat.com> > --- > hw/vfio/common.c | 10 +++++++++- > hw/vfio/trace-events | 2 +- > 2 files changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Cornelia Huck <coh...@redhat.com>