Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c756 static Object *object_new_with_type(Type type) in object_new_with_type() function
788 return object_new_with_type(klass->type); in object_new_with_class()
795 return object_new_with_type(ti); in object_new()
836 obj = object_new_with_type(klass->type); in object_new_with_propv()