> > Sent: Monday, January 09, 2017 10:15 AM > To: [email protected] > Cc: Wubin (H); Zhoujian (jay, Euler); Gonglei (Arei); [email protected]; > 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) <[email protected]> > --- -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
