
9 Jan
2017
9 Jan
'17
3:26 a.m.
Sent: Monday, January 09, 2017 10:15 AM To: libvir-list@redhat.com Cc: Wubin (H); Zhoujian (jay, Euler); Gonglei (Arei); berrange@redhat.com; longpeng Subject: [PATCH] conf: Parse virtio-crypto in the domain XML
As virtio-crypto has been supported in QEMU 2.9 and
Take a quick glance: s/QEMU 2.9/QEMU 2.8/
the frontend driver has been merged in linux 4.10, so it's necessary to support virtio-crypto in domain XML.
This patch parse the domain XML with virtio-crypto support, the virtio-crypto XML looks like this:
<crypto model='virtio'> <backend type='builtin' queues='2'/> </crypto>
Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com> ---