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