mbox

[PULL,v2,0/2] target/hppa patch queue

Message ID 20190429215821.10079-1-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/rth7680/qemu.git tags/pull-hppa-20190429

Message

Richard Henderson April 29, 2019, 9:58 p.m. UTC
Rebased for v2.

The following changes since commit 82b2865e0d0ea4c1001e9e7ed7920bcc0458f6de:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190429' into staging (2019-04-29 18:05:56 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-hppa-20190429

for you to fetch changes up to affdb7e6ba23f8160cb88e11f83db54a35f03d6b:

  target/hppa: Always return EXCP_DMAR for protection id trap (2019-04-29 14:43:39 -0700)

----------------------------------------------------------------
Implement fast tlb insert insns.
Fix data tlb exception for pa 1.1.

----------------------------------------------------------------
Nick Hudson (2):
      target/hppa: Implement Fast TLB Insert instructions
      target/hppa: Always return EXCP_DMAR for protection id trap

 target/hppa/mem_helper.c |  3 +--
 target/hppa/translate.c  | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
 target/hppa/insns.decode |  3 +++
 3 files changed, 58 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 30, 2019, 10 a.m. UTC | #1
On Mon, 29 Apr 2019 at 22:58, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Rebased for v2.
>
> The following changes since commit 82b2865e0d0ea4c1001e9e7ed7920bcc0458f6de:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190429' into staging (2019-04-29 18:05:56 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-hppa-20190429
>
> for you to fetch changes up to affdb7e6ba23f8160cb88e11f83db54a35f03d6b:
>
>   target/hppa: Always return EXCP_DMAR for protection id trap (2019-04-29 14:43:39 -0700)
>
> ----------------------------------------------------------------
> Implement fast tlb insert insns.
> Fix data tlb exception for pa 1.1.
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM