mbox series

[PULL,for-3.0,0/1] target/sh4: Fix translator.c assertion failure for gUSA

Message ID 20180709175603.1320-1-richard.henderson@linaro.org
Headers show
Series target/sh4: Fix translator.c assertion failure for gUSA | expand

Message

Richard Henderson July 9, 2018, 5:56 p.m. UTC
This patch got lost, and represents a regression from 2.12.

Running check-tcg with all of the docker bells and whistles
will show this up, and is what reminded me.


r~


The following changes since commit ec7eb2ae77cc207064e17ace048f7ec0c4b85d6f:

  translate-all: honour CF_NOCACHE in tb_gen_code (2018-07-09 16:14:36 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-sh4-20180709

for you to fetch changes up to be0e3d7a1e148180fe1b89c7f93720db0607614e:

  target/sh4: Fix translator.c assertion failure for gUSA (2018-07-09 10:34:04 -0700)

----------------------------------------------------------------
Fix translation for gUSA regions.

----------------------------------------------------------------
Richard Henderson (1):
      target/sh4: Fix translator.c assertion failure for gUSA

 target/sh4/translate.c | 81 +++++++++++++++++++++++++++-----------------------
 1 file changed, 44 insertions(+), 37 deletions(-)

Comments

Peter Maydell July 10, 2018, 7 a.m. UTC | #1
On 9 July 2018 at 18:56, Richard Henderson <richard.henderson@linaro.org> wrote:
> This patch got lost, and represents a regression from 2.12.

>

> Running check-tcg with all of the docker bells and whistles

> will show this up, and is what reminded me.

>

>

> r~

>

>

> The following changes since commit ec7eb2ae77cc207064e17ace048f7ec0c4b85d6f:

>

>   translate-all: honour CF_NOCACHE in tb_gen_code (2018-07-09 16:14:36 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-sh4-20180709

>

> for you to fetch changes up to be0e3d7a1e148180fe1b89c7f93720db0607614e:

>

>   target/sh4: Fix translator.c assertion failure for gUSA (2018-07-09 10:34:04 -0700)

>

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

> Fix translation for gUSA regions.

>

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

> Richard Henderson (1):

>       target/sh4: Fix translator.c assertion failure for gUSA

>

>  target/sh4/translate.c | 81 +++++++++++++++++++++++++++-----------------------

>  1 file changed, 44 insertions(+), 37 deletions(-)



Applied, thanks.

-- PMM