[PULL 0/4] M68k next patches

Laurent Vivier posted 4 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
target/m68k/fpu_helper.c | 49 +++++++++++++++++++++++++---------------
1 file changed, 31 insertions(+), 18 deletions(-)
[PULL 0/4] M68k next patches
Posted by Laurent Vivier 1 year, 3 months ago
The following changes since commit 886fb67020e32ce6a2cf7049c6f017acf1f0d69a:

  Merge tag 'pull-target-arm-20230113' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-01-13 14:12:43 +0000)

are available in the Git repository at:

  https://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request

for you to fetch changes up to 1a282f60a971aa86e3cdd1b7ca000790e43bb310:

  target/m68k: fix FPSR quotient byte for frem instruction (2023-01-16 09:47:31 +0100)

----------------------------------------------------------------
M68K pull request 20230116

fix FPSR quotient byte

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

Mark Cave-Ayland (4):
  target/m68k: pass quotient directly into make_quotient()
  target/m68k: pass sign directly into make_quotient()
  target/m68k: fix FPSR quotient byte for fmod instruction
  target/m68k: fix FPSR quotient byte for frem instruction

 target/m68k/fpu_helper.c | 49 +++++++++++++++++++++++++---------------
 1 file changed, 31 insertions(+), 18 deletions(-)

-- 
2.38.1
Re: [PULL 0/4] M68k next patches
Posted by Peter Maydell 1 year, 3 months ago
On Mon, 16 Jan 2023 at 09:19, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 886fb67020e32ce6a2cf7049c6f017acf1f0d69a:
>
>   Merge tag 'pull-target-arm-20230113' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-01-13 14:12:43 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request
>
> for you to fetch changes up to 1a282f60a971aa86e3cdd1b7ca000790e43bb310:
>
>   target/m68k: fix FPSR quotient byte for frem instruction (2023-01-16 09:47:31 +0100)
>
> ----------------------------------------------------------------
> M68K pull request 20230116
>
> fix FPSR quotient byte
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM