intel_iommu: switching the rest DPRINTF to trace
commit7feb51b7093145e3ee16b0194099d77e00a18ddb
authorPeter Xu <peterx@redhat.com>
Fri, 9 Jun 2017 13:53:27 +0000 (9 21:53 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 16 Jun 2017 15:44:55 +0000 (16 18:44 +0300)
tree31a3245c9ad6ebcce5a346bca3f2340ab453414c
parente691ef69911a08bf007c3ef1412f9232b0102fb1
intel_iommu: switching the rest DPRINTF to trace

We have converted many of the DPRINTF() into traces. This patch does the
last 100+ ones.

To debug VT-d when error happens, let's try enable:

  -trace enable="vtd_err*"

This should works just like the old GENERAL but of course better, since
we don't need to recompile.

Similar rules apply to the other modules. I was trying to make the
prefix good enough for sub-module debugging.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c
hw/i386/trace-events