unicorn/msvc/unicorn
Eric Blake 1f54314cbb
qapi: Drop unused 'kind' for struct/enum visit
visit_start_struct() and visit_type_enum() had a 'kind' argument
that was usually set to either the stringized version of the
corresponding qapi type name, or to NULL (although some clients
didn't even get that right). But nothing ever used the argument.
It's even hard to argue that it would be useful in a debugger,
as a stack backtrace also tells which type is being visited.

Therefore, drop the 'kind' argument as dead.

Backports commit 337283dffbb5ad5860ed00408a5fd0665c21be07 from qemu
2018-02-19 23:43:54 -05:00
..
aarch64-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
aarch64eb-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
arm-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
armeb-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
m68k-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
mips-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
mips64-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
mips64el-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
mipsel-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
sparc-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
sparc64-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
unicorn qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
unicorn_static qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
x86_64-softmmu Update MSVC projects 2018-02-17 15:23:57 -05:00
config-host.h Added armbe support to MSVC branch. (#801) 2017-04-21 15:26:21 +08:00
prebuild_script.bat Added MSVC support for arm64eb. 2017-04-25 14:23:58 +10:00
qapi-types.c qom: Swap 'name' next to visitor in ObjectPropertyAccessor 2018-02-19 23:14:37 -05:00
qapi-types.h qapi: Convert QType into QAPI built-in enum type 2018-02-19 21:47:05 -05:00
qapi-visit.c qapi: Drop unused 'kind' for struct/enum visit 2018-02-19 23:43:54 -05:00
qapi-visit.h qom: Swap 'name' next to visitor in ObjectPropertyAccessor 2018-02-19 23:14:37 -05:00