On 6 March 2018 at 17:22, Stefan Hajnoczi <stefa...@redhat.com> wrote: > Commit 9eb8040c2d2b ("hw/misc/tz-ppc: Model TrustZone peripheral > protection controller") added trace events with hwaddr type arguments. > > This is not allowed and leads to the following compiler errors when > building with ./configure --enable-trace-backends=ust: > > trace-ust-all.h:11847:20: error: unknown type name ‘hwaddr’; did you mean > ‘h_addr’? > TP_ARGS(int, n, hwaddr, offset, bool, secure, bool, user), > > Generated LTTng UST tracepoint definitions cannot include declarations > for all QEMU types and therefore docs/devel/tracing.txt requires using > only primitive or stdint.h types. > > Cc: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > ---
Thanks -- Dan sent a patch for this already which I've committed to master as commit f32408f3b472a08. -- PMM