qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [PATCH v3 2/2] Use black code style for python scripts


From: Taylor Simpson
Subject: RE: [PATCH v3 2/2] Use black code style for python scripts
Date: Tue, 21 Mar 2023 20:48:59 +0000


> -----Original Message-----
> From: Marco Liebel (QUIC) <quic_mliebel@quicinc.com>
> Sent: Monday, March 20, 2023 3:26 AM
> To: qemu-devel@nongnu.org
> Cc: Taylor Simpson <tsimpson@quicinc.com>; Philippe Mathieu-Daudé
> <philmd@linaro.org>; Markus Armbruster <armbru@redhat.com>; Daniel P .
> Berrangé <berrange@redhat.com>; Marco Liebel (QUIC)
> <quic_mliebel@quicinc.com>
> Subject: [PATCH v3 2/2] Use black code style for python scripts
> 
> Signed-off-by: Marco Liebel <quic_mliebel@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 <tsimpson@quicinc.com>
Tested-by: Taylor Simpson <tsimpson@quicinc.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]