Re: [PATCH v4 05/15] virtio: core: vq reset feature negotation support

2022-09-12 Thread Jason Wang
On Mon, Sep 12, 2022 at 1:22 AM Kangjie Xu wrote: > > A a new command line parameter "queue_reset" is added. > > Meanwhile, the vq reset feature is disabled for pre-7.2 machines. > > Signed-off-by: Kangjie Xu > Signed-off-by: Xuan Zhuo Acked-by: Jason Wang > --- > hw/core/machine.c

[PATCH v4 05/15] virtio: core: vq reset feature negotation support

2022-09-11 Thread Kangjie Xu
A a new command line parameter "queue_reset" is added. Meanwhile, the vq reset feature is disabled for pre-7.2 machines. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo --- hw/core/machine.c | 4 +++- include/hw/virtio/virtio.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletion