Re: [PATCH v2 2/4] qom: Factor out helpers from user_creatable_print_help()

2020-10-02 Thread Markus Armbruster
Kevin Wolf writes: > This creates separate helper functions for printing a list of user > creatable object types and for printing a list of properties of a given > type. This allows using these parts without having a QemuOpts. Does the last sentence allude to a future patch? If yes, I suggest t

Re: [PATCH v2 2/4] qom: Factor out helpers from user_creatable_print_help()

2020-09-30 Thread Eric Blake
On 9/30/20 7:45 AM, Kevin Wolf wrote: > This creates separate helper functions for printing a list of user > creatable object types and for printing a list of properties of a given > type. This allows using these parts without having a QemuOpts. > > Signed-off-by: Kevin Wolf > --- > qom/object_i