Re: [PATCH v2 1/2] qapi/virtio: Keep feature and status bits in the QMP output

2024-01-12 Thread Yong Huang
On Fri, Jan 12, 2024 at 10:10 PM Markus Armbruster wrote: > Hyman Huang writes: > > > Maintain the feature and status bits in the x-query-virtio-status > > output and, as usual, add human-readable output only in HMP. > > > > Applications may find it useful to compare features and status > > info

Re: [PATCH v2 1/2] qapi/virtio: Keep feature and status bits in the QMP output

2024-01-12 Thread Markus Armbruster
Hyman Huang writes: > Maintain the feature and status bits in the x-query-virtio-status > output and, as usual, add human-readable output only in HMP. > > Applications may find it useful to compare features and status > information directly. An upper application, for example, could > use the QMP

[PATCH v2 1/2] qapi/virtio: Keep feature and status bits in the QMP output

2024-01-04 Thread Hyman Huang
Maintain the feature and status bits in the x-query-virtio-status output and, as usual, add human-readable output only in HMP. Applications may find it useful to compare features and status information directly. An upper application, for example, could use the QMP command x-query-virtio-status to