Home
last modified time | relevance | path

Searched hist:ac451033 (Results 1 – 1 of 1) sorted by relevance

/qemu/qom/
H A Dobject.cac451033 Tue Feb 28 11:57:11 GMT 2012 Igor Mitsyanko <i.mitsyanko@samsung.com> qom/object.c: rename type_class_init() to type_initialize()

Function name type_class_init() gave us a wrong impression of separation
of type's "class" and "object" entities initialization. Name type_initialize()
is more appropriate for type_class_init() function (considering what operations
it performs).

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>