From: Blue Swirl <blauwirbel@gmail.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 7/9] ide/isa: convert to qdev.
Date: Mon, 14 Sep 2009 20:23:31 +0300 [thread overview]
Message-ID: <f43fc5580909141023p1296f13do4368940458db05f9@mail.gmail.com> (raw)
In-Reply-To: <1252943364-32705-8-git-send-email-kraxel@redhat.com>
On Mon, Sep 14, 2009 at 6:49 PM, Gerd Hoffmann <kraxel@redhat.com> 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 <http://gnu.org/licenses/gpl.html>
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=<value optimized out>)
at /src/qemu/hw/ide/macio.c:330
#2 0x0000000000432899 in pmac_ide_init (hd_table=<value optimized out>,
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=<value optimized out>, kernel_filename=0x0,
kernel_cmdline=0x5e9d0b "", initrd_filename=0x0,
cpu_model=<value optimized out>) at /src/qemu/hw/ppc_oldworld.c:337
#4 0x000000000040ca15 in main (argc=0x1, argv=0x7ffff6f5b1f8,
envp=<value optimized out>) at /src/qemu/vl.c:5742
next prev parent reply other threads:[~2009-09-14 17:23 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 15:49 [Qemu-devel] [PATCH 0/9] ide: convert to qdev Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 1/9] qdev/pci: add pci_create_noinit() Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 2/9] support media=cdrom for if=none Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 3/9] split away drive init from ide_init2() Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 4/9] ide/qdev: add ide bus Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 5/9] ide/pci: fix indention Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 6/9] ide/pci: convert to qdev Gerd Hoffmann
2009-09-14 15:49 ` [Qemu-devel] [PATCH 7/9] ide/isa: " Gerd Hoffmann
2009-09-14 17:23 ` Blue Swirl [this message]
2009-09-14 17:46 ` Blue Swirl
2009-09-15 9:33 ` Gerd Hoffmann
2009-09-15 20:10 ` Blue Swirl
2009-09-14 15:49 ` [Qemu-devel] [PATCH 8/9] isa: refine irq reservations Gerd Hoffmann
2009-09-14 16:55 ` Blue Swirl
2009-09-14 20:09 ` Markus Armbruster
2009-09-15 7:23 ` Gerd Hoffmann
2009-09-15 19:08 ` Blue Swirl
2009-09-14 15:49 ` [Qemu-devel] [PATCH 9/9] unbreak ppc/prep Gerd Hoffmann
2009-09-23 19:00 ` [Qemu-devel] [PATCH 0/9] ide: convert to qdev Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f43fc5580909141023p1296f13do4368940458db05f9@mail.gmail.com \
--to=blauwirbel@gmail.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).