Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c750 static Object *object_new_with_type(Type type) in object_new_with_type() function
782 return object_new_with_type(klass->type); in object_new_with_class()
789 return object_new_with_type(ti); in object_new()
830 obj = object_new_with_type(klass->type); in object_new_with_propv()