]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Store the TCGHelperInfo in the TCGOp for call
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Mar 2021 17:29:50 +0000 (11:29 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 15:51:11 +0000 (08:51 -0700)
commit3e92aa34434bbcf88e5cc0a8334946216dcaf233
treecc715c8ab79d9791687eae646674af40edd7b4da
parent9d87e59585784cbc6a3307a00d1493268e0daead
tcg: Store the TCGHelperInfo in the TCGOp for call

This will give us both flags and typemask for use later.

We also fix a dumping bug, wherein calls generated for plugins
fail tcg_find_helper and print (null) instead of either a name
or the raw function pointer.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-internal.h
tcg/tcg.c