2022-03-24 06:38:25

by zhenwei pi

[permalink] [raw]
Subject: Re: Re: [PATCH v3 1/6] virtio-crypto: header update

On 3/23/22 23:38, Daniel P. Berrangé wrote:
> On Wed, Mar 23, 2022 at 10:49:07AM +0800, zhenwei pi wrote:
>> Update header from linux, support akcipher service.
>
> I'm assuming this is updated for *non-merged* Linux headers, since
> I don't see these changes present in current linux.git
>
>>
Hi,

The related context link:
https://lkml.org/lkml/2022/3/1/1425

- The virtio crypto spec is the first part. It will be deferred to 1.3.
The latest version:
https://www.oasis-open.org/committees/ballot.php?id=3681 (need put
"__le32 akcipher_algo;" instead of "__le32 reserve;" and repost)

- According to the spec, then we can define the linux headers. (depend
on the spec)

- Update the header file for QEMU. (depend on the linux headers)

All the parts are in development.

--
zhenwei pi