[PULL 0/2] M68k for 5.1 patches

Laurent Vivier posted 2 patches 3 years, 11 months ago
Test asan passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200602152135.774894-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
target/m68k/helper.h     |  1 +
target/m68k/fpu_helper.c |  5 +++++
target/m68k/translate.c  | 17 +++++++++++++++++
3 files changed, 23 insertions(+)
[PULL 0/2] M68k for 5.1 patches
Posted by Laurent Vivier 3 years, 11 months ago
The following changes since commit 853a60b87024b2f5d7c0c54a432d7798cb679900:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a' into staging (2020-06-01 21:34:47 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/m68k-for-5.1-pull-request

for you to fetch changes up to 250b1da35d579f42319af234f36207902ca4baa4:

  target/m68k: implement opcode fetoxm1 (2020-06-02 13:59:02 +0200)

----------------------------------------------------------------
Two fixes for the 68040 FPU

----------------------------------------------------------------

Laurent Vivier (2):
  target/m68k: implement fmove.l #<data>,FPCR
  target/m68k: implement opcode fetoxm1

 target/m68k/helper.h     |  1 +
 target/m68k/fpu_helper.c |  5 +++++
 target/m68k/translate.c  | 17 +++++++++++++++++
 3 files changed, 23 insertions(+)

-- 
2.26.2


Re: [PULL 0/2] M68k for 5.1 patches
Posted by Peter Maydell 3 years, 11 months ago
On Tue, 2 Jun 2020 at 16:22, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 853a60b87024b2f5d7c0c54a432d7798cb679900:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a' into staging (2020-06-01 21:34:47 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-5.1-pull-request
>
> for you to fetch changes up to 250b1da35d579f42319af234f36207902ca4baa4:
>
>   target/m68k: implement opcode fetoxm1 (2020-06-02 13:59:02 +0200)
>
> ----------------------------------------------------------------
> Two fixes for the 68040 FPU


Applied, thanks.

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

-- PMM