Re: [PULL 14/24] tcg: Use tcg_constant_{i32,i64} with tcg int expanders

2021-02-10 Thread Alex Bennée
Richard Henderson writes: > Signed-off-by: Richard Henderson Hi Richard, I've just tracked this commit down to breaking the plugin inline support (qemu_plugin_register_vcpu_insn_exec_inline). It wasn't picked up by CI because inline isn't the default (normal callbacks are). I was just

[PULL 14/24] tcg: Use tcg_constant_{i32,i64} with tcg int expanders

2021-01-13 Thread Richard Henderson
Signed-off-by: Richard Henderson --- include/tcg/tcg-op.h | 13 +-- tcg/tcg-op.c | 227 --- 2 files changed, 109 insertions(+), 131 deletions(-) diff --git a/include/tcg/tcg-op.h b/include/tcg/tcg-op.h index 901b19f32a..ed8de045e2 100644 ---