[PATCH 0/7] Support crypto device

zhenwei pi pizhenwei at bytedance.com
Sat Jan 7 00:15:30 UTC 2023



On 1/6/23 19:37, Michal Prívozník wrote:
> On 1/4/23 04:29, zhenwei pi wrote:
>> Hi,
>>
>> This series supports crypto device, also add support for QEMU.
>> The basic xml schema looks 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>
>>
>> Each patch has been tested by 'ninja -C build test', and launch a QEMU
>> with crypto devices, it works fine.
>>
> 
> I've got couple of suggestions. For patch 2/7 I've created a 'fixup'
> commit and uploaded the whole branch onto my gitlab:
> 
> https://gitlab.com/MichalPrivoznik/libvirt/-/commits/crypto_review
> 
> Please check it out and consider squashing it in. For other suggestions
> I did not create such commit.
> 
> Michal
> 

Thanks! I'll send a v2 version later.

-- 
zhenwei pi



More information about the libvir-list mailing list