summary refs log tree commit diff stats
path: root/net/net-hmp-cmds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2023-02-041-0/+28
| | | | | Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-17-armbru@redhat.com>
* net: Move HMP commands from monitor to net/Markus Armbruster2023-02-041-0/+142
This moves these commands from MAINTAINERS sections "Human Monitor (HMP)" and "QMP" to "Network device backends". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-16-armbru@redhat.com>