Hi,
Erm, I'm not aware that my qdev bool patch got committed yet, so the
question of how to parse/print bool properties (on/off vs. yes/no) is
still undecided, no comments so far. It would be entirely possible to
let the author decide that on a case-by-case basis by using different
property type enums for the same 'bool' type.
Just accept both "on" and "yes" for true and both "off" and "no" for false?
For printing we'll have to pick one though. I'd tend to pick on/off as
I guess most properties will enable or disable some feature. Or have
the two enums ...
cheers,
Gerd