Hi Peter,
please pull the following batch of updates for the target/xtensa.
The following changes since commit e3800998e66c13b24d8cc8a06fdcc8d03cd408fc:
  Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-06-30' into staging (2018-06-30 17:30:09 +0100)
are available in the git repository at:
  git://github.com/OSLL/qemu-xtensa.git tags/20180630-xtensa
for you to fetch changes up to 0f02251a30ea8c4ce64d9a240795e10bb3c5852c:
  xtensa: Avoid calling get_page_addr_code() from helper function (2018-06-30 12:00:17 -0700)
----------------------------------------------------------------
target/xtensa updates:
- add diagnostic for zero-overhead loop alignment;
- convert to TranslatorOps;
- don't call get_page_addr_code() from helper functions.
----------------------------------------------------------------
Max Filippov (1):
      target/xtensa: check zero overhead loop alignment
Peter Maydell (1):
      xtensa: Avoid calling get_page_addr_code() from helper function
Richard Henderson (4):
      target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
      target/xtensa: Convert to DisasContextBase
      target/xtensa: Change gen_intermediate_code dc to pointer
      target/xtensa: Convert to TranslatorOps
 target/xtensa/cpu.h          |   1 +
 target/xtensa/op_helper.c    |   6 +-
 target/xtensa/overlay_tool.h |   1 +
 target/xtensa/translate.c    | 334 +++++++++++++++++++++++--------------------
 4 files changed, 182 insertions(+), 160 deletions(-)
-- 
Thanks.
-- Max