From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYQSF-0008Qj-5Q for qemu-devel@nongnu.org; Sun, 16 Dec 2018 02:03:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYQSB-0003hz-4i for qemu-devel@nongnu.org; Sun, 16 Dec 2018 02:03:11 -0500 Received: from mail-pf1-x42b.google.com ([2607:f8b0:4864:20::42b]:42974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYQS9-0003SR-7i for qemu-devel@nongnu.org; Sun, 16 Dec 2018 02:03:05 -0500 Received: by mail-pf1-x42b.google.com with SMTP id 64so4809793pfr.9 for ; Sat, 15 Dec 2018 23:03:02 -0800 (PST) References: <20181214031923.29527-1-richard.henderson@linaro.org> From: Richard Henderson Message-ID: <6b3c561e-44d4-b15c-f6a9-e436ad47638f@linaro.org> Date: Sat, 15 Dec 2018 23:02:57 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/32] tcg patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers 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. r~