Re: [PATCH v5 0/7] trace qmp commands

2022-01-26 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > This series aims to add trace points for each qmp command with help of > qapi code generator. I found only really minor things. A quick respin should get us to the finish line. Thanks!

Re: [PATCH v5 0/7] trace qmp commands

2022-01-26 Thread Stefan Hajnoczi
On Tue, Jan 25, 2022 at 10:56:48PM +0100, Vladimir Sementsov-Ogievskiy wrote: > This series aims to add trace points for each qmp command with help of > qapi code generator. > > v5: small fixes and rewordings, + reshuffle patches so that main meson change > now is like in v3 and Paolo's a-b make

[PATCH v5 0/7] trace qmp commands

2022-01-25 Thread Vladimir Sementsov-Ogievskiy
This series aims to add trace points for each qmp command with help of qapi code generator. v5: small fixes and rewordings, + reshuffle patches so that main meson change now is like in v3 and Paolo's a-b make sense again. 01: - fix/reword commit message - fix typing in qapi/gen.py - rena