mbox

[PULL,for-2.3] tcg optimization fix

Message ID 1426521048-9128-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/tcg-pull-20150316

Message

Richard Henderson March 16, 2015, 3:50 p.m. UTC
This is the fix for the recently reported abort while
booting a powerpc iso.


r~


The following changes since commit dcf848c478dd8765bd4f746fc4e80eaad44cf87d:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150316' into staging (2015-03-16 13:56:10 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/tcg-pull-20150316

for you to fetch changes up to 2374c4b8375072da1f401c6daccc68ae76c73e63:

  tcg/optimize: Handle or r,a,a with constant a (2015-03-16 08:46:13 -0700)

----------------------------------------------------------------
tcg opt fix for or x,a,a

----------------------------------------------------------------
Richard Henderson (1):
      tcg/optimize: Handle or r,a,a with constant a

 tcg/optimize.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Peter Maydell March 16, 2015, 6:26 p.m. UTC | #1
On 16 March 2015 at 15:50, Richard Henderson <rth@twiddle.net> wrote:
> This is the fix for the recently reported abort while
> booting a powerpc iso.
>
>
> r~
>
>
> The following changes since commit dcf848c478dd8765bd4f746fc4e80eaad44cf87d:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150316' into staging (2015-03-16 13:56:10 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/tcg-pull-20150316
>
> for you to fetch changes up to 2374c4b8375072da1f401c6daccc68ae76c73e63:
>
>   tcg/optimize: Handle or r,a,a with constant a (2015-03-16 08:46:13 -0700)
>
> ----------------------------------------------------------------
> tcg opt fix for or x,a,a
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM