[Qemu-devel] [PULL for-2.12 0/1] target/hppa: Fix for glibc 2.27

Richard Henderson posted 1 patch 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180326165030.875-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 failed
Test s390x passed
target/hppa/cpu.h       |  4 ++--
target/hppa/translate.c | 12 ++++--------
2 files changed, 6 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL for-2.12 0/1] target/hppa: Fix for glibc 2.27
Posted by Richard Henderson 6 years, 1 month ago
The following changes since commit 2ffd221d07a671f72354a063d3080f244ec80b20:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2018-03-26 11:02:50 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ebd0e151149a6280ea9f4cd9638aea517bb3238b:

  target/hppa: Include priv level in user-only iaoq (2018-03-26 22:56:57 +0800)

----------------------------------------------------------------
Fix glibc 2.27 for hppa-linux-user

----------------------------------------------------------------
Richard Henderson (1):
      target/hppa: Include priv level in user-only iaoq

 target/hppa/cpu.h       |  4 ++--
 target/hppa/translate.c | 12 ++++--------
 2 files changed, 6 insertions(+), 10 deletions(-)

Re: [Qemu-devel] [PULL for-2.12 0/1] target/hppa: Fix for glibc 2.27
Posted by Peter Maydell 6 years ago
On 26 March 2018 at 17:50, Richard Henderson
<richard.henderson@linaro.org> wrote:
> The following changes since commit 2ffd221d07a671f72354a063d3080f244ec80b20:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2018-03-26 11:02:50 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-hppa-20180327
>
> for you to fetch changes up to ebd0e151149a6280ea9f4cd9638aea517bb3238b:
>
>   target/hppa: Include priv level in user-only iaoq (2018-03-26 22:56:57 +0800)
>
> ----------------------------------------------------------------
> Fix glibc 2.27 for hppa-linux-user
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       target/hppa: Include priv level in user-only iaoq
>
>  target/hppa/cpu.h       |  4 ++--
>  target/hppa/translate.c | 12 ++++--------
>  2 files changed, 6 insertions(+), 10 deletions(-)

Applied, thanks.

-- PMM