]> git.proxmox.com Git - mirror_qemu.git/commit - backends/cryptodev-lkcf.c
cryptodev: Remove 'name' & 'model' fields
authorzhenwei pi <pizhenwei@bytedance.com>
Wed, 1 Mar 2023 10:58:37 +0000 (18:58 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Mar 2023 17:38:59 +0000 (12:38 -0500)
commit3f478371fde24778ac09b4f7ffa82b00e87a97ec
treec797aa54fc4446ed6e38b96155599c535d519b25
parent14c9fd1673ac8c6855a93c882870da8403b5a5d6
cryptodev: Remove 'name' & 'model' fields

We have already used qapi to generate crypto device types, this allows
to convert type to a string 'model', so the 'model' field is not
needed.

And the 'name' field is not used by any backend driver, drop it.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Message-Id: <20230301105847.253084-3-pizhenwei@bytedance.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
backends/cryptodev-builtin.c
backends/cryptodev-lkcf.c
backends/cryptodev-vhost-user.c
backends/cryptodev.c
include/sysemu/cryptodev.h