Re: [PATCH v2 0/4] Add dtrace support on macOS

2020-08-07 Thread Stefan Hajnoczi
On Fri, Jul 17, 2020 at 12:35:13PM +0300, Roman Bolshakov wrote: > Hi, > > This is a small series that enables dtrace tracing backend on macOS. > Whether or not it should go to 5.1 is up to discretion of tracing > maintainers. > > Thanks, > Roman > > Changes since v1: > - Fixed a typo ANSI C to

Re: [PATCH v2 0/4] Add dtrace support on macOS

2020-07-21 Thread Stefan Hajnoczi
On Fri, Jul 17, 2020 at 12:35:13PM +0300, Roman Bolshakov wrote: > Hi, > > This is a small series that enables dtrace tracing backend on macOS. > Whether or not it should go to 5.1 is up to discretion of tracing > maintainers. Thanks for the patches. I would like to apply them for QEMU 5.2. I ha

[PATCH v2 0/4] Add dtrace support on macOS

2020-07-17 Thread Roman Bolshakov
Hi, This is a small series that enables dtrace tracing backend on macOS. Whether or not it should go to 5.1 is up to discretion of tracing maintainers. Thanks, Roman Changes since v1: - Fixed a typo ANSI C to C99, wrt to _Bool in the first patch. - Prevented a few [-Wpointer-sign] warnings by