[Qemu-devel] [PULL 00/11] M68k for 2.12 patches

Laurent Vivier posted 11 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180313155918.23591-1-laurent@vivier.eu
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
target/m68k/fpu_helper.c            |   61 ++
target/m68k/helper.h                |   11 +
target/m68k/softfloat.c             | 1637 +++++++++++++++++++++++++++++++++++
target/m68k/softfloat.h             |   11 +
target/m68k/softfloat_fpsp_tables.h |  267 ++++++
target/m68k/translate.c             |   38 +
6 files changed, 2025 insertions(+)
[Qemu-devel] [PULL 00/11] M68k for 2.12 patches
Posted by Laurent Vivier 6 years ago
The following changes since commit 59667bb167f773965ce6547352f312eff0d4d523:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-03-13 14:02:47 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 02f9124ebe26c36f0f7ed58085bd963e4372b2cd:

  target/m68k: implement fcosh (2018-03-13 16:35:05 +0100)

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

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

Laurent Vivier (11):
  target/m68k: implement ftan
  target/m68k: implement fsin
  target/m68k: implement fcos
  target/m68k: implement fsincos
  target/m68k: implement fatan
  target/m68k: implement fasin
  target/m68k: implement facos
  target/m68k: implement fatanh
  target/m68k: implement ftanh
  target/m68k: implement fsinh
  target/m68k: implement fcosh

 target/m68k/fpu_helper.c            |   61 ++
 target/m68k/helper.h                |   11 +
 target/m68k/softfloat.c             | 1637 +++++++++++++++++++++++++++++++++++
 target/m68k/softfloat.h             |   11 +
 target/m68k/softfloat_fpsp_tables.h |  267 ++++++
 target/m68k/translate.c             |   38 +
 6 files changed, 2025 insertions(+)

-- 
2.14.3


Re: [Qemu-devel] [PULL 00/11] M68k for 2.12 patches
Posted by Peter Maydell 6 years ago
On 13 March 2018 at 15:59, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 59667bb167f773965ce6547352f312eff0d4d523:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-03-13 14:02:47 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.12-pull-request
>
> for you to fetch changes up to 02f9124ebe26c36f0f7ed58085bd963e4372b2cd:
>
>   target/m68k: implement fcosh (2018-03-13 16:35:05 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Laurent Vivier (11):
>   target/m68k: implement ftan
>   target/m68k: implement fsin
>   target/m68k: implement fcos
>   target/m68k: implement fsincos
>   target/m68k: implement fatan
>   target/m68k: implement fasin
>   target/m68k: implement facos
>   target/m68k: implement fatanh
>   target/m68k: implement ftanh
>   target/m68k: implement fsinh
>   target/m68k: implement fcosh
>
>  target/m68k/fpu_helper.c            |   61 ++
>  target/m68k/helper.h                |   11 +
>  target/m68k/softfloat.c             | 1637 +++++++++++++++++++++++++++++++++++
>  target/m68k/softfloat.h             |   11 +
>  target/m68k/softfloat_fpsp_tables.h |  267 ++++++
>  target/m68k/translate.c             |   38 +
>  6 files changed, 2025 insertions(+)

Applied, thanks.

-- PMM