]> Git Repo - qemu.git/commit - monitor/qmp-cmds.c
qapi: introduce x-query-rdma QMP command
authorDaniel P. Berrangé <[email protected]>
Wed, 8 Sep 2021 09:35:43 +0000 (10:35 +0100)
committerDaniel P. Berrangé <[email protected]>
Tue, 2 Nov 2021 15:55:14 +0000 (15:55 +0000)
commit8dbbca5c056842d53498f643a15cac8593d51424
tree7644cfc5c677565e0f610f8f76fbd8796d612897
parentfc30920731470a44c69c8359be45b72ac7314fb6
qapi: introduce x-query-rdma QMP command

This is a counterpart to the HMP "info rdma" command. It is being
added with an "x-" prefix because this QMP command is intended as an
adhoc debugging tool and will thus not be modelled in QAPI as fully
structured data, nor will it have long term guaranteed stability.
The existing HMP command is rewritten to call the QMP command.

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Daniel P. Berrangé <[email protected]>
hmp-commands-info.hx
hw/rdma/rdma_rm.c
hw/rdma/rdma_rm.h
hw/rdma/vmw/pvrdma_main.c
include/hw/rdma/rdma.h
monitor/hmp-cmds.c
monitor/qmp-cmds.c
qapi/machine.json
This page took 0.03106 seconds and 4 git commands to generate.