Re: [Qemu-devel] [PATCH v7 08/17] intel_iommu: convert dbg macros to trace for trans

2017-02-09 Thread David Gibson
On Tue, Feb 07, 2017 at 04:28:10PM +0800, Peter Xu wrote: > Another patch to convert the DPRINTF() stuffs. This patch focuses on the > address translation path and caching. > > Signed-off-by: Peter Xu Reviewed-by: David Gibson > --- > hw/i386/intel_iommu.c | 69 > ++--

Re: [Qemu-devel] [PATCH v7 08/17] intel_iommu: convert dbg macros to trace for trans

2017-02-07 Thread Jason Wang
On 2017年02月07日 16:28, Peter Xu wrote: Another patch to convert the DPRINTF() stuffs. This patch focuses on the address translation path and caching. Signed-off-by: Peter Xu --- hw/i386/intel_iommu.c | 69 ++- hw/i386/trace-events | 10 ++

[Qemu-devel] [PATCH v7 08/17] intel_iommu: convert dbg macros to trace for trans

2017-02-07 Thread Peter Xu
Another patch to convert the DPRINTF() stuffs. This patch focuses on the address translation path and caching. Signed-off-by: Peter Xu --- hw/i386/intel_iommu.c | 69 ++- hw/i386/trace-events | 10 2 files changed, 34 insertions(+), 45 de