Signed-off-by: Lin Ma <[email protected]> --- qom/object_interfaces.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/qom/object_interfaces.c b/qom/object_interfaces.c
index bf59846..9288242 100644
--- a/qom/object_interfaces.c
+++ b/qom/object_interfaces.c
@@ -217,6 +217,7 @@ static void register_types(void)
static const TypeInfo uc_interface_info = {
.name = TYPE_USER_CREATABLE,
.parent = TYPE_INTERFACE,
+ .abstract = true,
.class_size = sizeof(UserCreatableClass),
};
--
2.9.2
