提交 bc5baffa 编写于 作者: A Alexey Kardashevskiy 提交者: Alex Williamson

vfio: Fix debug message compile error

This fixes a compiler error which occurs if DEBUG_VFIO is defined.
Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: NAlex Williamson <alex.williamson@redhat.com>
上级 2e6e697e
......@@ -516,7 +516,7 @@ static void vfio_msi_interrupt(void *opaque)
abort();
}
trace_vfio_msi_interrupt(vbasedev->name, nr, msg.address, msg.data);
trace_vfio_msi_interrupt(vdev->vbasedev.name, nr, msg.address, msg.data);
#endif
if (vdev->interrupt == VFIO_INT_MSIX) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册