mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00:00
qdev: Move softmmu properties to qdev-properties-system.h
Move the property types and property macros implemented in qdev-properties-system.c to a new qdev-properties-system.h header. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20201211220529.2290218-16-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
#include "qapi/qapi-types-block-core.h"
|
||||
#include "hw/qdev-properties-system.h"
|
||||
|
||||
/* Configuration */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user