Re: [Qemu-devel] [PATCH 0/6] qdev class properties + abstract class support on device-list-properties

2016-10-18 Thread Eduardo Habkost
On Tue, Oct 18, 2016 at 12:20:09AM +0200, Andreas Färber wrote: > Am 17.10.2016 um 23:04 schrieb Eduardo Habkost: > > On Tue, Oct 11, 2016 at 05:41:13PM -0300, Eduardo Habkost wrote: > >> Eduardo Habkost (6): > >> qdev: qdev_class_set_props() function > > s/qdev_/device_/? I used qdev_ because

Re: [Qemu-devel] [PATCH 0/6] qdev class properties + abstract class support on device-list-properties

2016-10-17 Thread Andreas Färber
Am 17.10.2016 um 23:04 schrieb Eduardo Habkost: > On Tue, Oct 11, 2016 at 05:41:13PM -0300, Eduardo Habkost wrote: >> Eduardo Habkost (6): >> qdev: qdev_class_set_props() function s/qdev_/device_/? Regards, Andreas >> qdev: Extract property-default code to qdev_property_set_to_default() >>

Re: [Qemu-devel] [PATCH 0/6] qdev class properties + abstract class support on device-list-properties

2016-10-17 Thread Eduardo Habkost
Ping? On Tue, Oct 11, 2016 at 05:41:13PM -0300, Eduardo Habkost wrote: > This series allows abstract classes to be used on > device-list-properties, which will return all class properties > registered for the class. > > Patches 1-3 change qdev to register all static properties as > class properti

Re: [Qemu-devel] [PATCH 0/6] qdev class properties + abstract class support on device-list-properties

2016-10-12 Thread Eduardo Habkost
On Tue, Oct 11, 2016 at 02:01:19PM -0700, no-re...@ec2-52-6-146-230.compute-1.amazonaws.com wrote: [...] > GTESTER tests/check-qom-proplist > Found prop 'bv' > ** > ERROR:/tmp/qemu-test/src/tests/check-qom-proplist.c:521:test_dummy_class_iterator: > code should not be reached > GTester: last ra

Re: [Qemu-devel] [PATCH 0/6] qdev class properties + abstract class support on device-list-properties

2016-10-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1476218479-3592-1-git-send-email-ehabk...@redhat.com Subject: [Qemu-devel] [PATCH 0/6] qdev class properties

[Qemu-devel] [PATCH 0/6] qdev class properties + abstract class support on device-list-properties

2016-10-11 Thread Eduardo Habkost
This series allows abstract classes to be used on device-list-properties, which will return all class properties registered for the class. Patches 1-3 change qdev to register all static properties as class properties instead of instance properties. Patches 4-5 change device-list-properties so it