zhenwei pi
5dcb019810
cryptodev: Introduce 'query-cryptodev' QMP command
Now we have a QMP command to query crypto devices:
virsh qemu-monitor-command vm '{"execute": "query-cryptodev"}' | jq
{
"return": [
{
"service": [
"akcipher",
"mac",
"hash",
"cipher"
],
"id": "cryptodev1",
"client": [
{
"queue": 0,
"type": "builtin"
}
]
},
{
"service": [
"akcipher"
],
"id": "cryptodev0",
"client": [
{
"queue": 0,
"type": "lkcf"
}
]
}
],
"id": "libvirt-417"
}
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Message-Id: <20230301105847.253084-6-pizhenwei@bytedance.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2023-03-07 12:38:59 -05:00
..
2023-02-08 07:28:05 +01:00
2021-02-08 16:57:37 +11:00
2023-03-07 12:38:59 -05:00
2023-03-07 12:38:59 -05:00
2023-03-07 12:38:59 -05:00
2023-03-07 12:38:59 -05:00
2023-03-07 12:38:59 -05:00
2021-12-21 10:50:21 +04:00
2022-08-18 10:35:44 +04:00
2023-02-08 07:28:05 +01:00
2022-02-21 13:30:20 +00:00
2021-06-15 20:27:38 +02:00
2021-06-15 20:27:38 +02:00
2022-12-28 14:59:55 +01:00
2020-06-19 07:25:55 -04:00
2022-11-02 06:56:32 -04:00
2021-02-08 15:15:32 +01:00
2022-10-27 07:56:56 +02:00
2022-10-27 07:56:56 +02:00
2023-02-23 13:56:14 +01:00
2021-06-02 06:51:09 +02:00
2020-08-21 06:18:24 -04:00
2023-03-02 03:10:47 -05:00