Re: [PATCH 3/3] meson: generate trace points for qmp commands

2021-12-23 Thread Vladimir Sementsov-Ogievskiy
23.12.2021 12:33, Vladimir Sementsov-Ogievskiy wrote: 23.12.2021 01:11, Paolo Bonzini wrote: Il mar 21 dic 2021, 20:35 Vladimir Sementsov-Ogievskiy mailto:vsement...@virtuozzo.com>> ha scritto:     --- a/trace/meson.build     +++ b/trace/meson.build     @@ -2,10 +2,14 @@  specific_ss.add(f

Re: [PATCH 3/3] meson: generate trace points for qmp commands

2021-12-23 Thread Vladimir Sementsov-Ogievskiy
23.12.2021 01:11, Paolo Bonzini wrote: Il mar 21 dic 2021, 20:35 Vladimir Sementsov-Ogievskiy mailto:vsement...@virtuozzo.com>> ha scritto: --- a/trace/meson.build +++ b/trace/meson.build @@ -2,10 +2,14 @@  specific_ss.add(files('control-target.c'))  trace_events_files = [

Re: [PATCH 3/3] meson: generate trace points for qmp commands

2021-12-22 Thread Paolo Bonzini
Il mar 21 dic 2021, 20:35 Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> ha scritto: --- a/trace/meson.build +++ b/trace/meson.build @@ -2,10 +2,14 @@ specific_ss.add(files('control-target.c')) trace_events_files = [] -foreach dir : [ '.' ] + trace_events_subdirs - trace_events_file

[PATCH 3/3] meson: generate trace points for qmp commands

2021-12-21 Thread Vladimir Sementsov-Ogievskiy
I need help with this thing. Now it works like this: make -j9 ninja: error: '/work/src/qemu/up/up-trace-qmp-commands/build/qapi/qapi-commands-authz.trace-events', needed by 'trace/trace-events-all', missing and no known rule to make it make[1]: *** [Makefile:162: run-ninja] Error 1 make[1]: Leav