Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-10-02 Thread Richard Henderson
On 9/28/20 12:28 PM, Taylor Simpson wrote: > This series adds support for the Hexagon processor with Linux user support > > See patch 02/34 Hexagon README for detailed information. > > Once the series is applied, the Hexagon port will pass "make check-tcg". > The series also includes Hexagon-spec

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Brad Smith
; riku.voi...@iki.fi; richard.hender...@linaro.org; laur...@vivier.eu; aleksandar.m.m...@gmail.com Subject: Re: [RFC PATCH v4 00/29] Hexagon patch series cc1: all warnings being treated as errors make: *** [Makefile.ninja:638: libqemu-hexagon-linux-user.fa.p/target_hexagon_decode.c.o] Error 1 $ gcc

RE: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Taylor Simpson
ail.com > Subject: Re: [RFC PATCH v4 00/29] Hexagon patch series > > On 9/29/20 3:11 PM, Taylor Simpson wrote: > > > Ouch! 4.8 is old enough that it doesn't support C11 _Generic which I am > using. That needs at least GCC 4.9. > > > > Here are a couple of e

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Eric Blake
On 9/29/20 3:11 PM, Taylor Simpson wrote: > Ouch! 4.8 is old enough that it doesn't support C11 _Generic which I am > using. That needs at least GCC 4.9. > > Here are a couple of examples. As you can see, _Generic is used to dispatch > to slightly different TCG generation functions depending

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Philippe Mathieu-Daudé
;> Cc: a...@rev.ng; riku.voi...@iki.fi; richard.hender...@linaro.org; >> laur...@vivier.eu; aleksandar.m.m...@gmail.com >> Subject: Re: [RFC PATCH v4 00/29] Hexagon patch series >> >> QEMU aims to support the 2 latest releases of supported distributions. >> From ti

RE: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Taylor Simpson
er.eu; aleksandar.m.m...@gmail.com > Subject: Re: [RFC PATCH v4 00/29] Hexagon patch series > > QEMU aims to support the 2 latest releases of supported distributions. > From time to time a brave developer look at the different versions > packaged and make some cleanup in the code bas

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Philippe Mathieu-Daudé
; riku.voi...@iki.fi; richard.hender...@linaro.org; >> laur...@vivier.eu; aleksandar.m.m...@gmail.com >> Subject: Re: [RFC PATCH v4 00/29] Hexagon patch series >> >> cc1: all warnings being treated as errors >> make: *** [Makefile.ninja:638: >> libqemu-hexagon-linux-user.f

RE: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Taylor Simpson
er.eu; aleksandar.m.m...@gmail.com > Subject: Re: [RFC PATCH v4 00/29] Hexagon patch series > > cc1: all warnings being treated as errors > make: *** [Makefile.ninja:638: > libqemu-hexagon-linux-user.fa.p/target_hexagon_decode.c.o] Error 1 > > $ gcc --version > gcc (GCC) 10.2.1

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-29 Thread Philippe Mathieu-Daudé
Hi Taylor, On 9/28/20 7:28 PM, Taylor Simpson wrote: > This series adds support for the Hexagon processor with Linux user support > > See patch 02/34 Hexagon README for detailed information. > > Once the series is applied, the Hexagon port will pass "make check-tcg". > The series also includes H

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1601314138-9930-1-git-send-email-tsimp...@quicinc.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIP

Re: [RFC PATCH v4 00/29] Hexagon patch series

2020-09-28 Thread no-reply
00/29] Hexagon patch series === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[RFC PATCH v4 00/29] Hexagon patch series

2020-09-28 Thread Taylor Simpson
This series adds support for the Hexagon processor with Linux user support See patch 02/34 Hexagon README for detailed information. Once the series is applied, the Hexagon port will pass "make check-tcg". The series also includes Hexagon-specific tests in tcg/tests/hexagon. The series is also av