summaryrefslogtreecommitdiffstats
path: root/hmp-commands-info.hx
diff options
context:
space:
mode:
authorYuval Shaia2019-03-11 11:29:09 +0100
committerMarcel Apfelbaum2019-03-16 14:52:44 +0100
commitf4b2c02a2911b164474b998532b1a963fc9b785b (patch)
tree79f2982c291e4f2a78a3892699982f1150b4d419 /hmp-commands-info.hx
parenthw/pvrdma: Collect debugging statistics (diff)
downloadqemu-f4b2c02a2911b164474b998532b1a963fc9b785b.tar.gz
qemu-f4b2c02a2911b164474b998532b1a963fc9b785b.tar.xz
qemu-f4b2c02a2911b164474b998532b1a963fc9b785b.zip
{hmp, hw/pvrdma}: Expose device internals via monitor interface
Allow interrogating device internals through HMP interface. The exposed indicators can be used for troubleshooting by developers or sysadmin. There is no need to expose these attributes to a management system (e.x. libvirt) because (1) most of them are not "device-management' related info and (2) there is no guarantee the interface is stable. Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1552300155-25216-6-git-send-email-yuval.shaia@oracle.com> Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r--hmp-commands-info.hx14
1 files changed, 14 insertions, 0 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index cbee8b944d..c59444c461 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -205,6 +205,20 @@ Show PIC state.
ETEXI
{
+ .name = "rdma",
+ .args_type = "",
+ .params = "",
+ .help = "show RDMA state",
+ .cmd = hmp_info_rdma,
+ },
+
+STEXI
+@item info rdma
+@findex info rdma
+Show RDMA state.
+ETEXI
+
+ {
.name = "pci",
.args_type = "",
.params = "",