mbox

[PULL,0/6] target/xtensa updates

Message ID 20180630212109.5562-1-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

git://github.com/OSLL/qemu-xtensa.git tags/20180630-xtensa

Message

Max Filippov June 30, 2018, 9:21 p.m. UTC
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(-)

Comments

Peter Maydell July 1, 2018, 10:36 a.m. UTC | #1
On 30 June 2018 at 22:21, Max Filippov <jcmvbkbc@gmail.com> wrote:
> 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.
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM