qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL] A Single RISC-V Patch for 4.0-rc1


From: Palmer Dabbelt
Subject: [Qemu-devel] [PULL] A Single RISC-V Patch for 4.0-rc1
Date: Mon, 25 Mar 2019 22:56:06 -0700

The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:

  Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)

are available in the Git repository at:

  git://github.com/palmer-dabbelt/qemu.git tags/riscv-for-master-4.0-rc1

for you to fetch changes up to f17e02cd3731bdfe2942d1d0b2a92f26da02408c:

  target/riscv: Zero extend the inputs of divuw and remuw (2019-03-22 00:26:39 
-0700)

----------------------------------------------------------------
A Single RISC-V Patch for 4.0-rc1

If this is too late I'm OK with it being in rc2, but it fixes a concrete
regression and nobody has complained yet so I'd prefer it to be in rc1
if possible.

The fix is to zero-extend the inputs to DIVUW and REMUW, which was
exposed by the GCC test suite.

----------------------------------------------------------------
Palmer Dabbelt (1):
      target/riscv: Zero extend the inputs of divuw and remuw

 target/riscv/insn_trans/trans_rvm.inc.c |  4 ++--
 target/riscv/translate.c                | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]