Re: [Qemu-devel] [PATCH 13/32] qmp: Revert change to handle_qmp_command tracepoint

2018-07-02 Thread Eric Blake
On 07/02/2018 11:21 AM, Markus Armbruster wrote: Commit 71da4667db6 "monitor: separate QMP parser and dispatcher" moved the handle_qmp_command tracepoint from handle_qmp_command() to monitor_qmp_dispatch_one(). This delays tracing from enqueue time to dequeue time. Revert that. Dequeue remains

[Qemu-devel] [PATCH 13/32] qmp: Revert change to handle_qmp_command tracepoint

2018-07-02 Thread Markus Armbruster
Commit 71da4667db6 "monitor: separate QMP parser and dispatcher" moved the handle_qmp_command tracepoint from handle_qmp_command() to monitor_qmp_dispatch_one(). This delays tracing from enqueue time to dequeue time. Revert that. Dequeue remains adequately visible via tracepoint monitor_qmp_cmd_