Re: [RFC v3 4/6] qmp: add QMP command x-debug-virtio-queue-status

2020-05-17 Thread Jason Wang
On 2020/5/15 下午11:16, Laurent Vivier wrote: On 08/05/2020 04:57, Jason Wang wrote: On 2020/5/7 下午7:49, Laurent Vivier wrote: This new command shows internal status of a VirtQueue. (vrings and indexes). Signed-off-by: Laurent Vivier It looks to me that packed virtqueue is not supported. It

Re: [RFC v3 4/6] qmp: add QMP command x-debug-virtio-queue-status

2020-05-15 Thread Laurent Vivier
On 08/05/2020 04:57, Jason Wang wrote: > > On 2020/5/7 下午7:49, Laurent Vivier wrote: >> This new command shows internal status of a VirtQueue. >> (vrings and indexes). >> >> Signed-off-by: Laurent Vivier > > > It looks to me that packed virtqueue is not supported. It's better to > add them in t

Re: [RFC v3 4/6] qmp: add QMP command x-debug-virtio-queue-status

2020-05-07 Thread Jason Wang
On 2020/5/7 下午7:49, Laurent Vivier wrote: This new command shows internal status of a VirtQueue. (vrings and indexes). Signed-off-by: Laurent Vivier It looks to me that packed virtqueue is not supported. It's better to add them in the future. --- hw/virtio/virtio-stub.c | 6 +++ h