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

Richard Henderson posted 2 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230824181233.1568795-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>
include/exec/translator.h |  2 ++
accel/tcg/translator.c    |  1 +
target/sh4/translate.c    | 41 +++++++++++++++++++++++++++------------
3 files changed, 32 insertions(+), 12 deletions(-)
[RFC PATCH 0/2] target/sh4: Disable decode_gusa when plugins enabled
Posted by Richard Henderson 1 year, 3 months ago
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(-)

-- 
2.34.1
Re: [RFC PATCH 0/2] target/sh4: Disable decode_gusa when plugins enabled
Posted by Alex Bennée 1 year, 3 months ago
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(-)


-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro