unicorn/qemu/qapi
Max Reitz 65b2b73b12
qapi: Make more of qobject_to()
This patch reworks some places which use either qobject_type() checks
plus qobject_to(), where the latter alone is sufficient, or NULL checks
plus qobject_type() checks where we can simply do a qobject_to() != NULL
check.

Backports commit 532fb532847365f61a9c6e1291b6588a43bc1cc4 from qemu
2018-03-20 11:05:44 -04:00
..
common.json
Makefile.objs
misc.json
qapi-clone-visitor.c
qapi-dealloc-visitor.c
qapi-schema.json
qapi-visit-core.c
qobject-input-visitor.c qapi: Make more of qobject_to() 2018-03-20 11:05:44 -04:00
qobject-output-visitor.c
string-input-visitor.c