]> git.proxmox.com Git - mirror_qemu.git/commit
machine: Register TYPE_MACHINE properties as class properties
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 13 Oct 2016 20:40:46 +0000 (17:40 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Oct 2016 17:48:40 +0000 (15:48 -0200)
commit26b81df45c7f827511d11925b6c666cf667a0aaa
tree0f86f8933b6b4e4aceab035671ec1e0558203e63
parentf279ee45832db52fb801e86a929bc53f575cd2f5
machine: Register TYPE_MACHINE properties as class properties

When doing the conversion, the NULL errp arguments on the
property registration calls were changed to &error_abort.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c