[PULL 0/4] M68k for 6.0 patches

Laurent Vivier posted 4 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210311221827.2595898-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
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(-)
[PULL 0/4] M68k for 6.0 patches
Posted by Laurent Vivier 3 years, 1 month ago
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


Re: [PULL 0/4] M68k for 6.0 patches
Posted by Peter Maydell 3 years, 1 month ago
On Thu, 11 Mar 2021 at 22:21, Laurent Vivier <laurent@vivier.eu> wrote:
>
> 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)
>


Applied, thanks.

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

-- PMM