On 7 September 2017 at 19:19, Richard Henderson <richard.hender...@linaro.org> wrote: > Convert to TranslatorOps and do_transaction_failed. > > > r~ > > > The following changes since commit cda4a338c4243fa3bff4498b935340ac7121cc76: > > tcg/tci: Add TCG_TARGET_DEFAULT_MO (2017-09-07 18:57:34 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-axp-20170907 > > for you to fetch changes up to 6ad4d7eed05a1e23537fc92b50f898f5977f37e6: > > target/alpha: Switch to do_transaction_failed() hook (2017-09-07 11:15:55 > -0700) > > ---------------------------------------------------------------- > Queued target/alpha patches > > ---------------------------------------------------------------- > Peter Maydell (1): > target/alpha: Switch to do_transaction_failed() hook > > Richard Henderson (3): > target/alpha: Convert to DisasJumpType > target/alpha: Convert to DisasContextBase > target/alpha: Convert to TranslatorOps > > target/alpha/cpu.c | 2 +- > target/alpha/cpu.h | 8 +- > target/alpha/helper.c | 8 ++ > target/alpha/mem_helper.c | 19 +-- > target/alpha/translate.c | 347 > +++++++++++++++++++++------------------------- > 5 files changed, 180 insertions(+), 204 deletions(-)
Applied, thanks. -- PMM