From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnFHR-0006Ea-2q for qemu-devel@nongnu.org; Mon, 14 Sep 2009 13:23:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnFHM-000694-Km for qemu-devel@nongnu.org; Mon, 14 Sep 2009 13:23:56 -0400 Received: from [199.232.76.173] (port=53319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnFHM-00068u-AY for qemu-devel@nongnu.org; Mon, 14 Sep 2009 13:23:52 -0400 Received: from mail-ew0-f221.google.com ([209.85.219.221]:33083) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnFHL-0008Qp-Ue for qemu-devel@nongnu.org; Mon, 14 Sep 2009 13:23:52 -0400 Received: by ewy21 with SMTP id 21so2957064ewy.8 for ; Mon, 14 Sep 2009 10:23:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1252943364-32705-8-git-send-email-kraxel@redhat.com> References: <1252943364-32705-1-git-send-email-kraxel@redhat.com> <1252943364-32705-8-git-send-email-kraxel@redhat.com> From: Blue Swirl Date: Mon, 14 Sep 2009 20:23:31 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 7/9] ide/isa: convert to qdev. Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Mon, Sep 14, 2009 at 6:49 PM, Gerd Hoffmann wrote: > Breaks PPC: gdb ./qemu-system-ppc GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) r [Thread debugging using libthread_db enabled] [New Thread 0x7f63eee2e700 (LWP 8998)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f63eee2e700 (LWP 8998)] 0x000000000042cdc3 in ide_reset (s=0xec2048) at /src/qemu/hw/ide/core.c:2510 2510 bus->unit = s->unit; (gdb) bt #0 0x000000000042cdc3 in ide_reset (s=0xec2048) at /src/qemu/hw/ide/core.c:2510 #1 0x00000000004327d4 in pmac_ide_reset (opaque=) at /src/qemu/hw/ide/macio.c:330 #2 0x0000000000432899 in pmac_ide_init (hd_table=, irq=0xf5b268, dbdma=0xf597e0, channel=0x16, dma_irq=0xf5b160) at /src/qemu/hw/ide/macio.c:353 #3 0x000000000044ab09 in ppc_heathrow_init (ram_size=0x8000000, boot_device=, kernel_filename=0x0, kernel_cmdline=0x5e9d0b "", initrd_filename=0x0, cpu_model=) at /src/qemu/hw/ppc_oldworld.c:337 #4 0x000000000040ca15 in main (argc=0x1, argv=0x7ffff6f5b1f8, envp=) at /src/qemu/vl.c:5742