[virtio-dev] Re: [virtio-comment] [PATCH 1/5] virtio: introduce vq state as basic facility

2023-09-14 Thread Zhu, Lingshan
On 9/14/2023 7:25 PM, Michael S. Tsirkin wrote: On Wed, Sep 06, 2023 at 04:16:33PM +0800, Zhu Lingshan wrote: This patch adds new device facility to save and restore virtqueue state. The virtqueue state is split into two parts: - The available state: The state that is used for read the next

[virtio-dev] Re: [virtio-comment] [PATCH 1/5] virtio: introduce vq state as basic facility

2023-09-14 Thread Michael S. Tsirkin
On Wed, Sep 06, 2023 at 04:16:33PM +0800, Zhu Lingshan wrote: > This patch adds new device facility to save and restore virtqueue > state. The virtqueue state is split into two parts: > > - The available state: The state that is used for read the next > available buffer. > - The used state: The

[virtio-dev] Re: [virtio-comment] [PATCH 1/5] virtio: introduce vq state as basic facility

2023-09-06 Thread Zhu, Lingshan
On 9/6/2023 4:28 PM, Michael S. Tsirkin wrote: On Wed, Sep 06, 2023 at 04:16:33PM +0800, Zhu Lingshan wrote: This patch adds new device facility to save and restore virtqueue state. The virtqueue state is split into two parts: - The available state: The state that is used for read the next

[virtio-dev] Re: [virtio-comment] [PATCH 1/5] virtio: introduce vq state as basic facility

2023-09-06 Thread Michael S. Tsirkin
On Wed, Sep 06, 2023 at 04:16:33PM +0800, Zhu Lingshan wrote: > This patch adds new device facility to save and restore virtqueue > state. The virtqueue state is split into two parts: > > - The available state: The state that is used for read the next > available buffer. > - The used state: The