From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPfSJ-0002zk-BZ for qemu-devel@nongnu.org; Thu, 26 May 2011 14:38:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPfSH-0005B7-KV for qemu-devel@nongnu.org; Thu, 26 May 2011 14:38:47 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:52381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPfSH-0005Ar-G8 for qemu-devel@nongnu.org; Thu, 26 May 2011 14:38:45 -0400 Received: by pxi16 with SMTP id 16so597625pxi.4 for ; Thu, 26 May 2011 11:38:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5FD31CB0-F3A7-456B-8554-53EE5E851471@suse.de> References: <1305923419-24322-1-git-send-email-weil@mail.berlios.de> <5FD31CB0-F3A7-456B-8554-53EE5E851471@suse.de> Date: Thu, 26 May 2011 19:38:44 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] ppc: Fix compilation for ppc64-softmmu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: QEMU Developers , Stefan Hajnoczi On 21 May 2011 09:31, Alexander Graf wrote: > On 20.05.2011, at 22:30, Stefan Weil wrote: >> When QEMU was configured with --enable-debug-tcg, >> compilation fails in spr_write_booke206_mmucsr0() and in >> spr_write_booke_pid(). Similar changes are also needed >> in conditional code which is normally unused. > > Stefan (Hajnoczi), can we add --enable-debug-tcg builds > to the buildbot runs? --enable-debug implies --enable-debug-tcg, so I would think that just running both with and without --enable-debug would be sufficient. -- PMM