Re: [PATCH v2 2/4] scripts/tracetool: Use void pointer for vcpu

2020-07-21 Thread Stefan Hajnoczi
On Fri, Jul 17, 2020 at 12:35:15PM +0300, Roman Bolshakov wrote: > dtrace on macOS complains that CPUState * is used for a few probes: > > dtrace: failed to compile script trace-dtrace-root.dtrace: line 130: syntax > error near "CPUState" > > A comment in scripts/tracetool/__init__.py mentions

[PATCH v2 2/4] scripts/tracetool: Use void pointer for vcpu

2020-07-17 Thread Roman Bolshakov
dtrace on macOS complains that CPUState * is used for a few probes: dtrace: failed to compile script trace-dtrace-root.dtrace: line 130: syntax error near "CPUState" A comment in scripts/tracetool/__init__.py mentions that: We only want to allow standard C types or fixed sized integer typ