From: David Gibson <david@gibson.dropbear.id.au>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: thuth@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH v2 0/7] macio: remove PIC object property links
Date: Fri, 8 Jan 2021 10:24:02 +1100 [thread overview]
Message-ID: <20210107232402.GF3209@yekko.fritz.box> (raw)
In-Reply-To: <2b58fe51-ddeb-3fd3-9557-b236821b764d@ilande.co.uk>
[-- Attachment #1: Type: text/plain, Size: 2645 bytes --]
On Thu, Jan 07, 2021 at 02:26:33PM +0000, Mark Cave-Ayland wrote:
> On 29/12/2020 17:56, Mark Cave-Ayland wrote:
>
> > This patchset follows on from the dicussion at https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg02630.html
> > where the user_creatable flag for the macio devices was set back to false just
> > before the 5.2 release.
> >
> > The underlying cause was that the PIC object property links were not being set
> > before realise. Whilst this cannot happen when launching the g3beige and mac99
> > machines from qemu-system-ppc, it caused some automated tests to fail.
> >
> > Here we fix the real problem which is to move the PIC for both machines into the
> > macio device, which not only matches real hardware but also enables the PIC object
> > property links to be completely removed.
> >
> > Patch 6 rewires the macio gpios for the mac99 machine as per Ben's original comment
> > after the OpenPIC device has been moved into the macio-newworld device, and then
> > finally patch 7 removes setting the user_creatable flag to false on the macio devices
> > once again.
> >
> > Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> >
> > v2:
> > - Add R-B tag for patch 1 from David
> > - Update commit messages to included more detail as requested by David
> >
> >
> > Mark Cave-Ayland (7):
> > mac_oldworld: remove duplicate bus check for PPC_INPUT(env)
> > mac_oldworld: move initialisation of grackle before heathrow
> > macio: move heathrow PIC inside macio-oldworld device
> > mac_newworld: delay wiring of PCI IRQs in New World machine
> > macio: move OpenPIC inside macio-newworld device
> > macio: wire macio GPIOs to OpenPIC using sysbus IRQs
> > macio: don't set user_creatable to false
> >
> > hw/misc/macio/gpio.c | 24 +++--------
> > hw/misc/macio/macio.c | 53 ++++++++++++------------
> > hw/ppc/mac_newworld.c | 71 ++++++++++++++++----------------
> > hw/ppc/mac_oldworld.c | 76 ++++++++++++++++-------------------
> > include/hw/misc/macio/gpio.h | 2 -
> > include/hw/misc/macio/macio.h | 4 +-
> > 6 files changed, 104 insertions(+), 126 deletions(-)
>
> Any further thoughts on this? David has reviewed patches 1-5 but I've had no
> other feedback to date. If everyone is happy then I don't mind including
> this in a qemu-macppc PR.
I'm happy for you to do that.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2021-01-08 5:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-29 17:56 [PATCH v2 0/7] macio: remove PIC object property links Mark Cave-Ayland
2020-12-29 17:56 ` [PATCH v2 1/7] mac_oldworld: remove duplicate bus check for PPC_INPUT(env) Mark Cave-Ayland
2020-12-29 17:56 ` [PATCH v2 2/7] mac_oldworld: move initialisation of grackle before heathrow Mark Cave-Ayland
2020-12-30 1:25 ` David Gibson
2020-12-29 17:56 ` [PATCH v2 3/7] macio: move heathrow PIC inside macio-oldworld device Mark Cave-Ayland
2020-12-30 1:36 ` David Gibson
2020-12-29 17:56 ` [PATCH v2 4/7] mac_newworld: delay wiring of PCI IRQs in New World machine Mark Cave-Ayland
2020-12-31 6:44 ` David Gibson
2020-12-29 17:56 ` [PATCH v2 5/7] macio: move OpenPIC inside macio-newworld device Mark Cave-Ayland
2020-12-31 6:48 ` David Gibson
2020-12-29 17:56 ` [PATCH v2 6/7] macio: wire macio GPIOs to OpenPIC using sysbus IRQs Mark Cave-Ayland
2020-12-29 17:56 ` [PATCH v2 7/7] macio: don't set user_creatable to false Mark Cave-Ayland
2021-01-07 14:26 ` [PATCH v2 0/7] macio: remove PIC object property links Mark Cave-Ayland
2021-01-07 23:24 ` David Gibson [this message]
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=20210107232402.GF3209@yekko.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.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).