On 6/5/26 21:19, Michael Tokarev wrote:
On 23.04.2026 16:50, Philippe Mathieu-Daudé wrote:
"tcg-op-mem.h" uses methods declared in "tcg/tcg-op-common.h".
Include the latter to avoid when including the former:
include/tcg/tcg-op-mem.h:34:5: error: call to undeclared function
'tcg_gen_qemu_ld_i32_chk'
34 | tcg_gen_qemu_ld_i32_chk(v, tcgv_va_temp(a), i, m,
TCG_TYPE_VA);
| ^
$ git grep -w tcg_gen_qemu_ld_i32_chk
include/tcg/tcg-op-common.h:328:void
tcg_gen_qemu_ld_i32_chk(TCGv_i32, TCGTemp *, TCGArg, MemOp, TCGType);
include/tcg/tcg-op-mem.h:35: tcg_gen_qemu_ld_i32_chk(v,
tcgv_va_temp(a), i, m, TCG_TYPE_VA);
tcg/tcg-op-ldst.c:286:void tcg_gen_qemu_ld_i32_chk(TCGv_i32 val,
TCGTemp *addr, TCGArg idx,
Cc: [email protected]
Fixes: a8af0fb24da ("include/tcg/tcg-op: extract memory operations to
tcg-op-mem.h")
Just to clarify: this patch has been Cc'd qemu-stable by mistake, right?
Because the mentioned Fixes: commit is not in any qemu release, it is
applied to the master branch after 11.0.0 version.
Oops, likely... Sorry!