mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
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>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
abca0fc329
commit
ef52091aeb
@ -993,3 +993,17 @@ SRST
|
||||
``info virtio-queue-element`` *path* *queue* [*index*]
|
||||
Display element of a given virtio queue
|
||||
ERST
|
||||
|
||||
{
|
||||
.name = "cryptodev",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "show the crypto devices",
|
||||
.cmd = hmp_info_cryptodev,
|
||||
.flags = "p",
|
||||
},
|
||||
|
||||
SRST
|
||||
``info cryptodev``
|
||||
Show the crypto devices.
|
||||
ERST
|
||||
|
Reference in New Issue
Block a user