]> git.proxmox.com Git - mirror_qemu.git/commit
hmp: add cryptodev info command
authorzhenwei pi <pizhenwei@bytedance.com>
Wed, 1 Mar 2023 10:58:42 +0000 (18:58 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Mar 2023 17:38:59 +0000 (12:38 -0500)
commitef52091aebb9860d9a454a792a9fbd66acdc63c8
tree6c6703b71a17a62281cd0c23c8df369a257d0547
parentabca0fc329a89c1a497974db50f284a37c32f2f5
hmp: add cryptodev info command

Example of this command:
 # virsh qemu-monitor-command vm --hmp info cryptodev
cryptodev1: service=[akcipher|mac|hash|cipher]
    queue 0: type=builtin
cryptodev0: service=[akcipher]
    queue 0: type=lkcf

Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Message-Id: <20230301105847.253084-8-pizhenwei@bytedance.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
backends/cryptodev-hmp-cmds.c [new file with mode: 0644]
backends/meson.build
hmp-commands-info.hx
include/monitor/hmp.h