qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] VT-d: convert the rest of DPRINTF()s


From: Peter Xu
Subject: [Qemu-devel] [PATCH 0/3] VT-d: convert the rest of DPRINTF()s
Date: Fri, 9 Jun 2017 21:04:10 +0800

Mainly I am doing the translation and then we can get rid of that.
Finally we won't need to recompile for its debugging any more.

I did spend some time on considering which DPRINTF to remove, which
one to convert to trace_*, also I am more careful this time with the
naming, e.g., I named all the error cases with trace_vtd_err_*, so
that we can easily get them when as long as we have a HMP interface,
using:

  trace-event vtd_err* on

The next two patches are simple cleanups. Please review. Thanks.

(I really want this series to be in asap... I should just do this
 months ago)

Peter Xu (3):
  intel_iommu: switching the rest DPRINTF to trace
  intel_iommu: cleanup vtd_iommu_translate()
  intel_iommu: cleanup vtd_interrupt_remap_msi()

 hw/i386/intel_iommu.c | 378 ++++++++++++++++----------------------------------
 hw/i386/trace-events  |  42 ++++++
 2 files changed, 162 insertions(+), 258 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]