summary refs log tree commit diff stats
path: root/include/monitor/qmp-helpers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* char: Factor out qmp_add_client() parts and move to chardev/Markus Armbruster2023-02-041-0/+3
| | | | | | | | Code moves from MAINTAINERS section "QMP" to "Character device backends". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-5-armbru@redhat.com>
* ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster2023-01-191-0/+26
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230109190321.1056914-11-armbru@redhat.com>