Re: [PATCH v3 05/14] tcg/arm: Examine QEMU_TCG_DEBUG environment variable

2021-08-20 Thread Peter Maydell
On Wed, 18 Aug 2021 at 22:42, Richard Henderson wrote: > > Use the environment variable to test an older ISA from > the one supported by the host. > > Signed-off-by: Richard Henderson I think we should document this environment variable somewhere... > +/* > + * For debugging/testing p

[PATCH v3 05/14] tcg/arm: Examine QEMU_TCG_DEBUG environment variable

2021-08-18 Thread Richard Henderson
Use the environment variable to test an older ISA from the one supported by the host. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 8 +++- tcg/arm/tcg-target.c.inc | 32 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/tcg/ar