A last handful of patches before the rc0. These are all bugfixes so they could equally well go into rc1, but since my pullreq queue is otherwise empty I might as well push them out. The FPSCR bugfix is definitely one I'd like in rc0; the rest are not really user-visible I think.
thanks -- PMM The following changes since commit c4107e8208d0222f9b328691b519aaee4101db87: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-07-08 10:26:18 +0100) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190708 for you to fetch changes up to 85795187f416326f87177cabc39fae1911f04c50: target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCR (2019-07-08 14:11:31 +0100) ---------------------------------------------------------------- target-arm queue: * tests/migration-test: Fix read off end of aarch64_kernel array * Fix sve_zcr_len_for_el off-by-one error * hw/arm/sbsa-ref: Silence Coverity nit * vfp_helper: Call set_fpscr_to_host before updating to FPSCR ---------------------------------------------------------------- Peter Maydell (2): tests/migration-test: Fix read off end of aarch64_kernel array hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL Philippe Mathieu-Daudé (1): target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCR Richard Henderson (1): target/arm: Fix sve_zcr_len_for_el hw/arm/sbsa-ref.c | 8 ++------ target/arm/helper.c | 4 ++-- target/arm/vfp_helper.c | 4 ++-- tests/migration-test.c | 22 +++++++--------------- 4 files changed, 13 insertions(+), 25 deletions(-)