Re: [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

2021-09-03 Thread Markus Armbruster
Jonah Palmer writes: > No problem! Comments below: > > On 8/23/21 9:27 AM, Markus Armbruster wrote: [...] >> Hmm... how is this enum used? In this patch: >> >> VirtioInfoList *qmp_x_debug_query_virtio(Error **errp) >> { >> VirtioInfoList *list = NULL; >> VirtioInfo

Re: [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

2021-08-25 Thread Jonah Palmer
No problem! Comments below: On 8/23/21 9:27 AM, Markus Armbruster wrote: Back from my summer break, please excuse the delay. Jonah Palmer writes: On 8/7/21 8:35 AM, Markus Armbruster wrote: QAPI schema review only. Jonah Palmer writes: From: Laurent Vivier This new command lists all t

Re: [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

2021-08-23 Thread Markus Armbruster
Back from my summer break, please excuse the delay. Jonah Palmer writes: > On 8/7/21 8:35 AM, Markus Armbruster wrote: >> QAPI schema review only. >> >> Jonah Palmer writes: >> >>> From: Laurent Vivier >>> >>> This new command lists all the instances of VirtIODevice with >>> their path and vir

Re: [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

2021-08-09 Thread Jonah Palmer
On 8/7/21 8:35 AM, Markus Armbruster wrote: QAPI schema review only. Jonah Palmer writes: From: Laurent Vivier This new command lists all the instances of VirtIODevice with their path and virtio type. Signed-off-by: Laurent Vivier Reviewed-by: Eric Blake Signed-off-by: Jonah Palmer [.

Re: [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

2021-08-07 Thread Markus Armbruster
QAPI schema review only. Jonah Palmer writes: > From: Laurent Vivier > > This new command lists all the instances of VirtIODevice with > their path and virtio type. > > Signed-off-by: Laurent Vivier > Reviewed-by: Eric Blake > Signed-off-by: Jonah Palmer [...] > diff --git a/qapi/qapi-sche

[PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio

2021-07-12 Thread Jonah Palmer
From: Laurent Vivier This new command lists all the instances of VirtIODevice with their path and virtio type. Signed-off-by: Laurent Vivier Reviewed-by: Eric Blake Signed-off-by: Jonah Palmer --- hw/virtio/meson.build | 2 ++ hw/virtio/virtio-stub.c| 14 + hw/virtio/virtio