Re: [Qemu-devel] [PATCH v2] vfio: migration to trace points

2014-10-21 Thread Alex Williamson
On Tue, 2014-09-30 at 07:47 +0100, Eric Auger wrote: > This patch removes all DPRINTF and replace them by trace points. > A few DPRINTF used in error cases were transformed into error_report. > > Signed-off-by: Eric Auger > > --- > > - __func__ is removed since trace point name does the same jo

[Qemu-devel] [PATCH v2] vfio: migration to trace points

2014-09-29 Thread Eric Auger
This patch removes all DPRINTF and replace them by trace points. A few DPRINTF used in error cases were transformed into error_report. Signed-off-by: Eric Auger --- - __func__ is removed since trace point name does the same job - HWADDR_PRIx were replaced by PRIx64 - this transformation just is