From: David Gibson <david@gibson.dropbear.id.au>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/7] mac: generate correct fw paths for macio IDE and virtio-blk-pci devices
Date: Thu, 30 Aug 2018 10:46:48 +1000 [thread overview]
Message-ID: <20180830004648.GF2222@umbus.fritz.box> (raw)
In-Reply-To: <20180829165911.30106-1-mark.cave-ayland@ilande.co.uk>
[-- Attachment #1: Type: text/plain, Size: 1952 bytes --]
On Wed, Aug 29, 2018 at 05:59:04PM +0100, Mark Cave-Ayland wrote:
1;5202;0c> This patchset is the QEMU counterpart to the patches posted on the OpenBIOS
> list at https://mail.coreboot.org/pipermail/openbios/2018-August/010422.html
> which generate correct fw paths for the Mac Old World and New World machines.
>
> With these patches applied QEMU generates the correct fw paths for both the
> in-built macio IDE and virtio-blk-pci devices enabling support for bootindex
> and most importantly with an updated OpenBIOS, allowing boot from
> virtio-pci-blk devices.
>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Applied to ppc-for-3.1, thanks.
>
>
> Mark Cave-Ayland (7):
> macio: move MACIOIDEState type declarations to macio.h
> macio: add macio bus to help with fw path generation
> macio: add addr property to macio IDE object
> grackle: set device fw_name and address for correct fw path generation
> mac_oldworld: implement custom FWPathProvider
> uninorth: add ofw-addr property to allow correct fw path generation
> mac_newworld: implement custom FWPathProvider
>
> hw/ide/macio.c | 2 ++
> hw/misc/macio/macio.c | 42 ++++++++++++++++++++++--------
> hw/pci-host/grackle.c | 17 ++++++++++++
> hw/pci-host/uninorth.c | 16 ++++++++++++
> hw/ppc/mac.h | 26 -------------------
> hw/ppc/mac_newworld.c | 59 +++++++++++++++++++++++++++++++++++++++++-
> hw/ppc/mac_oldworld.c | 59 +++++++++++++++++++++++++++++++++++++++++-
> include/hw/misc/macio/macio.h | 37 ++++++++++++++++++++++++++
> include/hw/pci-host/uninorth.h | 1 +
> 9 files changed, 220 insertions(+), 39 deletions(-)
>
--
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:[~2018-08-30 1:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-29 16:59 [Qemu-devel] [PATCH 0/7] mac: generate correct fw paths for macio IDE and virtio-blk-pci devices Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 1/7] macio: move MACIOIDEState type declarations to macio.h Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 2/7] macio: add macio bus to help with fw path generation Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 3/7] macio: add addr property to macio IDE object Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 4/7] grackle: set device fw_name and address for correct fw path generation Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 5/7] mac_oldworld: implement custom FWPathProvider Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 6/7] uninorth: add ofw-addr property to allow correct fw path generation Mark Cave-Ayland
2018-08-29 16:59 ` [Qemu-devel] [PATCH 7/7] mac_newworld: implement custom FWPathProvider Mark Cave-Ayland
2018-08-30 0:46 ` 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=20180830004648.GF2222@umbus.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 \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.