Re: [v2 1/2] qapi/virtio: Add feature and status bits for x-query-virtio-status

2023-12-22 Thread Yong Huang
Sure. of course. I'll do that next week. While v3 would be a single patch that only contains the first commit. Thanks, Yong On Fri, Dec 22, 2023 at 5:54 PM Markus Armbruster wrote: > Hyman Huang writes: > > > This patch allows to display feature and status bits in > > virtio-status. > > > > Ap

Re: [v2 1/2] qapi/virtio: Add feature and status bits for x-query-virtio-status

2023-12-22 Thread Markus Armbruster
Hyman Huang 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-v

[v2 1/2] qapi/virtio: Add feature and status bits for x-query-virtio-status

2023-11-18 Thread Hyman Huang
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 feat