Re: [PATCH 1/8] decodetree: Remove python 3.4 check

2020-05-29 Thread Philippe Mathieu-Daudé
On 5/18/20 6:40 PM, Richard Henderson wrote: > We are now guaranteed python 3.5 or later. FYI this has been addressed by John Snow: https://www.mail-archive.com/qemu-block@nongnu.org/msg66830.html > > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 25

Re: [PATCH 1/8] decodetree: Remove python 3.4 check

2020-05-18 Thread Philippe Mathieu-Daudé
On 5/18/20 6:40 PM, Richard Henderson wrote: We are now guaranteed python 3.5 or later. Signed-off-by: Richard Henderson --- scripts/decodetree.py | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/scripts/decodetree.py b/scripts/decodetree.py

[PATCH 1/8] decodetree: Remove python 3.4 check

2020-05-18 Thread Richard Henderson
We are now guaranteed python 3.5 or later. Signed-off-by: Richard Henderson --- scripts/decodetree.py | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/scripts/decodetree.py b/scripts/decodetree.py index 46ab917807..f9d204aa36 100755 ---