On 15/3/23 08:46, Philippe Mathieu-Daudé wrote:
On 14/3/23 22:24, Marco Liebel wrote:
Replace python 2 format string with f-strings

Signed-off-by: Marco Liebel <quic_mlie...@quicinc.com>
---
  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/hexagon/gen_op_attribs.py        |   4 +-
  target/hexagon/gen_op_regs.py           |  10 +-
  target/hexagon/gen_opcodes_def.py       |   2 +-
  target/hexagon/gen_printinsn.py         |  14 +-
  target/hexagon/gen_shortcode.py         |   2 +-
  target/hexagon/gen_tcg_func_table.py    |   2 +-
  target/hexagon/gen_tcg_funcs.py         | 317 +++++++++++-------------
  target/hexagon/hex_common.py            |   4 +-
  12 files changed, 243 insertions(+), 299 deletions(-)

Preferably unifying style using single quote (') first:

Scratch that preference (or replace by "preferably following
black format", per https://lore.kernel.org/qemu-devel/zbgo8wnlnrzug...@redhat.com/).

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to