Re: [PATCH v2] This makes it easier to figure out whether a particular instruction was actually translated.

2021-05-08 Thread Nathan Ringo
I'm mostly looking at AArch64, so they're the same there :) I'm using this to collect code coverage information, so I have the disassembly, and it's slightly easier to report it that way; if you think it'd be more useful on other architectures to report the byte range instead, it'd be an easy chang

[PATCH v2] This makes it easier to figure out whether a particular instruction was actually translated.

2021-05-07 Thread Nathan Ringo
Signed-off-by: Nathan Ringo --- accel/tcg/trace-events| 2 +- accel/tcg/translate-all.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accel/tcg/trace-events b/accel/tcg/trace-events index 6eefb37f5d..c227e56248 100644 --- a/accel/tcg/trace-events +++ b/accel/tcg

(No Subject)

2021-05-07 Thread Nathan Ringo
Updates for QEMU 6.0.0.

[PATCH] accel/tcg: Logs num_insns in translate_block trace events.

2021-04-10 Thread Nathan Ringo
This makes it easier to figure out whether a particular instruction was actually translated. Signed-off-by: Nathan Ringo --- accel/tcg/trace-events| 2 +- accel/tcg/translate-all.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accel/tcg/trace-events b/accel/tcg