[Qemu-devel] [PULL 0/7] M68k for 2.10 patches

Laurent Vivier posted 7 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
fpu/softfloat.c          |  16 ++
include/fpu/softfloat.h  |   1 +
target/m68k/fpu_helper.c | 310 ++++++++++++++++++++++++++++++++++++-
target/m68k/helper.h     |  27 +++-
target/m68k/translate.c  | 388 ++++++++++++++++++++++++++++++++---------------
5 files changed, 619 insertions(+), 123 deletions(-)
[Qemu-devel] [PULL 0/7] M68k for 2.10 patches
Posted by Laurent Vivier 6 years, 9 months ago
The following changes since commit 4c8c1cc544dbd5e2564868e61c5037258e393832:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into staging (2017-06-22 19:01:58 +0100)

are available in the git repository at:

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

for you to fetch changes up to a1e58ddcb3eed7ec4a158512b9dae46f90492c1b:

  target/m68k: add fmovem (2017-06-29 20:29:57 +0200)

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

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

Laurent Vivier (7):
  target/m68k: add fscc.
  target/m68k: add fmovecr
  target/m68k: add explicit single and double precision operations
  softfloat: define floatx80_round()
  target/m68k: add fsglmul and fsgldiv
  target/m68k: add explicit single and double precision operations (part
    2)
  target/m68k: add fmovem

 fpu/softfloat.c          |  16 ++
 include/fpu/softfloat.h  |   1 +
 target/m68k/fpu_helper.c | 310 ++++++++++++++++++++++++++++++++++++-
 target/m68k/helper.h     |  27 +++-
 target/m68k/translate.c  | 388 ++++++++++++++++++++++++++++++++---------------
 5 files changed, 619 insertions(+), 123 deletions(-)

-- 
2.9.4


Re: [Qemu-devel] [PULL 0/7] M68k for 2.10 patches
Posted by Peter Maydell 6 years, 9 months ago
On 30 June 2017 at 13:30, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 4c8c1cc544dbd5e2564868e61c5037258e393832:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into staging (2017-06-22 19:01:58 +0100)
>
> are available in the git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.10-pull-request
>
> for you to fetch changes up to a1e58ddcb3eed7ec4a158512b9dae46f90492c1b:
>
>   target/m68k: add fmovem (2017-06-29 20:29:57 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM