]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/qdev-core.h
qdev: remove PropertyInfo.qtype field
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 7 Jun 2017 16:35:53 +0000 (20:35 +0400)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 19 Jun 2017 12:56:29 +0000 (14:56 +0200)
commita2740ad584839ac84f3cdb2d928de93a0d7f4e72
tree8230dd4feda8eec4323bb09ca9b25baa3883d3b3
parentedf8bc98424d62035d5e4c0f39542722d72d7979
qdev: remove PropertyInfo.qtype field

Remove dependency on qapi qtype, replace a field by a few PropertyInfo
callbacks to set the default value type (introduced in commit 4f2d3d7).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20170607163635.17635-2-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
hw/core/qdev-properties.c
hw/core/qdev.c
include/hw/qdev-core.h
include/hw/qdev-properties.h