Hi Mark, On 11/17/2017 10:42 AM, Mark Cave-Ayland wrote: > This is in preparation for switching code in hw/sparc64 from DPRINTF over to > trace events.
This could be squashed with next commit, Either way: Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > Makefile.objs | 1 + > hw/sparc64/trace-events | 1 + > 2 files changed, 2 insertions(+) > create mode 100644 hw/sparc64/trace-events > > diff --git a/Makefile.objs b/Makefile.objs > index 285c6f3..c8b1bba 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -140,6 +140,7 @@ trace-events-subdirs += hw/input > trace-events-subdirs += hw/timer > trace-events-subdirs += hw/dma > trace-events-subdirs += hw/sparc > +trace-events-subdirs += hw/sparc64 > trace-events-subdirs += hw/sd > trace-events-subdirs += hw/isa > trace-events-subdirs += hw/mem > diff --git a/hw/sparc64/trace-events b/hw/sparc64/trace-events > new file mode 100644 > index 0000000..9284b1f > --- /dev/null > +++ b/hw/sparc64/trace-events > @@ -0,0 +1 @@ > +# See docs/devel/tracing.txt for syntax documentation. >