[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PULL 00/12] Hexagon (target/hexagon) queue
From: |
Taylor Simpson |
Subject: |
RE: [PULL 00/12] Hexagon (target/hexagon) queue |
Date: |
Thu, 10 Mar 2022 15:42:38 +0000 |
My apologies. I'll investigate the mismatch between the toolchain I'm using
and the one CI is using.
> -----Original Message-----
> From: Peter Maydell <peter.maydell@linaro.org>
> Sent: Thursday, March 10, 2022 7:16 AM
> To: Taylor Simpson <tsimpson@quicinc.com>
> Cc: qemu-devel@nongnu.org; richard.henderson@linaro.org;
> f4bug@amsat.org; zongyuan.li@smartx.com
> Subject: Re: [PULL 00/12] Hexagon (target/hexagon) queue
>
> WARNING: This email originated from outside of Qualcomm. Please be wary
> of any links or attachments, and do not enable macros.
>
> On Tue, 8 Mar 2022 at 21:55, Taylor Simpson <tsimpson@quicinc.com> wrote:
> >
> > The following changes since commit
> 33d102e92e41a65c817d85ff8bfd5ffa2c16b1d3:
> >
> > Merge remote-tracking branch
> > 'remotes/kraxel/tags/seabios-20220307-pull-request' into staging
> > (2022-03-08 12:40:58 +0000)
> >
> > are available in the Git repository at:
> >
> > https://github.com/quic/qemu tags/pull-hex-20220308
> >
> > for you to fetch changes up to
> ebbf0ee1335548fe9b42fcd1ff031aea2d27cc1a:
> >
> > target/hexagon: remove unused variable (2022-03-08 13:27:00 -0800)
> >
> > ----------------------------------------------------------------
> > Hexagon bug fixes and additional tests
> >
> > Also includes a patch from Zongyuan Li <zongyuan.li@smartx.com> to
> > remove an unused variable
> >
>
> This fails the build-user-hexagon CI job:
> https://gitlab.com/qemu-project/qemu/-/jobs/2187325916
>
> BUILD hexagon-linux-user guest-tests with hexagon-unknown-linux-musl-
> clang
> /builds/qemu-project/qemu/tests/tcg/hexagon/preg_alias.c:68:9: error:
> unknown register name 'c4' in asm
> : "c4", "p0", "p1", "p2", "p3");
> ^
> /builds/qemu-project/qemu/tests/tcg/hexagon/preg_alias.c:95:10: error:
> unknown register name 'c4' in asm
> : "c4", "c5", "p0", "p1", "p2", "p3");
> ^
> /builds/qemu-project/qemu/tests/tcg/hexagon/preg_alias.c:120:12:
> error: unknown register name 'c4' in asm
> : "c4", "p0", "p1", "p2", "p3");
> ^
> /builds/qemu-project/qemu/tests/tcg/hexagon/preg_alias.c:132:12:
> error: unknown register name 'c4' in asm
> : "c4", "p0", "p1", "p2", "p3", "memory"); ^
> 4 errors generated.
> make[2]: *** [../Makefile.target:108: preg_alias] Error 1
>
> -- PMM
- [PULL 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop, (continued)
- [PULL 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop, Taylor Simpson, 2022/03/08
- [PULL 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR, Taylor Simpson, 2022/03/08
- [PULL 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions, Taylor Simpson, 2022/03/08
- [PULL 11/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit, Taylor Simpson, 2022/03/08
- [PULL 07/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c, Taylor Simpson, 2022/03/08
- [PULL 05/12] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax, Taylor Simpson, 2022/03/08
- [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing, Taylor Simpson, 2022/03/08
- [PULL 08/12] Hexagon (tests/tcg/hexagon) update overflow test, Taylor Simpson, 2022/03/08
- [PULL 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo, Taylor Simpson, 2022/03/08
- Re: [PULL 00/12] Hexagon (target/hexagon) queue, Peter Maydell, 2022/03/10
- RE: [PULL 00/12] Hexagon (target/hexagon) queue,
Taylor Simpson <=