mbox

[PULL] target-xtensa: fix cross-page jumps/calls at the end of TB

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

Pull-request

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

Message

Max Filippov May 26, 2014, 8:48 a.m. UTC
Hi Peter,

please pull my fixes series for target-xtensa.
The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a:

  Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100)

are available in the git repository at:


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

for you to fetch changes up to 57a740514d2f68330ae408894b4c5ab01cfb0a83:

  target-xtensa: add tests for cross-page TB (2014-05-26 12:33:54 +0400)

----------------------------------------------------------------
Xtensa fixes queue 2014-05-26:
- fix cross-page jumps/calls at the end of TB;
- add tests for TBs and instructions crossing page boundary.

----------------------------------------------------------------
Max Filippov (3):
      target-xtensa: fix cross-page jumps/calls at the end of TB
      target-xtensa: completely clean TLB between MMU tests
      target-xtensa: add tests for cross-page TB

 target-xtensa/translate.c   |   4 +-
 tests/tcg/xtensa/test_mmu.S | 246 ++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 241 insertions(+), 9 deletions(-)

Comments

Peter Maydell May 28, 2014, 2 p.m. UTC | #1
On 26 May 2014 09:48, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull my fixes series for target-xtensa.
> The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a:
>
>   Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20140526-xtensa
>
> for you to fetch changes up to 57a740514d2f68330ae408894b4c5ab01cfb0a83:
>
>   target-xtensa: add tests for cross-page TB (2014-05-26 12:33:54 +0400)
>
> ----------------------------------------------------------------
> Xtensa fixes queue 2014-05-26:
> - fix cross-page jumps/calls at the end of TB;
> - add tests for TBs and instructions crossing page boundary.

Applied, thanks.

-- PMM