[PULL 0/8] qemu-macppc queue 20230206

Mark Cave-Ayland posted 8 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Laurent Vivier <laurent@vivier.eu>
hw/misc/macio/cuda.c         |   2 -
hw/misc/macio/macio.c        | 167 +++++++++++++++++++------------------------
hw/misc/macio/pmu.c          |   3 -
hw/misc/mos6522.c            |   1 -
hw/nvram/mac_nvram.c         |  28 ++++++++
hw/ppc/mac_newworld.c        |   3 +-
hw/ppc/mac_oldworld.c        |  11 ++-
include/hw/misc/mac_via.h    |   1 +
include/hw/misc/macio/cuda.h |   1 +
include/hw/misc/macio/pmu.h  |   1 +
include/hw/misc/mos6522.h    |   3 +-
include/hw/nvram/mac_nvram.h |   1 +
12 files changed, 114 insertions(+), 108 deletions(-)
[PULL 0/8] qemu-macppc queue 20230206
Posted by Mark Cave-Ayland 1 year, 2 months ago
The following changes since commit 6661b8c7fe3f8b5687d2d90f7b4f3f23d70e3e8b:

  Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging (2023-02-05 16:49:09 +0000)

are available in the Git repository at:

  https://github.com/mcayland/qemu.git tags/qemu-macppc-20230206

for you to fetch changes up to 5df3eb4d361fd609632281969b101f4f84f1c4d8:

  mac_oldworld: Allow specifying nvram backing store (2023-02-06 11:41:39 +0000)

----------------------------------------------------------------
qemu-macppc patches for 8.0

----------------------------------------------------------------
BALATON Zoltan (8):
      input/adb: Only include header where needed
      mac_{old,new}world: Use local variable instead of qdev_get_machine()
      hw/misc/macio: Avoid some QOM casts
      hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
      hw/misc/macio: Remove some single use local variables
      hw/misc/macio: Return bool from functions taking errp
      mac_nvram: Add block backend to persist NVRAM contents
      mac_oldworld: Allow specifying nvram backing store

 hw/misc/macio/cuda.c         |   2 -
 hw/misc/macio/macio.c        | 167 +++++++++++++++++++------------------------
 hw/misc/macio/pmu.c          |   3 -
 hw/misc/mos6522.c            |   1 -
 hw/nvram/mac_nvram.c         |  28 ++++++++
 hw/ppc/mac_newworld.c        |   3 +-
 hw/ppc/mac_oldworld.c        |  11 ++-
 include/hw/misc/mac_via.h    |   1 +
 include/hw/misc/macio/cuda.h |   1 +
 include/hw/misc/macio/pmu.h  |   1 +
 include/hw/misc/mos6522.h    |   3 +-
 include/hw/nvram/mac_nvram.h |   1 +
 12 files changed, 114 insertions(+), 108 deletions(-)
Re: [PULL 0/8] qemu-macppc queue 20230206
Posted by Peter Maydell 1 year, 2 months ago
On Mon, 6 Feb 2023 at 22:07, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 6661b8c7fe3f8b5687d2d90f7b4f3f23d70e3e8b:
>
>   Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging (2023-02-05 16:49:09 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/mcayland/qemu.git tags/qemu-macppc-20230206
>
> for you to fetch changes up to 5df3eb4d361fd609632281969b101f4f84f1c4d8:
>
>   mac_oldworld: Allow specifying nvram backing store (2023-02-06 11:41:39 +0000)
>
> ----------------------------------------------------------------
> qemu-macppc patches for 8.0
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM