From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJFic-0008E7-Fp for qemu-devel@nongnu.org; Wed, 24 Apr 2019 07:05:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJFZ0-0000Kn-3e for qemu-devel@nongnu.org; Wed, 24 Apr 2019 06:55:43 -0400 Received: from mail-ot1-x341.google.com ([2607:f8b0:4864:20::341]:33171) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJFYz-0000GR-U1 for qemu-devel@nongnu.org; Wed, 24 Apr 2019 06:55:42 -0400 Received: by mail-ot1-x341.google.com with SMTP id j10so15735933otq.0 for ; Wed, 24 Apr 2019 03:55:38 -0700 (PDT) MIME-Version: 1.0 References: <20190418203840.10528-1-armbru@redhat.com> In-Reply-To: <20190418203840.10528-1-armbru@redhat.com> From: Peter Maydell Date: Wed, 24 Apr 2019 11:55:25 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL for-4.1 0/9] Miscellaneous patches for 2019-04-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: QEMU Developers On Thu, 18 Apr 2019 at 21:40, Markus Armbruster wrote: > > Early pull request because I'll be on vacation when 4.1 opens. Hope > that's okay. > > The following changes since commit eeba63fc7fface36f438bcbc0d3b02e7dcb59983: > > Update version for v4.0.0-rc4 release (2019-04-16 21:53:00 +0100) > > are available in the Git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-04-18 > > for you to fetch changes up to 15136db27efaf0bdcf1131d41ad57832a2acadcc: > > Clean up decorations and whitespace around header guards (2019-04-17 19:20:46 +0200) > > ---------------------------------------------------------------- > Miscellaneous patches for 2019-04-18 > > ---------------------------------------------------------------- > Markus Armbruster (9): > Clean up includes > Use #include "..." for our own headers, <...> for others > authz: Normalize #include "authz/trace.h" to "trace.h" > linux-user/nios2 linux-user/riscv: Clean up header guards > target/xtensa: Clean up core-isa.h header guards > Clean up header guards that don't match their file name > Clean up ill-advised or unusual header guards > Normalize header guard symbol definition. > Clean up decorations and whitespace around header guards Hi -- this fails 'make check' on ppc64 and s390, so likely a big-endian hosts issue: make[1]: Leaving directory `/home/pm215/qemu/build/all/tests/fp' cd /home/pm215/qemu/build/all/tests/fp && ./fp-test -s -l 1 -r all i32_to_f16 i64_to_f16 i32_to_f32 i64_to_f32 i32_to_f64 i64_to_f64 i32_to_f128 i64_to_f128 > int-to-float.out 2>&1 || (cat int-to-float.out && exit 1;) >> Testing i32_to_f16, rounding near_even ^M372 tests total. ^M372 tests performed. In 372 tests, no errors found in i32_to_f16, rounding near_even. [...] >> Testing i32_to_f128 ^M372 tests total. ^MErrors found in i32_to_f128: 1006FFFF => +0000.000000000000401B006FFFF00000 ..... expected +401B.006FFFF000000000000000000000 ..... ^M0001DDEB => +0000.000000000000400FDDEB00000000 ..... expected +400F.DDEB000000000000000000000000 ..... ^MFFF6FFFC => +0000.000000000000C012200080000000 ..... expected -4012.2000800000000000000000000000 ..... [...] ^M00000020 => +0000.0000000000004004000000000000 ..... expected +4004.0000000000000000000000000000 ..... ^M21 tests performed; 20 errors found. make: *** [check-softfloat-conv] Error 1 thanks -- PMM