Re: [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

2023-09-24 Thread Xuan Zhuo
On Fri, 22 Sep 2023 06:46:39 -0400, "Michael S. Tsirkin" wrote: > On Fri, Sep 22, 2023 at 09:49:18AM +0800, Xuan Zhuo wrote: > > On Thu, 21 Sep 2023 10:02:53 -0400, "Michael S. Tsirkin" > > wrote: > > > On Mon, Aug 01, 2022 at 02:38:50PM +0800, Xuan Zhuo wrote: > > > > Introduce new helpers to

Re: [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

2023-09-22 Thread Michael S. Tsirkin
On Fri, Sep 22, 2023 at 09:49:18AM +0800, Xuan Zhuo wrote: > On Thu, 21 Sep 2023 10:02:53 -0400, "Michael S. Tsirkin" > wrote: > > On Mon, Aug 01, 2022 at 02:38:50PM +0800, Xuan Zhuo wrote: > > > Introduce new helpers to implement queue reset and get queue reset > > > status. > > > > > >

Re: [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

2023-09-21 Thread Xuan Zhuo
On Thu, 21 Sep 2023 10:02:53 -0400, "Michael S. Tsirkin" wrote: > On Mon, Aug 01, 2022 at 02:38:50PM +0800, Xuan Zhuo wrote: > > Introduce new helpers to implement queue reset and get queue reset > > status. > > > > https://github.com/oasis-tcs/virtio-spec/issues/124 > >

Re: [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

2023-09-21 Thread Michael S. Tsirkin
On Mon, Aug 01, 2022 at 02:38:50PM +0800, Xuan Zhuo wrote: > Introduce new helpers to implement queue reset and get queue reset > status. > > https://github.com/oasis-tcs/virtio-spec/issues/124 > https://github.com/oasis-tcs/virtio-spec/issues/139 > > Signed-off-by: Xuan Zhuo > Acked-by:

Re: [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

2022-08-15 Thread Michael S. Tsirkin
On Mon, Aug 01, 2022 at 02:38:50PM +0800, Xuan Zhuo wrote: > Introduce new helpers to implement queue reset and get queue reset > status. > > https://github.com/oasis-tcs/virtio-spec/issues/124 > https://github.com/oasis-tcs/virtio-spec/issues/139 > > Signed-off-by: Xuan Zhuo > Acked-by:

[PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

2022-08-01 Thread Xuan Zhuo
Introduce new helpers to implement queue reset and get queue reset status. https://github.com/oasis-tcs/virtio-spec/issues/124 https://github.com/oasis-tcs/virtio-spec/issues/139 Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/virtio/virtio_pci_modern_dev.c | 39