Home
last modified time | relevance | path

Searched refs:TYPE_SUBCLASS (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c38 #define TYPE_SUBCLASS "static_prop_subtype" macro
71 .name = TYPE_SUBCLASS,
271 { TYPE_SUBCLASS, "prop1", "102" }, in test_subclass_global_props()
272 { TYPE_SUBCLASS, "prop2", "103" }, in test_subclass_global_props()
279 mt = STATIC_TYPE(object_new(TYPE_SUBCLASS)); in test_subclass_global_props()