Skip to content

vfio/common: Remove spurious tpm-crb-cmd misalignment warning

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

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

The CRB command buffer currently is a RAM MemoryRegion and given its base address alignment, it causes an error report on vfio_listener_region_add(). Use the memory region owner type to detect the situation is safe wrt the assignment.

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

Merge request reports