[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/8] qemu-macppc queue 20230206
From: |
Mark Cave-Ayland |
Subject: |
[PULL 0/8] qemu-macppc queue 20230206 |
Date: |
Mon, 6 Feb 2023 22:07:14 +0000 |
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(-)
- [PULL 0/8] qemu-macppc queue 20230206,
Mark Cave-Ayland <=
- [PULL 1/8] input/adb: Only include header where needed, Mark Cave-Ayland, 2023/02/06
- [PULL 2/8] mac_{old, new}world: Use local variable instead of qdev_get_machine(), Mark Cave-Ayland, 2023/02/06
- [PULL 3/8] hw/misc/macio: Avoid some QOM casts, Mark Cave-Ayland, 2023/02/06
- [PULL 4/8] hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity, Mark Cave-Ayland, 2023/02/06
- [PULL 5/8] hw/misc/macio: Remove some single use local variables, Mark Cave-Ayland, 2023/02/06
- [PULL 6/8] hw/misc/macio: Return bool from functions taking errp, Mark Cave-Ayland, 2023/02/06
- [PULL 7/8] mac_nvram: Add block backend to persist NVRAM contents, Mark Cave-Ayland, 2023/02/06
- [PULL 8/8] mac_oldworld: Allow specifying nvram backing store, Mark Cave-Ayland, 2023/02/06
- Re: [PULL 0/8] qemu-macppc queue 20230206, Peter Maydell, 2023/02/07