[virtio-dev] Re: [PATCH v5 1/1] Add SUSPEND bit to device status

2024-02-27 Thread David Stevens
On Tue, Feb 27, 2024 at 11:22 AM Zhu, Lingshan wrote: > On 2/27/2024 9:53 AM, David Stevens wrote: > > Add a SUSPEND bit to the device status field to allow drivers to suspend > > virtio devices. On systems where drivers don't directly manage interrupt > > routing (e.g. Linux), this allows the dri

[virtio-dev] Re: [PATCH v5 1/1] Add SUSPEND bit to device status

2024-02-27 Thread Zhu, Lingshan
On 2/27/2024 3:59 PM, David Stevens wrote: On Tue, Feb 27, 2024 at 11:22 AM Zhu, Lingshan wrote: On 2/27/2024 9:53 AM, David Stevens wrote: Add a SUSPEND bit to the device status field to allow drivers to suspend virtio devices. On systems where drivers don't directly manage interrupt routi

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

2024-02-27 Thread Matias Ezequiel Vara Larsen
On Mon, Feb 26, 2024 at 01:36:40PM +0100, Cornelia Huck wrote: > On Wed, Feb 21 2024, Marc Kleine-Budde wrote: > > > On 21.02.2024 14:16:54, Matias Ezequiel Vara Larsen wrote: > >> On Wed, Feb 21, 2024 at 01:49:31PM +0100, Marc Kleine-Budde wrote: > >> > On 21.02.2024 11:37:58, Matias Ezequiel Va

[virtio-dev] Re: [RFC PATCH v3 3/3] SPI: Add virtio SPI driver.

2024-02-27 Thread Harald Mommer
On 13.02.24 18:49, Mark Brown wrote: On Tue, Feb 13, 2024 at 02:53:50PM +0100, Harald Mommer wrote: +/* + * See also + *https://lore.kernel.org/all/6171c1c3-55ba-4f74-ae60-764820cf1...@quicinc.com + */ +static int virtio_spi_set_delays(struct spi_transfer_head *th, +

[virtio-dev] Re: [PATCH v5 1/1] Add SUSPEND bit to device status

2024-02-27 Thread David Stevens
On Tue, Feb 27, 2024 at 5:52 PM Zhu, Lingshan wrote: > On 2/27/2024 3:59 PM, David Stevens wrote: > > On Tue, Feb 27, 2024 at 11:22 AM Zhu, Lingshan > > wrote: > >> On 2/27/2024 9:53 AM, David Stevens wrote: > >>> Add a SUSPEND bit to the device status field to allow drivers to suspend > >>> vir

[virtio-dev] Re: [PATCH v5 1/1] Add SUSPEND bit to device status

2024-02-27 Thread Zhu, Lingshan
On 2/28/2024 9:18 AM, David Stevens wrote: On Tue, Feb 27, 2024 at 5:52 PM Zhu, Lingshan wrote: On 2/27/2024 3:59 PM, David Stevens wrote: On Tue, Feb 27, 2024 at 11:22 AM Zhu, Lingshan wrote: On 2/27/2024 9:53 AM, David Stevens wrote: Add a SUSPEND bit to the device status field to allo