mbox series

[PULL] A second RISC-V Patch for 4.0.0-rc1

Message ID 20190326102515.7071-1-palmer@sifive.com
State New
Headers show
Series [PULL] A second RISC-V Patch for 4.0.0-rc1 | expand

Pull-request

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

Message

Palmer Dabbelt March 26, 2019, 10:25 a.m. UTC
merged tag 'riscv-for-master-4.0-rc1'
The following changes since commit 4aef51963924fd58ffe88daebbe8055a360d7c10:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc1' into staging (2019-03-26 08:51:35 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 620455350a8da7cc62ae82cb69dd5c556f744136:

  target/riscv: Fix wrong expanding for c.fswsp (2019-03-26 03:17:30 -0700)

----------------------------------------------------------------
A second RISC-V Patch for 4.0.0-rc1

Sorry for sending two back-to-back pull requests.  It looks like I
misunderstood Kito and there were actually two patches necessary to fix
the GCC test suite runs.

----------------------------------------------------------------
Kito Cheng (1):
      target/riscv: Fix wrong expanding for c.fswsp

 target/riscv/insn_trans/trans_rvc.inc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell March 26, 2019, 10:59 a.m. UTC | #1
On Tue, 26 Mar 2019 at 10:25, Palmer Dabbelt <palmer@sifive.com> wrote:
>
> merged tag 'riscv-for-master-4.0-rc1'
> The following changes since commit 4aef51963924fd58ffe88daebbe8055a360d7c10:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc1' into staging (2019-03-26 08:51:35 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/palmer-dabbelt/qemu.git tags/riscv-for-master-4.0-rc1-v2
>
> for you to fetch changes up to 620455350a8da7cc62ae82cb69dd5c556f744136:
>
>   target/riscv: Fix wrong expanding for c.fswsp (2019-03-26 03:17:30 -0700)
>
> ----------------------------------------------------------------
> A second RISC-V Patch for 4.0.0-rc1
>
> Sorry for sending two back-to-back pull requests.  It looks like I
> misunderstood Kito and there were actually two patches necessary to fix
> the GCC test suite runs.
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM