]> git.proxmox.com Git - mirror_qemu.git/commit - hw/rdma/vmw/pvrdma_main.c
{hmp, hw/pvrdma}: Expose device internals via monitor interface
authorYuval Shaia <yuval.shaia@oracle.com>
Mon, 11 Mar 2019 10:29:09 +0000 (03:29 -0700)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Sat, 16 Mar 2019 13:52:44 +0000 (15:52 +0200)
commitf4b2c02a2911b164474b998532b1a963fc9b785b
tree79f2982c291e4f2a78a3892699982f1150b4d419
parentc2dd117b38583f89d6a2e4a6dfc6d693990ffc39
{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>
hmp-commands-info.hx
hmp.c
hmp.h
hw/rdma/Makefile.objs
hw/rdma/rdma.c [new file with mode: 0644]
hw/rdma/rdma_rm.c
hw/rdma/rdma_rm.h
hw/rdma/vmw/pvrdma_main.c
include/hw/rdma/rdma.h [new file with mode: 0644]