qdev: Move property code to qdev-properties.[ch]
commitd3fd6e7380b6212a3cd0b9f1304c84d8caa8dcf7
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Dec 2020 22:05:00 +0000 (11 17:05 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 15 Dec 2020 15:02:07 +0000 (15 10:02 -0500)
treee07c80746097ea8ab05eebe54a25735027b9397c
parent1b36e4f5a5de585210ea95f2257839c2312be28f
qdev: Move property code to qdev-properties.[ch]

Move everything related to Property and PropertyInfo to
qdev-properties.[ch] to make it easier to refactor that code.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20201211220529.2290218-4-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/qdev-properties.c
hw/core/qdev.c
include/hw/qdev-core.h
include/hw/qdev-properties.h
softmmu/qdev-monitor.c