[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-25 Thread David Stevens
On Mon, Feb 26, 2024 at 10:36 AM Zhu, Lingshan wrote: > On 2/25/2024 4:52 PM, Michael S. Tsirkin wrote: > > On Fri, Feb 23, 2024 at 03:44:41PM +0800, Zhu, Lingshan wrote: > >> > >> On 2/20/2024 1:09 PM, David Stevens wrote: > >>> On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan > >>> wrote: >

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-25 Thread Zhu, Lingshan
On 2/25/2024 4:52 PM, Michael S. Tsirkin wrote: On Fri, Feb 23, 2024 at 03:44:41PM +0800, Zhu, Lingshan wrote: On 2/20/2024 1:09 PM, David Stevens wrote: On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan wrote: On 2/19/2024 2:46 PM, David Stevens wrote: On Sun, Feb 18, 2024 at 11:11 PM

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-25 Thread Michael S. Tsirkin
On Fri, Feb 23, 2024 at 03:44:41PM +0800, Zhu, Lingshan wrote: > > > On 2/20/2024 1:09 PM, David Stevens wrote: > > On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan > > wrote: > > > On 2/19/2024 2:46 PM, David Stevens wrote: > > > > On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin > > > >

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-22 Thread Zhu, Lingshan
On 2/20/2024 3:48 PM, Michael S. Tsirkin wrote: On Tue, Feb 20, 2024 at 02:09:18PM +0900, David Stevens wrote: On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan wrote: On 2/19/2024 2:46 PM, David Stevens wrote: On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin wrote: On Sun, Feb 18, 2024

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-22 Thread Zhu, Lingshan
On 2/20/2024 1:09 PM, David Stevens wrote: On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan wrote: On 2/19/2024 2:46 PM, David Stevens wrote: On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin wrote: On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu Lingshan wrote: This commit allows the

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-19 Thread Michael S. Tsirkin
On Tue, Feb 20, 2024 at 02:09:18PM +0900, David Stevens wrote: > On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan wrote: > > On 2/19/2024 2:46 PM, David Stevens wrote: > > > On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin > > > wrote: > > >> On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-19 Thread David Stevens
On Tue, Feb 20, 2024 at 1:06 PM Zhu, Lingshan wrote: > On 2/19/2024 2:46 PM, David Stevens wrote: > > On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin wrote: > >> On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu Lingshan wrote: > >>> This commit allows the driver to suspend the device by > >>>

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-19 Thread Zhu, Lingshan
On 2/19/2024 2:46 PM, David Stevens wrote: On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin wrote: On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu Lingshan wrote: This commit allows the driver to suspend the device by introducing a new status bit SUSPEND in device_status. This commit

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-19 Thread Zhu, Lingshan
On 2/18/2024 10:11 PM, Michael S. Tsirkin wrote: On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu Lingshan wrote: This commit allows the driver to suspend the device by introducing a new status bit SUSPEND in device_status. This commit also introduce a new feature bit VIRTIO_F_SUSPEND which

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-18 Thread David Stevens
On Sun, Feb 18, 2024 at 11:11 PM Michael S. Tsirkin wrote: > > On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu Lingshan wrote: > > This commit allows the driver to suspend the device by > > introducing a new status bit SUSPEND in device_status. > > > > This commit also introduce a new feature bit

[virtio-dev] Re: [PATCH] virtio: introduce SUSPEND bit in device status

2024-02-18 Thread Michael S. Tsirkin
On Sun, Feb 18, 2024 at 09:23:06PM +0800, Zhu Lingshan wrote: > This commit allows the driver to suspend the device by > introducing a new status bit SUSPEND in device_status. > > This commit also introduce a new feature bit VIRTIO_F_SUSPEND > which indicating whether the device support SUSPEND.