A handful of minor ARM bugfixes... thanks -- PMM
The following changes since commit 229c0372cf3ca201c41d2bb121627e6752e776ad: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2015-11-24 10:27:19 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20151124 for you to fetch changes up to e14f0eb12f920fd96b9f79d15cedd437648e8667: target-arm/translate-a64.c: Correct unallocated checks for ldst_excl (2015-11-24 14:12:15 +0000) ---------------------------------------------------------------- target-arm queue: * fix minimum RAM check warning on xlnx-ep108 * remove unused define from aarch64-linux-user.mak config * don't mask out bits [47:40] in ARMv8 LPAE descriptors * correct unallocated instruction checks for ldst_excl ---------------------------------------------------------------- Alistair Francis (1): xlnx-ep108: Fix minimum RAM check Peter Maydell (3): default-configs/aarch64-linux-user.mak: Remove unused define target-arm: Don't mask out bits [47:40] in LPAE descriptors for v8 target-arm/translate-a64.c: Correct unallocated checks for ldst_excl default-configs/aarch64-linux-user.mak | 2 -- hw/arm/xlnx-ep108.c | 2 +- target-arm/helper.c | 12 +++++++++++- target-arm/translate-a64.c | 15 ++------------- 4 files changed, 14 insertions(+), 17 deletions(-)