Re: [PATCH 2/3] scripts/qapi-gen.py: add --add-trace-points option

2021-12-23 Thread Philippe Mathieu-Daudé
On 12/21/21 20:35, Vladimir Sementsov-Ogievskiy wrote: > Add and option to generate trace points. We should generate both trace > points and trace-events files for further trace point code generation. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > scripts/qapi/gen.py | 13 ++---

[PATCH 2/3] scripts/qapi-gen.py: add --add-trace-points option

2021-12-21 Thread Vladimir Sementsov-Ogievskiy
Add and option to generate trace points. We should generate both trace points and trace-events files for further trace point code generation. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/qapi/gen.py | 13 ++--- scripts/qapi/main.py | 10 +++--- 2 files changed, 17 inserti