aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/unimp.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/unimp.c')
-rw-r--r--hw/misc/unimp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/misc/unimp.c b/hw/misc/unimp.c
index bcbb585..e446c1d 100644
--- a/hw/misc/unimp.c
+++ b/hw/misc/unimp.c
@@ -90,6 +90,11 @@ static void unimp_class_init(ObjectClass *klass, void *data)
dc->realize = unimp_realize;
dc->props = unimp_properties;
+ /*
+ * FIXME: Set only because we are not sure yet if this device
+ * will be outside the q35 sysbus whitelist.
+ */
+ dc->user_creatable = true;
}
static const TypeInfo unimp_info = {