summaryrefslogtreecommitdiffstats
path: root/softmmu
diff options
context:
space:
mode:
authorEduardo Habkost2020-12-11 23:05:00 +0100
committerEduardo Habkost2020-12-15 16:02:07 +0100
commitd3fd6e7380b6212a3cd0b9f1304c84d8caa8dcf7 (patch)
treee07c80746097ea8ab05eebe54a25735027b9397c /softmmu
parentcpu: Move cpu_common_props to hw/core/cpu.c (diff)
downloadqemu-d3fd6e7380b6212a3cd0b9f1304c84d8caa8dcf7.tar.gz
qemu-d3fd6e7380b6212a3cd0b9f1304c84d8caa8dcf7.tar.xz
qemu-d3fd6e7380b6212a3cd0b9f1304c84d8caa8dcf7.zip
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>
Diffstat (limited to 'softmmu')
-rw-r--r--softmmu/qdev-monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/qdev-monitor.c b/softmmu/qdev-monitor.c
index 832e254842..8c072e3efc 100644
--- a/softmmu/qdev-monitor.c
+++ b/softmmu/qdev-monitor.c
@@ -38,6 +38,7 @@
#include "migration/misc.h"
#include "migration/migration.h"
#include "qemu/cutils.h"
+#include "hw/qdev-properties.h"
#include "hw/clock.h"
/*