OSDN Git Service

intel_iommu: Fix two misuse of "0x%u" prints
authorPeter Xu <peterx@redhat.com>
Mon, 19 Oct 2020 17:39:22 +0000 (13:39 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 30 Oct 2020 10:48:53 +0000 (06:48 -0400)
commit73beb01ec54969f76ab32d1e0605a759b6c95ab0
tree15d30ba72a5df15068ecc97b274dcc16af4e94e6
parentd68cdae30eef62dde61c8b8467a96c01c8f80270
intel_iommu: Fix two misuse of "0x%u" prints

Dave magically found this.  Fix them with "0x%x".

Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20201019173922.100270-1-peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c