[PULL 0/7] qemu-macppc queue 20210113

Mark Cave-Ayland posted 7 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210113161128.3156-1-mark.cave-ayland@ilande.co.uk
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Greg Kurz <groug@kaod.org>, David Gibson <david@gibson.dropbear.id.au>
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(-)
[PULL 0/7] qemu-macppc queue 20210113
Posted by Mark Cave-Ayland 3 years, 3 months ago
The following changes since commit f8e1d8852e393b3fd524fb005e38590063d99bc0:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-1' into staging (2021-01-12 21:23:25 +0000)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-macppc-20210113

for you to fetch changes up to 7b3180f9110e1cee00e9acb36cb4d16bd7efabee:

  macio: don't set user_creatable to false (2021-01-13 12:21:21 +0000)

----------------------------------------------------------------
qemu-macppc updates

----------------------------------------------------------------
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(-)

Re: [PULL 0/7] qemu-macppc queue 20210113
Posted by Peter Maydell 3 years, 3 months ago
On Wed, 13 Jan 2021 at 16:11, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit f8e1d8852e393b3fd524fb005e38590063d99bc0:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-1' into staging (2021-01-12 21:23:25 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-macppc-20210113
>
> for you to fetch changes up to 7b3180f9110e1cee00e9acb36cb4d16bd7efabee:
>
>   macio: don't set user_creatable to false (2021-01-13 12:21:21 +0000)
>
> ----------------------------------------------------------------
> qemu-macppc updates
>
> ----------------------------------------------------------------
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM