[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/32] tcg patch queue
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PULL 00/32] tcg patch queue |
Date: |
Sun, 16 Dec 2018 12:11:07 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
On 12/16/18 4:43 AM, Peter Maydell wrote:
> On Sun, 16 Dec 2018 at 07:03, Richard Henderson
> <address@hidden> wrote:
>>
>> On 12/15/18 1:18 PM, Peter Maydell wrote:
>>> This didn't pass 'make check' on sparc64 host.
>>> It looks like the handful of tests that exercise TCG
>>> in the process of doing what they do failed, and there
>>> was a tcg assert in there too:
>> ...
>>> qemu-system-x86_64: /home/pm215/qemu/tcg/sparc/tcg-target.inc.c:319:
>>> patch_reloc: Assertion `check_fit_ptr(value, 13)' failed.
>>
>> If there were extra asserts, they should have been outside tcg/foo/*. Any
>> extra asserts inside I cannot explain. Unfortunately, sparc and s390 are two
>> that I cannot test directly.
>
> You have access to the gcc compile farm, right? The sparc
> tests run on gcc202.fsffrance.org.
Ah. I thought that machine had gone away.
That assertion turns out to be an existing bug. I'm not sure what within this
patch set triggers it, but my solution in the short term will be to revert
ab20bdc1162.
Would you like me to re-send the pull request with this fixed, or may I address
this in the next patch set?
r~
- [Qemu-devel] [PULL 31/32] include: move exec/tb-hash-xx.h to qemu/xxhash.h, (continued)
- [Qemu-devel] [PULL 31/32] include: move exec/tb-hash-xx.h to qemu/xxhash.h, Richard Henderson, 2018/12/13
- [Qemu-devel] [PULL 32/32] xxhash: match output against the original xxhash32, Richard Henderson, 2018/12/13
- [Qemu-devel] [PULL 27/32] tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITS, Richard Henderson, 2018/12/13
- [Qemu-devel] [PULL 28/32] tcg: Drop nargs from tcg_op_insert_{before, after}, Richard Henderson, 2018/12/13
- [Qemu-devel] [PULL 26/32] tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP, Richard Henderson, 2018/12/13
- [Qemu-devel] [PULL 25/32] tcg/optimize: Optimize bswap, Richard Henderson, 2018/12/13
- [Qemu-devel] [PULL 30/32] exec: introduce qemu_xxhash{2,4,5,6,7}, Richard Henderson, 2018/12/13
- Re: [Qemu-devel] [PULL 00/32] tcg patch queue, Peter Maydell, 2018/12/15