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

2025-05-08 Thread Philippe Mathieu-Daudé
On 8/5/25 09:51, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: [...] When a structure is only used by an unstable command, is it considered unstable too? IOW is it OK to modify it? Yes. docs/devel/qapi-code-gen.rst: Special features [...] F

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

2025-05-08 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: [...] > When a structure is only used by an unstable command, is it considered > unstable too? IOW is it OK to modify it? Yes. docs/devel/qapi-code-gen.rst: Special features [...] Feature "unstable" marks a command, event, enum

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

2025-05-05 Thread Laurent Vivier
On 05/05/2025 08:30, Thomas Huth wrote: On 02/05/2025 00.09, Philippe Mathieu-Daudé wrote: Hello, (patch merged as commit 90c066cd682). On 11/8/22 14:24, Jonah Palmer wrote: From: Laurent Vivier This new command shows the status of a VirtIODevice, including its corresponding vhost device's

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

2025-05-04 Thread Thomas Huth
On 02/05/2025 00.09, Philippe Mathieu-Daudé wrote: Hello, (patch merged as commit 90c066cd682). On 11/8/22 14:24, Jonah Palmer wrote: From: Laurent Vivier This new command shows the status of a VirtIODevice, including its corresponding vhost device's status (if active). Next patch will impr

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

2025-05-01 Thread Philippe Mathieu-Daudé
Hello, (patch merged as commit 90c066cd682). On 11/8/22 14:24, Jonah Palmer wrote: From: Laurent Vivier This new command shows the status of a VirtIODevice, including its corresponding vhost device's status (if active). Next patch will improve output by decoding feature bits, including vhost

[PATCH v15 2/6] qmp: add QMP command x-query-virtio-status

2022-08-11 Thread Jonah Palmer
From: Laurent Vivier This new command shows the status of a VirtIODevice, including its corresponding vhost device's status (if active). Next patch will improve output by decoding feature bits, including vhost device's feature bits (backend, protocol, acked, and features). Also will decode statu