> -----Original Message-----
> From: Marco Liebel (QUIC) <quic_mlie...@quicinc.com>
> Sent: Monday, March 20, 2023 3:26 AM
> To: qemu-devel@nongnu.org
> Cc: Taylor Simpson <tsimp...@quicinc.com>; Philippe Mathieu-Daudé
> <phi...@linaro.org>; Markus Armbruster <arm...@redhat.com>; Daniel P .
> Berrangé <berra...@redhat.com>; Marco Liebel (QUIC)
> <quic_mlie...@quicinc.com>
> Subject: [PATCH v3 2/2] Use black code style for python scripts
>
> Signed-off-by: Marco Liebel <quic_mlie...@quicinc.com>
> ---
> target/hexagon/dectree.py | 396 ++++++++-------
> target/hexagon/gen_analyze_funcs.py | 135 +++---
> target/hexagon/gen_helper_funcs.py | 338 +++++++------
> target/hexagon/gen_helper_protos.py | 165 ++++---
> target/hexagon/gen_idef_parser_funcs.py | 75 +--
> target/hexagon/gen_op_attribs.py | 10 +-
> target/hexagon/gen_op_regs.py | 77 +--
> target/hexagon/gen_opcodes_def.py | 4 +-
> target/hexagon/gen_printinsn.py | 80 +--
> target/hexagon/gen_shortcode.py | 17 +-
> target/hexagon/gen_tcg_func_table.py | 14 +-
> target/hexagon/gen_tcg_funcs.py | 614 +++++++++++++-----------
> target/hexagon/hex_common.py | 177 ++++---
> 13 files changed, 1191 insertions(+), 911 deletions(-)
Acked-by: Taylor Simpson <tsimp...@quicinc.com>
Tested-by: Taylor Simpson <tsimp...@quicinc.com>