On 1/4/23 04:29, zhenwei pi wrote: > Introduce crypto device like: > > <crypto model='virtio' type='qemu'> > <backend model='builtin' queues='1'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> > </crypto> > > <crypto model='virtio' type='qemu'> > <backend model='lkcf'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> > </crypto> > > Currently, crypto model supports virtio only, type supports qemu only > (vhost-user in the plan). For the qemu type, backend supports modle > builtin/lkcf, and the queues is optional. > > Signed-off-by: zhenwei pi <pizhenwei@xxxxxxxxxxxxx> > --- > docs/formatdomain.rst | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) This should be merged to 2/7 which actually introduces the device. There's no need to split them. In fact, whomever decides to backport one of these patches will need to backport the other too. Michal