Re: [Qemu-devel] [PATCH v3 0/5] qom: more efficient object property handling

2015-10-08 Thread Eric Blake
On 10/08/2015 08:08 AM, Daniel P. Berrange wrote: > This patch series is a combination of my own previous patch to > add support for object properties against classes: > > https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg05953.html > > And Pavel Fedin's patch to use a hash table instead

Re: [Qemu-devel] [PATCH v3 0/5] qom: more efficient object property handling

2015-10-08 Thread Daniel P. Berrange
On Thu, Oct 08, 2015 at 06:27:39PM +0300, Pavel Fedin wrote: > Hi! > > Just got test report from my colleague, he forgot to specify > --target-list=aarch64-softmmu to configure and tried to build everything. > Looks like there are more property iterations done by hand in PowerPC code: > --- cu

Re: [Qemu-devel] [PATCH v3 0/5] qom: more efficient object property handling

2015-10-08 Thread Pavel Fedin
Hi! Just got test report from my colleague, he forgot to specify --target-list=aarch64-softmmu to configure and tried to build everything. Looks like there are more property iterations done by hand in PowerPC code: --- cut --- In file included from /home/igor/qemu/include/qom/object.h:20:0,

[Qemu-devel] [PATCH v3 0/5] qom: more efficient object property handling

2015-10-08 Thread Daniel P. Berrange
This patch series is a combination of my own previous patch to add support for object properties against classes: https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg05953.html And Pavel Fedin's patch to use a hash table instead of list https://lists.gnu.org/archive/html/qemu-devel/2015