Re: [PATCH] qom: Use command line syntax for default values in help

2025-02-20 Thread Michael S. Tsirkin
On Fri, Feb 07, 2025 at 02:53:43PM +0900, Akihiko Odaki wrote: > object_property_help() uses the conventional command line syntax instead > of the JSON syntax. In particular, > - Key-value pairs are written in the command line syntax. > - bool description passed to the function says on/off instead

Re: [PATCH] qom: Use command line syntax for default values in help

2025-02-14 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] qom: Use command line syntax for default values in help

2025-02-14 Thread Markus Armbruster
Akihiko Odaki writes: > object_property_help() uses the conventional command line syntax instead > of the JSON syntax. In particular, > - Key-value pairs are written in the command line syntax. > - bool description passed to the function says on/off instead of > true/false. > > However, there i

[PATCH] qom: Use command line syntax for default values in help

2025-02-06 Thread Akihiko Odaki
object_property_help() uses the conventional command line syntax instead of the JSON syntax. In particular, - Key-value pairs are written in the command line syntax. - bool description passed to the function says on/off instead of true/false. However, there is one exception: default values are f