mbox series

[RFC,0/2] target/sh4: Disable decode_gusa when plugins enabled

Message ID 20230824181233.1568795-1-richard.henderson@linaro.org
Headers show
Series target/sh4: Disable decode_gusa when plugins enabled | expand

Message

Richard Henderson Aug. 24, 2023, 6:12 p.m. UTC
Alex, perhaps this will DTRT for your plugin test case.

r~

Richard Henderson (2):
  accel/tcg: Add plugin_enabled to DisasContextBase
  target/sh4: Disable decode_gusa when plugins enabled

 include/exec/translator.h |  2 ++
 accel/tcg/translator.c    |  1 +
 target/sh4/translate.c    | 41 +++++++++++++++++++++++++++------------
 3 files changed, 32 insertions(+), 12 deletions(-)

Comments

Alex Bennée Aug. 30, 2023, 6:44 p.m. UTC | #1
Richard Henderson <richard.henderson@linaro.org> writes:

> Alex, perhaps this will DTRT for your plugin test case.

It does thanks, queued to plugins/next.

>
> r~
>
> Richard Henderson (2):
>   accel/tcg: Add plugin_enabled to DisasContextBase
>   target/sh4: Disable decode_gusa when plugins enabled
>
>  include/exec/translator.h |  2 ++
>  accel/tcg/translator.c    |  1 +
>  target/sh4/translate.c    | 41 +++++++++++++++++++++++++++------------
>  3 files changed, 32 insertions(+), 12 deletions(-)