qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
To: peter.maydell@linaro.org, qemu-devel@nongnu.org,
	qemu-ppc@nongnu.org, david@gibson.dropbear.id.au,
	atar4qemu@gmail.com
Subject: Re: [PULL 00/13] qemu-macppc queue 20201018
Date: Mon, 19 Oct 2020 08:18:21 +0100	[thread overview]
Message-ID: <ff4dc0f7-44d7-5ded-32ce-fb441f709a6c@ilande.co.uk> (raw)
In-Reply-To: <20201018155919.21200-1-mark.cave-ayland@ilande.co.uk>

On 18/10/2020 16:59, Mark Cave-Ayland wrote:

> The following changes since commit e12ce85b2c79d83a340953291912875c30b3af06:
> 
>    Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-10-16 22:46:28 +0100)
> 
> are available in the Git repository at:
> 
>    git://github.com/mcayland/qemu.git tags/qemu-macppc-20201018
> 
> for you to fetch changes up to 45e6b0fe210dc8a08117e6ccbdc081348e21de09:
> 
>    mac_oldworld: Change PCI address of macio to match real hardware (2020-10-18 16:21:42 +0100)
> 
> ----------------------------------------------------------------
> qemu-macppc updates
> 
> ----------------------------------------------------------------
> BALATON Zoltan (4):
>        mac_newworld: Allow loading binary ROM image
>        mac_oldworld: Drop a variable, use get_system_memory() directly
>        mac_oldworld: Drop some variables
>        mac_oldworld: Change PCI address of macio to match real hardware
> 
> BALATON Zoltan via (1):
>        mac_oldworld: Allow loading binary ROM image
> 
> Mark Cave-Ayland (8):
>        macio: don't reference serial_hd() directly within the device
>        grackle: use qdev gpios for PCI IRQs
>        uninorth: use qdev gpios for PCI IRQs
>        m48t59-isa: remove legacy m48t59_init_isa() function
>        sun4m: use qdev properties instead of legacy m48t59_init() function
>        sun4u: use qdev properties instead of legacy m48t59_init() function
>        ppc405_boards: use qdev properties instead of legacy m48t59_init() function
>        m48t59: remove legacy m48t59_init() function
> 
>   hw/misc/macio/macio.c          |  4 ---
>   hw/pci-host/grackle.c          | 19 ++--------
>   hw/pci-host/uninorth.c         | 45 +++++-------------------
>   hw/ppc/mac.h                   |  2 --
>   hw/ppc/mac_newworld.c          | 52 ++++++++++++++++++---------
>   hw/ppc/mac_oldworld.c          | 80 ++++++++++++++++++++++++++----------------
>   hw/ppc/ppc405_boards.c         | 10 +++++-
>   hw/rtc/m48t59-isa.c            | 25 -------------
>   hw/rtc/m48t59.c                | 35 ------------------
>   hw/sparc/sun4m.c               | 10 ++++--
>   hw/sparc64/sun4u.c             |  7 ++--
>   include/hw/pci-host/uninorth.h |  2 --
>   include/hw/rtc/m48t59.h        |  6 ----
>   13 files changed, 118 insertions(+), 179 deletions(-)

Looks like Zoltan's email address got replaced by that of the qemu-devel list in his 
last patch - let me repush with that fixed.


ATB,

Mark.


      parent reply	other threads:[~2020-10-19  7:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18 15:59 [PULL 00/13] qemu-macppc queue 20201018 Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 01/13] macio: don't reference serial_hd() directly within the device Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 02/13] grackle: use qdev gpios for PCI IRQs Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 03/13] uninorth: " Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 04/13] m48t59-isa: remove legacy m48t59_init_isa() function Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 05/13] sun4m: use qdev properties instead of legacy m48t59_init() function Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 06/13] sun4u: " Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 07/13] ppc405_boards: " Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 08/13] m48t59: remove " Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 09/13] mac_oldworld: Allow loading binary ROM image Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 10/13] mac_newworld: " Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 11/13] mac_oldworld: Drop a variable, use get_system_memory() directly Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 12/13] mac_oldworld: Drop some variables Mark Cave-Ayland
2020-10-18 15:59 ` [PULL 13/13] mac_oldworld: Change PCI address of macio to match real hardware Mark Cave-Ayland
2020-10-19  7:18 ` Mark Cave-Ayland [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=ff4dc0f7-44d7-5ded-32ce-fb441f709a6c@ilande.co.uk \
    --to=mark.cave-ayland@ilande.co.uk \
    --cc=atar4qemu@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=peter.maydell@linaro.org \
    --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).