mbox

[PULL,0/2] M68k for 5.1 patches

Message ID 20200602152135.774894-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier June 2, 2020, 3:21 p.m. UTC
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(+)

Comments

Peter Maydell June 2, 2020, 5:16 p.m. UTC | #1
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