Profile

Contact Details

Ribbons

Badges

Mr. Paolo Bonzini


Contributions

1 to 5 of 50+ total
Posted By Paolo Bonzini 09-19-2023 06:59
Found In Egroup: virtio-comment
\ view thread
On 9/19/23 02:35, Anton Yakovlev wrote: > > If the Linux virtio sound driver violates a specification, then there > must be > a conformance statement that the driver does not follow. As far as I know, > there is no such thing at the moment. There is one in 2.7.13.3: "The device MAY access ...
Posted By Paolo Bonzini 09-13-2023 15:51
Found In Egroup: virtio-comment
\ view thread
On Wed, Sep 13, 2023 at 5:05?PM Matias Ezequiel Vara Larsen wrote: > > Hello, > > This email is to report a behavior of the Linux virtio-sound driver that > looks like it is not conforming to the VirtIO specification. The kernel > driver is moving buffers from the used ring to the available ...
Posted By Paolo Bonzini 04-12-2022 08:55
Found In Egroup: virtio-comment
\ view thread
On Tue, Apr 12, 2022 at 10:15 AM Cornelia Huck wrote: > +#define VIRTIO_CRYPTO_RSA_NO_HASH 0 > +#define VIRTIO_CRYPTO_RSA_MD2 1 > +#define VIRTIO_CRYPTO_RSA_MD3 2 > +#define VIRTIO_CRYPTO_RSA_MD4 3 > +#define VIRTIO_CRYPTO_RSA_MD5 4 > +#define VIRTIO_CRYPTO_RSA_SHA1 5 > +#define VIRT ...
Posted By Paolo Bonzini 11-19-2020 15:55
Found In Egroup: virtio-comment
\ view thread
On 19/11/20 02:41, Jie Deng wrote: >> >> No, the kick is only an advice. The device is allowed to poll on the >> ring and ignore kicks completely, for example. >> >> Paolo >> > Understood. But I saw your proposal can only group two segments > "write-read". > What if we have segments ...
Posted By Paolo Bonzini 11-18-2020 08:22
Found In Egroup: virtio-comment
\ view thread
On 18/11/20 03:06, Jie Deng wrote: > Can the "kick" be used for grouping ? I mean when a write and a read > are sent by one kick at a time, they will be treated as one > transaction by default if the host has such a feature bit. No, the kick is only an advice. The device is allowed to poll ...