Re: [PATCH v3 02/30] decodetree: More use of f-strings

2021-05-03 Thread Philippe Mathieu-Daudé
On 4/30/21 3:15 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 50 --- > 1 file changed, 23 insertions(+), 27 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

RE: [PATCH v3 02/30] decodetree: More use of f-strings

2021-04-30 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 50 --- > 1 file changed, 23 insertions(+), 27 deletions(-) Reviewed-by: Luis Pires

[PATCH v3 02/30] decodetree: More use of f-strings

2021-04-29 Thread Richard Henderson
Signed-off-by: Richard Henderson --- scripts/decodetree.py | 50 --- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/scripts/decodetree.py b/scripts/decodetree.py index 0861e5d503..d5da101167 100644 --- a/scripts/decodetree.py +++ b/scripts/