Re: [PATCH v2 08/12] can_host: Use class properties

2020-11-11 Thread Pavel Pisa
Hello Eduardo, thanks for contribution. On Wednesday 11 of November 2020 19:38:19 Eduardo Habkost wrote: > Instance properties make introspection hard and are not shown by > "-object ...,help". Convert them to class properties. > > Signed-off-by: Eduardo Habkost > --- > This was originally subm

[PATCH v2 08/12] can_host: Use class properties

2020-11-11 Thread Eduardo Habkost
Instance properties make introspection hard and are not shown by "-object ...,help". Convert them to class properties. Signed-off-by: Eduardo Habkost --- This was originally submitted as part of the series: Subject: [PATCH 00/12] qom: Make all -object types use only class properties Message-Id: