Re: [PATCH v4 00/13] [RfC] fix tracing for modules

2021-06-10 Thread Stefan Hajnoczi
On Thu, Jun 10, 2021 at 08:32:05AM +0200, Gerd Hoffmann wrote: > On Wed, Jun 09, 2021 at 04:14:12PM +0100, Stefan Hajnoczi wrote: > > On Tue, Jun 01, 2021 at 03:24:01PM +0200, Gerd Hoffmann wrote: > > > First version that actually works. Only qxl covered for this RfC, > > > other modules will foll

Re: [PATCH v4 00/13] [RfC] fix tracing for modules

2021-06-09 Thread Gerd Hoffmann
On Wed, Jun 09, 2021 at 04:14:12PM +0100, Stefan Hajnoczi wrote: > On Tue, Jun 01, 2021 at 03:24:01PM +0200, Gerd Hoffmann wrote: > > First version that actually works. Only qxl covered for this RfC, > > other modules will follow once the basics are hashed out. > > > > v4: > > - rebase to latest

Re: [PATCH v4 00/13] [RfC] fix tracing for modules

2021-06-09 Thread Stefan Hajnoczi
On Tue, Jun 01, 2021 at 03:24:01PM +0200, Gerd Hoffmann wrote: > First version that actually works. Only qxl covered for this RfC, > other modules will follow once the basics are hashed out. > > v4: > - rebase to latest master. > - fix systemtap tracing. > - also cover virtio-gpu modules. > -

[PATCH v4 00/13] [RfC] fix tracing for modules

2021-06-01 Thread Gerd Hoffmann
First version that actually works. Only qxl covered for this RfC, other modules will follow once the basics are hashed out. v4: - rebase to latest master. - fix systemtap tracing. - also cover virtio-gpu modules. - pick up some review tags. - misc minor tweaks. v3: - handle initialization