Handful of bugfix patches for arm for rc0; also
one milkymist patch, thrown in since I was putting
the pullreq together anyway.
thanks
-- PMM
The following changes since commit 03c1ca1c51783603d42eb0f91d35961f0f4b4947:
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181105' into staging (2018-11-06 09:10:46 +0000)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181106
for you to fetch changes up to 23463e0e4aeb2f0a9c60549a2c163f4adc0b8512:
target/arm: Fix ATS1Hx instructions (2018-11-06 11:32:14 +0000)
----------------------------------------------------------------
target-arm queue:
* Remove can't-happen if() from handle_vec_simd_shli()
* hw/arm/exynos4210: Zero memory allocated for Exynos4210State
* Set S and PTW in 64-bit PAR format
* Fix ATS1Hx instructions
* milkymist: Check for failure trying to load BIOS image
----------------------------------------------------------------
Peter Maydell (5):
target/arm: Remove can't-happen if() from handle_vec_simd_shli()
milkymist: Check for failure trying to load BIOS image
hw/arm/exynos4210: Zero memory allocated for Exynos4210State
target/arm: Set S and PTW in 64-bit PAR format
target/arm: Fix ATS1Hx instructions
hw/arm/exynos4210.c | 2 +-
hw/lm32/milkymist.c | 5 ++++-
target/arm/helper.c | 14 ++++++++------
target/arm/translate-a64.c | 8 +++-----
4 files changed, 16 insertions(+), 13 deletions(-)