mbox series

[PULL,0/2] target/hppa updates

Message ID 20190308015830.10980-1-richard.henderson@linaro.org
Headers show
Series target/hppa updates | expand

Message

Richard Henderson March 8, 2019, 1:58 a.m. UTC
The following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:

  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-03-07 16:16:02 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-hppa-20190307

for you to fetch changes up to b35aec8597e86911d5553c94769f914a52a8b389:

  target/hppa: Optimize blr r0,rn (2019-03-07 17:43:12 -0800)

----------------------------------------------------------------
Fix use after free on temporary.
Optmize branch to next insn via br r0.

----------------------------------------------------------------
Richard Henderson (2):
      target/hppa: Do not return freed temporary
      target/hppa: Optimize blr r0,rn

 target/hppa/translate.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Comments

Peter Maydell March 8, 2019, 4:28 p.m. UTC | #1
On Fri, 8 Mar 2019 at 01:58, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:

>

>   Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-03-07 16:16:02 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-hppa-20190307

>

> for you to fetch changes up to b35aec8597e86911d5553c94769f914a52a8b389:

>

>   target/hppa: Optimize blr r0,rn (2019-03-07 17:43:12 -0800)

>

> ----------------------------------------------------------------

> Fix use after free on temporary.

> Optmize branch to next insn via br r0.

>


Applied, thanks.

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

-- PMM