Re: [Qemu-devel] [PATCH v2 0/5] spapr: convert SPAPR devices to trace framework

2016-09-18 Thread David Gibson
On Fri, Sep 16, 2016 at 02:39:06PM +0200, Laurent Vivier wrote: > Define and use trace_spapr_XXX functions instead of > DPRINTF to trace some SPAPR devices: spapr_vio, spapr_drc, spapr_rtas, > spapr_llan, spapr_vscsi. > > This allows to enable dynamically (instead of recompiling the source) > the

[Qemu-devel] [PATCH v2 0/5] spapr: convert SPAPR devices to trace framework

2016-09-16 Thread Laurent Vivier
Define and use trace_spapr_XXX functions instead of DPRINTF to trace some SPAPR devices: spapr_vio, spapr_drc, spapr_rtas, spapr_llan, spapr_vscsi. This allows to enable dynamically (instead of recompiling the source) the traces for these devices. Messages are close as possible as messages used by