From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvwVg-0003i8-Ji for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvwVd-0006W8-Tj for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:19:40 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:58727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvwVd-0006Vd-O3 for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:19:37 -0400 Received: by fxbb27 with SMTP id b27so526741fxb.4 for ; Tue, 23 Aug 2011 12:19:36 -0700 (PDT) Date: Tue, 23 Aug 2011 21:19:32 +0200 From: "Edgar E. Iglesias" Message-ID: <20110823191932.GA32250@zapo> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] PPC* and Sparc32 crash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Avi Kivity , qemu-devel On Tue, Aug 23, 2011 at 06:59:01PM +0100, Peter Maydell wrote: > On 23 August 2011 18:55, Blue Swirl wrote: > > qemu-system-ppc: /src/qemu/memory.c:1183: > > memory_region_add_subregion_common: Assertion `!subregion->parent' > > failed. > > Aborted > > qemu-system-ppc64: /src/qemu/memory.c:1183: > > memory_region_add_subregion_common: Assertion `!subregion->parent' > > failed. > > Aborted > > qemu-system-sparc: /src/qemu/hw/sysbus.c:156: > > sysbus_register_withprop: Assertion `info->qdev.size >= > > sizeof(SysBusDevice)' failed. > > Aborted > > > > This is with b861b7419c49ad53e786062b4fbf6da53468f130. Other targets > > seem to work. > > n810 is also broken with a similar assertion to ppc, which I have a > patch in progress to fix. MIPS malta is broken in the same way.