mbox series

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

Message ID 20180326165030.875-1-richard.henderson@linaro.org
Headers show
Series target/hppa: Fix for glibc 2.27 | expand

Message

Richard Henderson March 26, 2018, 4:50 p.m. UTC
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(-)

Comments

Peter Maydell March 27, 2018, 1:10 p.m. UTC | #1
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