mbox series

[PULL,0/3] target/hppa queued patches

Message ID 20190206105337.11559-1-richard.henderson@linaro.org
Headers show
Series target/hppa queued patches | expand

Message

Richard Henderson Feb. 6, 2019, 10:53 a.m. UTC
One of these, unfortunately, got lost on a local branch for a year.  ;-P


r~


The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 68aa851aa21741ab0a3c019b641d6ce72f68b3d5:

  target/hppa: fix PSW Q bit behaviour to match hardware (2019-02-06 10:49:21 +0000)

----------------------------------------------------------------
Queued target/hppa patches

----------------------------------------------------------------
Emilio G. Cota (1):
      target/hppa: use tb_cflags() to access tb->cflags

Sven Schnelle (2):
      target/hppa: fix setting registers via gdb
      target/hppa: fix PSW Q bit behaviour to match hardware

 target/hppa/gdbstub.c   |  2 +-
 target/hppa/op_helper.c | 14 +++++++++-----
 target/hppa/translate.c |  2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)

Comments

Peter Maydell Feb. 7, 2019, 2:20 p.m. UTC | #1
On Wed, 6 Feb 2019 at 10:53, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> One of these, unfortunately, got lost on a local branch for a year.  ;-P

>

>

> r~

>

>

> The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to 68aa851aa21741ab0a3c019b641d6ce72f68b3d5:

>

>   target/hppa: fix PSW Q bit behaviour to match hardware (2019-02-06 10:49:21 +0000)

>

> ----------------------------------------------------------------

> Queued target/hppa patches

>


Applied, thanks.

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

-- PMM