Hi, Just a couple of MIPS64 64-bit addressing bug fixes for 2.5-rc2.
Thanks, Leon Cc: Peter Maydell <peter.mayd...@linaro.org> Cc: Aurelien Jarno <aurel...@aurel32.net> The following changes since commit 5522a841cab5f15ac0f8d207b320c21755a7a1a5: Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging (2015-11-23 16:07:49 +0000) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20151124 for you to fetch changes up to f93c3a8d0c0c1038dbe1e957eb8ab92671137975: target-mips: flush QEMU TLB when disabling 64-bit addressing (2015-11-24 11:01:03 +0000) ---------------------------------------------------------------- MIPS patches 2015-11-24 Changes: * bugfixes for accessing 64-bit addresses ---------------------------------------------------------------- James Hogan (1): target-mips: Fix exceptions while UX=0 Leon Alrae (1): target-mips: flush QEMU TLB when disabling 64-bit addressing target-mips/cpu.h | 18 +++++++++++++++++- target-mips/helper.c | 12 ++++++++++++ target-mips/op_helper.c | 13 ------------- 3 files changed, 29 insertions(+), 14 deletions(-)