]> git.proxmox.com Git - mirror_qemu.git/commit
intel-iommu: trace domain id during page walk
authorPeter Xu <peterx@redhat.com>
Fri, 18 May 2018 07:25:15 +0000 (15:25 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 May 2018 14:33:58 +0000 (17:33 +0300)
commitd118c06ebbee2d23ddf873cae4a809311aa61310
treefa1f1d1ebff1c6dc4deed1cd9f9a4885e5458ca9
parent2f764fa87d2a81812b313dd6d998e10126292653
intel-iommu: trace domain id during page walk

This patch only modifies the trace points.

Previously we were tracing page walk levels.  They are redundant since
we have page mask (size) already.  Now we trace something much more
useful which is the domain ID of the page walking.  That can be very
useful when we trace more than one devices on the same system, so that
we can know which map is for which domain.

CC: QEMU Stable <qemu-stable@nongnu.org>
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