From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h24mg-0006Wo-3M for qemu-devel@nongnu.org; Thu, 07 Mar 2019 20:58:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h24md-0007gq-4P for qemu-devel@nongnu.org; Thu, 07 Mar 2019 20:58:48 -0500 Received: from mail-pg1-x52a.google.com ([2607:f8b0:4864:20::52a]:41352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h24mZ-0007RG-4V for qemu-devel@nongnu.org; Thu, 07 Mar 2019 20:58:43 -0500 Received: by mail-pg1-x52a.google.com with SMTP id k11so11809923pgb.8 for ; Thu, 07 Mar 2019 17:58:34 -0800 (PST) From: Richard Henderson Date: Thu, 7 Mar 2019 17:58:28 -0800 Message-Id: <20190308015830.10980-1-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/2] target/hppa updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org 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(-)