diff options
author | Eduardo Habkost | 2020-12-11 23:05:00 +0100 |
---|---|---|
committer | Eduardo Habkost | 2020-12-15 16:02:07 +0100 |
commit | d3fd6e7380b6212a3cd0b9f1304c84d8caa8dcf7 (patch) | |
tree | e07c80746097ea8ab05eebe54a25735027b9397c /softmmu | |
parent | cpu: Move cpu_common_props to hw/core/cpu.c (diff) | |
download | qemu-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.c | 1 |
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" /* |