RE: [PATCH v3 1/2] Use f-strings in python scripts

2023-03-21 Thread Taylor Simpson
> -Original Message- > From: Marco Liebel (QUIC) > Sent: Monday, March 20, 2023 3:26 AM > To: qemu-devel@nongnu.org > Cc: Taylor Simpson ; Philippe Mathieu-Daudé > ; Markus Armbruster ; Daniel P . > Berrangé ; Marco Liebel (QUIC) > > Subject: [PATCH v3 1

[PATCH v3 1/2] Use f-strings in python scripts

2023-03-20 Thread Marco Liebel
Replace python 2 format string with f-strings Signed-off-by: Marco Liebel --- target/hexagon/gen_analyze_funcs.py | 115 - target/hexagon/gen_helper_funcs.py | 54 ++-- target/hexagon/gen_helper_protos.py | 10 +- target/hexagon/gen_idef_parser_funcs.py | 8 +- target/he