]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Include priv level in user-only iaoq
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 24 Mar 2018 09:15:03 +0000 (17:15 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Mar 2018 14:56:57 +0000 (22:56 +0800)
commitebd0e151149a6280ea9f4cd9638aea517bb3238b
treeebfdee9f5bf4d9e6962e50e82be9d7de3c3a2de5
parent2ffd221d07a671f72354a063d3080f244ec80b20
target/hppa: Include priv level in user-only iaoq

A recent glibc change relies on the fact that the iaoq must be 3,
and computes an address based on that.  QEMU had been ignoring the
priv level for user-only, which produced an incorrect address.

Reported-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/translate.c