qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 0a2923: tcg/mips: fix store softmmu slow path


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0a2923: tcg/mips: fix store softmmu slow path
Date: Sun, 02 Nov 2014 05:00:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0a2923f8488498000eec54871456aa64a4391da4
      
https://github.com/qemu/qemu/commit/0a2923f8488498000eec54871456aa64a4391da4
  Author: Aurelien Jarno <address@hidden>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M tcg/mips/tcg-target.c

  Log Message:
  -----------
  tcg/mips: fix store softmmu slow path

Commit 9d8bf2d1 moved the softmmu slow path out of line and introduce a
regression at the same time by always calling tcg_out_tlb_load with
is_load=1. This makes impossible to run any significant code under
qemu-system-mips*.

Cc: Paolo Bonzini <address@hidden>
Cc: address@hidden
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]