The following changes since commit f4abdf32714d1845b7c01ec136dd2b04c2f7db47:
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-up= dates-100321-2' into staging (2021-03-11 16:20:58 +0000) are available in the Git repository at: git://github.com/vivier/qemu-m68k.git tags/m68k-for-6.0-pull-request for you to fetch changes up to a9431a03f70c8c711a870d4c1a0439bdbb4703cf: target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature (2021-03-11 21:12:32 += 0100) ---------------------------------------------------------------- Prepare MacOS ROM support: - add RTR instruction - fix unaligned access requirement - fix ATC bit (68040 MMU) ---------------------------------------------------------------- Laurent Vivier (1): target/m68k: implement rtr instruction Mark Cave-Ayland (3): target/m68k: don't set SSW ATC bit for physical bus errors target/m68k: reformat m68k_features enum target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature target/m68k/cpu.h | 68 ++++++++++++++++++++++++++++------------- target/m68k/cpu.c | 1 + target/m68k/op_helper.c | 17 +++++++++-- target/m68k/translate.c | 20 ++++++++++++ 4 files changed, 82 insertions(+), 24 deletions(-) --=20 2.29.2