public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
From: yoshii.takashi@gmail.com
To: linux-sh@vger.kernel.org
Subject: Re: Qemu SH4 status #2
Date: Tue, 11 Nov 2008 05:13:35 +0000	[thread overview]
Message-ID: <20081111141335.3c869c26.yoshii.takashi@gmail.com> (raw)
In-Reply-To: <20081110233926.3d8c7fd1.kristoffer.ericson@gmail.com>

Hi,
> My best guess is that id for whatever reason is tooo
> high, but thats just my #1 attempt at qemu debugging.
Yes, but wrong code is in hw/r2d.c. I should not have called mmio_ide_init()
if no HDD image given. I fixed it but haven't posted the new one yet.
My code is now like the following,
    if ((i = drive_get_index(IF_IDE, 0, 0)) != -1)
        mmio_ide_init(0x14001000, 0x1400080c, irq[CF_IDE], 1,
                     drives_table[i].bdrv, NULL);
# I think these mails should go to qemu ML, though.
/yoshii

  reply	other threads:[~2008-11-11  5:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-10 21:39 Qemu SH4 status #2 Kristoffer Ericson
2008-11-11  5:13 ` yoshii.takashi [this message]
2008-11-11 10:27   ` Kristoffer Ericson
2008-11-12  4:33     ` yoshii.takashi
2008-11-12  4:58       ` Paul Mundt
2008-11-12  9:55       ` Kristoffer Ericson
2008-11-12 15:52       ` Kristoffer Ericson
2008-11-24  7:10       ` [Qemu-devel] " Shin-ichiro KAWASAKI
2008-11-25 16:37         ` Jean-Christophe PLAGNIOL-VILLARD
2008-11-11  5:59 ` Paul Mundt

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=20081111141335.3c869c26.yoshii.takashi@gmail.com \
    --to=yoshii.takashi@gmail.com \
    --cc=linux-sh@vger.kernel.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