mbox

[PULL,0/4] M68k next patches

Message ID 20230116091912.1882152-1-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Laurent Vivier Jan. 16, 2023, 9:19 a.m. UTC
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(-)

Comments

Peter Maydell Jan. 17, 2023, 10:23 a.m. UTC | #1
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