Hyman Huang <yong.hu...@smartx.com> writes: > The QMP command "x-query-virtio-status" outputs the full > feature and status bit information, so there is no need > to maintain it in the HMP output; drop it. > > Signed-off-by: Hyman Huang <yong.hu...@smartx.com>
I'm not sure hiding unknown bits from HMP users is a good idea. Sure, you can use QMP to find them, but why would you when HMP gives no clue that its output is incomplete? I'd simply keep them, i.e. drop this patch.