The following changes since commit cdbc5c51c8755e4e9ce964fc92ba755e1c71a914:
Merge remote-tracking branch 'remotes/xtensa/tags/20200106-xtensa' into staging (2020-01-07 10:31:07 +0000) are available in the Git repository at: git://github.com/vivier/qemu-m68k.git tags/q800-for-5.0-pull-request for you to fetch changes up to 18b6102e51bb317d25ee61b49b7b56702b79560c: target/m68k: only change valid bits in CACR (2020-01-07 14:21:18 +0100) ---------------------------------------------------------------- m68k: fix CACR valid bits q800: add a fake mac rom reset (used by linux) fix and improve PRAM emulation ---------------------------------------------------------------- Jason A. Donenfeld (1): q800: implement mac rom reset function for BIOS-less mode Laurent Vivier (3): q800: fix mac_via RTC PRAM commands q800: add a block backend to the PRAM target/m68k: only change valid bits in CACR hw/m68k/q800.c | 35 +++- hw/misc/mac_via.c | 339 ++++++++++++++++++++++++++++---------- hw/misc/trace-events | 19 +++ include/hw/misc/mac_via.h | 3 + target/m68k/cpu.c | 28 +++- target/m68k/cpu.h | 5 +- target/m68k/helper.c | 12 +- 7 files changed, 348 insertions(+), 93 deletions(-) -- 2.24.1