From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxCuM-0004Vb-8n for qemu-devel@nongnu.org; Fri, 13 Nov 2015 06:52:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxCuH-0002cx-9j for qemu-devel@nongnu.org; Fri, 13 Nov 2015 06:52:46 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:37175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxCuH-0002cr-2f for qemu-devel@nongnu.org; Fri, 13 Nov 2015 06:52:41 -0500 Received: by wmww144 with SMTP id w144so27215249wmw.0 for ; Fri, 13 Nov 2015 03:52:40 -0800 (PST) Sender: Paolo Bonzini References: <1447401507-6319-1-git-send-email-stefanha@redhat.com> From: Paolo Bonzini Message-ID: <5645CF05.8010504@redhat.com> Date: Fri, 13 Nov 2015 12:52:37 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/15] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stefan Hajnoczi Cc: "Edgar E. Iglesias" , Peter Crosthwaite , QEMU Developers On 13/11/2015 11:30, Peter Maydell wrote: > I also now get a handful of extra warnings in the 'make check' output: > > /aarch64/qom/xilinx-zynq-a9: OK > /aarch64/qom/xlnx-ep108: > WARNING: RAM size 8000000 is small for EP108OK > /aarch64/qom/vexpress-a9: OK This could be an off-by-one. > (note the missing newline...) > > TEST: tests/qom-test... (pid=19738) > /microblaze/qom/none: OK > /microblaze/qom/petalogix-s3adsp1800: > Invalid MicroBlaze version number: (null) > OK > /microblaze/qom/petalogix-ml605: > Invalid MicroBlaze version number: (null) > OK These seem like a genuine problem too. Peter C. or Edgar, can you look into them? Paolo