summary refs log tree commit diff stats
path: root/hw/virtio/virtio-hmp-cmds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* virtio: Move HMP commands from monitor/ to hw/virtio/Markus Armbruster2023-02-041-0/+321
This moves these commands from MAINTAINERS section "Human Monitor (HMP)" to "virtio". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-20-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>