https://github.com/qemu/qemu
Raw File
Tip revision: 7c1beb52ed86191d9e965444d934adaa2531710f authored by Michael Roth on 14 February 2018, 20:41:05 UTC
Update version for 2.11.1 release
Tip revision: 7c1beb5
trace-events
# See docs/devel/tracing.txt for syntax documentation.

# qom/object.c
object_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
object_class_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
back to top