On 12/19/25 11:08 AM, Alex Bennée wrote:
The old name comes in at a 51 characters, contains at least one
redundant token and exec is arguably implied by inline as all inline
operations occur when instructions are executing.
By putting the name on a substantial diet we can reduce it by 15% and
gain valuable white-space in the process.
Signed-off-by: Alex Bennée <[email protected]>
---
include/qemu/qemu-plugin.h | 4 ++--
contrib/plugins/cflow.c | 22 +++++++++++-----------
contrib/plugins/howvec.c | 2 +-
contrib/plugins/stoptrigger.c | 10 ++++++----
plugins/api.c | 2 +-
tests/tcg/plugins/discons.c | 18 +++++++++---------
tests/tcg/plugins/inline.c | 6 +++---
tests/tcg/plugins/insn.c | 5 +++--
8 files changed, 36 insertions(+), 33 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>