Re: [PATCH 01/16] virtio-pci: virtio_pci_common_cfg add queue_notify_data

2022-07-25 Thread Kangjie Xu
在 2022/7/26 11:17, Jason Wang 写道: 在 2022/7/18 19:16, Kangjie Xu 写道: From: Xuan Zhuo Add queue_notify_data in struct virtio_pci_common_cfg, which comes from here https://github.com/oasis-tcs/virtio-spec/issues/89 Since I want to add queue_reset after queue_notify_data, I submitted this patc

Re: [PATCH 01/16] virtio-pci: virtio_pci_common_cfg add queue_notify_data

2022-07-25 Thread Jason Wang
在 2022/7/18 19:16, Kangjie Xu 写道: From: Xuan Zhuo Add queue_notify_data in struct virtio_pci_common_cfg, which comes from here https://github.com/oasis-tcs/virtio-spec/issues/89 Since I want to add queue_reset after queue_notify_data, I submitted this patch first. Signed-off-by: Xuan Zhuo