Hyman Huang <yong.hu...@smartx.com> writes: > This patch allows to display feature and status bits in > virtio-status. > > Applications could find it helpful to compare status and features > that are numeric encoded. For example, an upper application could > use the features (encoded as a number) in the output of "ovs-vsctl > list interface" and the feature bits fields in the output of QMP > command "x-query-virtio-status" to compare directly when attempting > to ensure the correctness of the virtio negotiation between guest, > QEMU, and OVS-DPDK. Not applying any more encoding. > > This patch also serves as a preparation for the next one, which implements > a vhost-user test case about acked features of vhost-user protocol. > > Note that since the matching HMP command is typically used for human, > leave it unchanged. > > Signed-off-by: Hyman Huang <yong.hu...@smartx.com>
We discussed v1 some more since you posted this. Do you intend to do a v3?