From: "Andreas Färber" <afaerber@suse.de>
To: Bharat Bhushan <r65777@freescale.com>,
mst@redhat.com, agraf@suse.de, qemu-ppc@nongnu.org,
qemu-devel@nongnu.org, scottwood@freescale.com
Cc: Bharat Bhushan <Bharat.Bhushan@freescale.com>
Subject: Re: [Qemu-devel] [PATCH 2/2 v2] ppc-e500: implement PCI INTx routing
Date: Mon, 12 May 2014 17:29:46 +0200 [thread overview]
Message-ID: <5370E8EA.9020407@suse.de> (raw)
In-Reply-To: <1399887940-13676-3-git-send-email-Bharat.Bhushan@freescale.com>
> diff --git a/hw/pci-host/ppce500.c b/hw/pci-host/ppce500.c
> index f672d5f..5ed59e8 100644
> --- a/hw/pci-host/ppce500.c
> +++ b/hw/pci-host/ppce500.c
[...]
> @@ -267,13 +269,26 @@ static int mpc85xx_pci_map_irq(PCIDevice *pci_dev, int pin)
>
> static void mpc85xx_pci_set_irq(void *opaque, int pin, int level)
> {
> - qemu_irq *pic = opaque;
> + PPCE500PCIState *s = opaque;
> + qemu_irq *pic = s->irq;;
Double semicolon.
Regards,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2014-05-12 15:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-12 9:45 [Qemu-devel] [PATCH 0/2 v2] ppc-e500: Adding pci-pin to irq callback and some cleanup Bharat Bhushan
2014-05-12 9:45 ` [Qemu-devel] [PATCH 1/2 v2] ppc-e500: some pci related cleanup Bharat Bhushan
2014-05-12 9:45 ` [Qemu-devel] [PATCH 2/2 v2] ppc-e500: implement PCI INTx routing Bharat Bhushan
2014-05-12 15:29 ` Andreas Färber [this message]
2014-05-12 20:29 ` Alexander Graf
2014-05-12 12:59 ` [Qemu-devel] [PATCH 0/2 v2] ppc-e500: Adding pci-pin to irq callback and some cleanup 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=5370E8EA.9020407@suse.de \
--to=afaerber@suse.de \
--cc=Bharat.Bhushan@freescale.com \
--cc=agraf@suse.de \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=r65777@freescale.com \
--cc=scottwood@freescale.com \
/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).