mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
capabilities: introduce crypto device
Changes in this commit: - docs: formatdomaincaps.rst - conf: crypto related domain caps - qemu: crypto related - tests: crypto related test Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
committed by
Michal Privoznik
parent
7ba22d21a1
commit
71fa94302a
@@ -236,6 +236,17 @@
|
||||
<value>spicevmc</value>
|
||||
</enum>
|
||||
</channel>
|
||||
<crypto supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
</enum>
|
||||
<enum name='type'>
|
||||
<value>qemu</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>builtin</value>
|
||||
</enum>
|
||||
</crypto>
|
||||
</devices>
|
||||
<features>
|
||||
<gic supported='no'/>
|
||||
|
||||
Reference in New Issue
Block a user