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

2014-10-31 Thread Eric Auger
On 10/31/2014 03:35 PM, Alex Williamson wrote: > On Fri, 2014-10-31 at 13:44 +, 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 >> >> --- > > I've alr

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

2014-10-31 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

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

2014-10-31 Thread Alex Williamson
On Fri, 2014-10-31 at 13:44 +, 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 > > --- I've already got this one: http://lists.gnu.org/archive/html/qem