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

2021-09-03 Thread Michael S. Tsirkin
On Mon, Jul 12, 2021 at 06:35:33AM -0400, Jonah Palmer wrote: > From: Laurent Vivier > > This new command shows the status of a VirtIODevice > (features, endianness and number of virtqueues) > > Next patch will improve output by decoding feature bits. > > Signed-off-by: Laurent Vivier >

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

2021-08-10 Thread Jonah Palmer
On 8/7/21 8:42 AM, Markus Armbruster wrote: Jonah Palmer writes: From: Laurent Vivier This new command shows the status of a VirtIODevice (features, endianness and number of virtqueues) Next patch will improve output by decoding feature bits. Signed-off-by: Laurent Vivier Signed-off-by:

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

2021-08-07 Thread Markus Armbruster
Jonah Palmer writes: > From: Laurent Vivier > > This new command shows the status of a VirtIODevice > (features, endianness and number of virtqueues) > > Next patch will improve output by decoding feature bits. > > Signed-off-by: Laurent Vivier > Signed-off-by: Jonah Palmer [...] > diff

[PATCH v6 2/6] qmp: add QMP command x-debug-virtio-status

2021-07-12 Thread Jonah Palmer
From: Laurent Vivier This new command shows the status of a VirtIODevice (features, endianness and number of virtqueues) Next patch will improve output by decoding feature bits. Signed-off-by: Laurent Vivier Signed-off-by: Jonah Palmer --- hw/virtio/virtio-stub.c | 5