[Qemu-devel] [PULL 0/3] target/hppa queued patches

Richard Henderson posted 3 patches 5 years, 2 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190206105337.11559-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <rth@twiddle.net>
target/hppa/gdbstub.c   |  2 +-
target/hppa/op_helper.c | 14 +++++++++-----
target/hppa/translate.c |  2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/3] target/hppa queued patches
Posted by Richard Henderson 5 years, 2 months ago
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(-)

Re: [Qemu-devel] [PULL 0/3] target/hppa queued patches
Posted by Peter Maydell 5 years, 2 months ago
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