mbox

[PULL,0/1] target/openrisc patch queue

Message ID 20200117005440.3524-1-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/rth7680/qemu.git tags/pull-or1k-20200116

Message

Richard Henderson Jan. 17, 2020, 12:54 a.m. UTC
The following changes since commit 28b58f19d269633b3d14b6aebf1e92b3cd3ab56e:

  ui/gtk: Get display refresh rate with GDK version 3.22 or later (2020-01-16 14:03:45 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-or1k-20200116

for you to fetch changes up to 97a254b3f03a184136e381c6d9fd80475e1795ac:

  target/openrisc: Fix FPCSR mask to allow setting DZF (2020-01-16 14:50:43 -1000)

----------------------------------------------------------------
Fix FPSCR masking

----------------------------------------------------------------
Stafford Horne (1):
      target/openrisc: Fix FPCSR mask to allow setting DZF

 target/openrisc/fpu_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Jan. 17, 2020, 2:55 p.m. UTC | #1
On Fri, 17 Jan 2020 at 00:54, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 28b58f19d269633b3d14b6aebf1e92b3cd3ab56e:
>
>   ui/gtk: Get display refresh rate with GDK version 3.22 or later (2020-01-16 14:03:45 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-or1k-20200116
>
> for you to fetch changes up to 97a254b3f03a184136e381c6d9fd80475e1795ac:
>
>   target/openrisc: Fix FPCSR mask to allow setting DZF (2020-01-16 14:50:43 -1000)
>
> ----------------------------------------------------------------
> Fix FPSCR masking
>
> ----------------------------------------------------------------
> Stafford Horne (1):
>       target/openrisc: Fix FPCSR mask to allow setting DZF
>
>  target/openrisc/fpu_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Applied, thanks.

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

-- PMM