mbox

[PULL,0/5] xtensa queue 2015-10-21

Message ID 1445452983-26268-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

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

Message

Max Filippov Oct. 21, 2015, 6:43 p.m. UTC
Hi Peter,

please pull my current queue for xtensa.

The following changes since commit 8bfaa25fce2c22060a17501980943538801056de:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging (2015-10-21 15:07:42 +0100)

are available in the git repository at:

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

for you to fetch changes up to 19b7bec4a37b081ed326293148fd793f04896b59:

  target-xtensa: implement S32NB (2015-10-21 21:29:25 +0300)

----------------------------------------------------------------
Xtensa updates:

- fix register window overflow with l32e/s32e instructions;
- make MMU events logging dependent on CPU_LOG_MMU;
- attach FLASH to system I/O region on XTFPGA boards;
- implement depbits and l32nb instructions.

----------------------------------------------------------------
Max Filippov (5):
      target-xtensa: add window overflow check to L32E/S32E
      target-xtensa: use CPU_LOG_MMU for MMU event logging
      target-xtensa: xtfpga: attach FLASH to system IO
      target-xtensa: implement depbits instruction
      target-xtensa: implement S32NB

 hw/xtensa/xtfpga.c           | 41 +++++++++++++++++++++++++++--------------
 target-xtensa/cpu.h          |  1 +
 target-xtensa/helper.c       |  8 ++++----
 target-xtensa/op_helper.c    |  4 ++--
 target-xtensa/overlay_tool.h |  5 +++++
 target-xtensa/translate.c    | 37 +++++++++++++++++++++++++++++++++++--
 6 files changed, 74 insertions(+), 22 deletions(-)

Comments

Peter Maydell Oct. 22, 2015, 10:15 a.m. UTC | #1
On 21 October 2015 at 19:43, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull my current queue for xtensa.
>
> The following changes since commit 8bfaa25fce2c22060a17501980943538801056de:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging (2015-10-21 15:07:42 +0100)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20151021-xtensa
>
> for you to fetch changes up to 19b7bec4a37b081ed326293148fd793f04896b59:
>
>   target-xtensa: implement S32NB (2015-10-21 21:29:25 +0300)
>
> ----------------------------------------------------------------
> Xtensa updates:
>
> - fix register window overflow with l32e/s32e instructions;
> - make MMU events logging dependent on CPU_LOG_MMU;
> - attach FLASH to system I/O region on XTFPGA boards;
> - implement depbits and l32nb instructions.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM