Re: [Qemu-devel] [PATCH 0/4] machine, hostmem, pc: Register properties as class properties

2016-10-14 Thread Eduardo Habkost
On Thu, Oct 13, 2016 at 06:26:38PM -0300, Eduardo Habkost wrote: > This series changes the existing machine, pc, and hostmem code to > register their QOM properties as class properties on class_init > instead of instance properties on instance_init. > > Eduardo Habkost (4): > machine: Register T

Re: [Qemu-devel] [PATCH 0/4] machine, hostmem, pc: Register properties as class properties

2016-10-13 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: 1476394002-8392-1-git-send-email-ehabk...@redhat.com Type: series Subject: [Qemu-devel] [PATCH 0/4] machine

[Qemu-devel] [PATCH 0/4] machine, hostmem, pc: Register properties as class properties

2016-10-13 Thread Eduardo Habkost
This series changes the existing machine, pc, and hostmem code to register their QOM properties as class properties on class_init instead of instance properties on instance_init. Eduardo Habkost (4): machine: Register TYPE_MACHINE properties as class properties pc: Register TYPE_PC_MACHINE pro