Re: [PATCH 00/24] qom: Convert some properties to class properties

2020-10-07 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:00:40PM -0400, Eduardo Habkost wrote: > On Mon, Sep 21, 2020 at 06:10:21PM -0400, Eduardo Habkost wrote: > > Class properties make QOM introspection simpler and easier, as it > > doesn't require an object to be instantiated. This series > > converts a few existing object

Re: [PATCH 00/24] qom: Convert some properties to class properties

2020-09-22 Thread Eduardo Habkost
On Mon, Sep 21, 2020 at 06:10:21PM -0400, Eduardo Habkost wrote: > Class properties make QOM introspection simpler and easier, as it > doesn't require an object to be instantiated. This series > converts a few existing object_property_add*() calls to register > class properties instead. > > Eduar

Re: [PATCH 00/24] qom: Convert some properties to class properties

2020-09-21 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 09:47:57AM +0800, Li Qiang wrote: > Eduardo Habkost 于2020年9月22日周二 上午6:11写道: > > > > Class properties make QOM introspection simpler and easier, as it > > doesn't require an object to be instantiated. This series > > converts a few existing object_property_add*() calls to r

Re: [PATCH 00/24] qom: Convert some properties to class properties

2020-09-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200921221045.699690-1-ehabk...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

Re: [PATCH 00/24] qom: Convert some properties to class properties

2020-09-21 Thread Li Qiang
Eduardo Habkost 于2020年9月22日周二 上午6:11写道: > > Class properties make QOM introspection simpler and easier, as it > doesn't require an object to be instantiated. This series > converts a few existing object_property_add*() calls to register > class properties instead. > Hello Eduardo, IIUC, most of

[PATCH 00/24] qom: Convert some properties to class properties

2020-09-21 Thread Eduardo Habkost
Class properties make QOM introspection simpler and easier, as it doesn't require an object to be instantiated. This series converts a few existing object_property_add*() calls to register class properties instead. Eduardo Habkost (24): cryptodev-vhost-user: Register "chardev" as class property