From: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
To: Cormac O'Brien <i.am.cormac.obrien@gmail.com>,
agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2] macio: remove nonexistent interrupt on pin 1
Date: Wed, 17 Jun 2015 23:11:01 +0100 [thread overview]
Message-ID: <5581F075.2060405@ilande.co.uk> (raw)
In-Reply-To: <1434578651-16057-1-git-send-email-i.am.cormac.obrien@gmail.com>
On 17/06/15 23:04, Cormac O'Brien wrote:
> The current macio implementation declares an interrupt that doesn't appear to
> exist in the hardware or any other emulator implementation. OpenBIOS detects
> this interrupt and generates an 'interrupts' property in the macio device tree
> entry. Mac OS 9 halts boot when it detects this interrupt, so it has been
> removed to permit further progress in the boot process.
>
> Signed-off-by: Cormac O'Brien <i.am.cormac.obrien@gmail.com>
>
> ---
> hw/misc/macio/macio.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/hw/misc/macio/macio.c b/hw/misc/macio/macio.c
> index 063ad80..306c95e 100644
> --- a/hw/misc/macio/macio.c
> +++ b/hw/misc/macio/macio.c
> @@ -132,8 +132,6 @@ static int macio_common_initfn(PCIDevice *d)
> SysBusDevice *sysbus_dev;
> int ret;
>
> - d->config[0x3d] = 0x01; // interrupt on pin 1
> -
> ret = qdev_init(DEVICE(&s->cuda));
> if (ret < 0) {
> return ret;
>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
ATB,
Mark.
next prev parent reply other threads:[~2015-06-17 22:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-17 22:04 [Qemu-devel] [PATCH v2] macio: remove nonexistent interrupt on pin 1 Cormac O'Brien
2015-06-17 22:11 ` Mark Cave-Ayland [this message]
2015-06-30 10:47 ` Alexander Graf
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=5581F075.2060405@ilande.co.uk \
--to=mark.cave-ayland@ilande.co.uk \
--cc=agraf@suse.de \
--cc=i.am.cormac.obrien@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).