[virtio-dev] RE: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Parav Pandit
> From: Chen, Jiqian > Sent: Tuesday, January 16, 2024 12:08 PM > > On 2024/1/15 19:10, Parav Pandit wrote: > > > >> From: Chen, Jiqian > >> Sent: Monday, January 15, 2024 4:37 PM > >> > >> On 2024/1/15 18:52, Parav Pandit wrote: > >>> > From: Chen, Jiqian > Sent: Monday, January

[virtio-dev] Re: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Chen, Jiqian
On 2024/1/15 19:10, Parav Pandit wrote: > >> From: Chen, Jiqian >> Sent: Monday, January 15, 2024 4:37 PM >> >> On 2024/1/15 18:52, Parav Pandit wrote: >>> From: Chen, Jiqian Sent: Monday, January 15, 2024 4:17 PM On 2024/1/15 17:46, Parav Pandit wrote: > >> From:

[virtio-dev] Re: [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-15 Thread Michael S. Tsirkin
On Mon, Jan 15, 2024 at 09:06:02PM +0800, Heng Qi wrote: > Currently, when each time the driver attempts to update the coalescing > parameters > for a vq, it needs to kick the device and wait for the ctrlq response to > return. > The following path is observed: 1. Driver kicks the device; 2.

[virtio-dev] Re: [virtio-comment] [RFC PATCH v3] virtio-can: Device specification.

2024-01-15 Thread Cornelia Huck
On Mon, Jan 08 2024, Mikhail Golubev-Ciuchea wrote: > Hi all! > > I kindly request a vote. > > Fixes: https://github.com/oasis-tcs/virtio-spec/issues/186 Oh, that has been a while... I believe that this still fits on top, although it has conflicts with virtio-spi, but nothing that a bit of

[virtio-dev] Re: [virtio-comment] [PATCH v2 1/1] RFC: virtio-bt: add virtio BT device specification

2024-01-15 Thread Cornelia Huck
On Thu, Dec 07 2023, Igor Skalkin wrote: > diff --git a/device-types/bt/description.tex b/device-types/bt/description.tex > new file mode 100644 > index 000..98311f4 > --- /dev/null > +++ b/device-types/bt/description.tex > @@ -0,0 +1,158 @@ > +\section{BT Device}\label{sec:Device Types / BT

[virtio-dev] Re: [RESEND PATCH 0/1] ALSA: virtio: add support for audio controls

2024-01-15 Thread Aiswarya Cyriac
Hi Marcin, I have pushed v2 of the patches with a fix today. The feature development is complete and the patch awaits review. Thanks for any support in testing or review. Best Regards, Aiswarya Cyriac Software Engineer ​ OpenSynergy GmbH Rotherstr. 20, 10245 Berlin EMail:

[virtio-dev] [v2 PATCH 1/1] ALSA: virtio: add support for audio controls

2024-01-15 Thread Aiswarya Cyriac
From: Anton Yakovlev Implementation of support for audio controls in accordance with the extension of the virtio sound device specification [1] planned for virtio-v1.3-cs01. The device can announce the VIRTIO_SND_F_CTLS feature. If the feature is negotiated, then an additional field appears in

[virtio-dev] [v2 PATCH 0/1] ALSA: virtio: add support for audio controls

2024-01-15 Thread Aiswarya Cyriac
From: Anton Yakovlev Changes in v2 - Fix reporting of incorrect number of items for ENUMERATED controls Implementation of support for audio controls in accordance with the extension of the virtio sound device specification[1] planned for virtio-v1.3-cs01. Design of virtual audio controls is

[virtio-dev] RE: [virtio-comment] [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-15 Thread Parav Pandit
> From: virtio-comm...@lists.oasis-open.org open.org> On Behalf Of Heng Qi > Sent: Monday, January 15, 2024 6:36 PM > > Currently, when each time the driver attempts to update the coalescing > parameters for a vq, it needs to kick the device and wait for the ctrlq > response to return. It

[virtio-dev] RE: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Parav Pandit
> From: Chen, Jiqian > Sent: Monday, January 15, 2024 4:37 PM > > On 2024/1/15 18:52, Parav Pandit wrote: > > > >> From: Chen, Jiqian > >> Sent: Monday, January 15, 2024 4:17 PM > >> > >> On 2024/1/15 17:46, Parav Pandit wrote: > >>> > From: Chen, Jiqian > Sent: Monday, January 15,

[virtio-dev] Re: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Chen, Jiqian
On 2024/1/15 18:52, Parav Pandit wrote: > >> From: Chen, Jiqian >> Sent: Monday, January 15, 2024 4:17 PM >> >> On 2024/1/15 17:46, Parav Pandit wrote: >>> From: Chen, Jiqian Sent: Monday, January 15, 2024 3:10 PM >>> > Display resources should be only restored when following

[virtio-dev] RE: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Parav Pandit
> From: Chen, Jiqian > Sent: Monday, January 15, 2024 4:17 PM > > On 2024/1/15 17:46, Parav Pandit wrote: > > > >> From: Chen, Jiqian > >> Sent: Monday, January 15, 2024 3:10 PM > > > >>> Display resources should be only restored when following conditions > >>> are > >> met. > >>> 1. PCI PM

[virtio-dev] Re: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Chen, Jiqian
On 2024/1/15 17:46, Parav Pandit wrote: > >> From: Chen, Jiqian >> Sent: Monday, January 15, 2024 3:10 PM > >>> Display resources should be only restored when following conditions are >> met. >>> 1. PCI PM cap is reported. >>> 2. PCI PM cap has non_soft_reset=1 >>> 3. virtio guest driver do not

[virtio-dev] RE: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Parav Pandit
> From: Chen, Jiqian > Sent: Monday, January 15, 2024 3:10 PM > > Display resources should be only restored when following conditions are > met. > > 1. PCI PM cap is reported. > > 2. PCI PM cap has non_soft_reset=1 > > 3. virtio guest driver do not perform reset when transport offers a restore

[virtio-dev] Re: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Chen, Jiqian
On 2024/1/15 17:16, Parav Pandit wrote: > >> From: Chen, Jiqian >> Sent: Monday, January 15, 2024 2:40 PM >> >> On 2024/1/15 16:52, Parav Pandit wrote: >>> From: Chen, Jiqian Sent: Monday, January 15, 2024 1:51 PM On 2024/1/15 15:55, Parav Pandit wrote: > >> From:

[virtio-dev] RE: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Parav Pandit
> From: Chen, Jiqian > Sent: Monday, January 15, 2024 2:40 PM > > On 2024/1/15 16:52, Parav Pandit wrote: > > > >> From: Chen, Jiqian > >> Sent: Monday, January 15, 2024 1:51 PM > >> > >> On 2024/1/15 15:55, Parav Pandit wrote: > >>> > From: Chen, Jiqian > Sent: Monday, January 15,

[virtio-dev] Re: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Chen, Jiqian
On 2024/1/15 16:52, Parav Pandit wrote: > >> From: Chen, Jiqian >> Sent: Monday, January 15, 2024 1:51 PM >> >> On 2024/1/15 15:55, Parav Pandit wrote: >>> From: Chen, Jiqian Sent: Monday, January 15, 2024 1:18 PM On 2024/1/15 15:37, Parav Pandit wrote: > >> From:

[virtio-dev] RE: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Parav Pandit
> From: Chen, Jiqian > Sent: Monday, January 15, 2024 1:51 PM > > On 2024/1/15 15:55, Parav Pandit wrote: > > > >> From: Chen, Jiqian > >> Sent: Monday, January 15, 2024 1:18 PM > >> > >> On 2024/1/15 15:37, Parav Pandit wrote: > >>> > From: Chen, Jiqian > Sent: Monday, January 15,

[virtio-dev] Re: [virtio-comment] RE: [PATCH v6 1/1] content: Add new feature VIRTIO_F_PRESERVE_RESOURCES

2024-01-15 Thread Chen, Jiqian
On 2024/1/15 15:55, Parav Pandit wrote: > >> From: Chen, Jiqian >> Sent: Monday, January 15, 2024 1:18 PM >> >> On 2024/1/15 15:37, Parav Pandit wrote: >>> From: Chen, Jiqian Sent: Monday, January 15, 2024 1:03 PM On 2024/1/12 17:44, Parav Pandit wrote: > > >>