A handful of bugfixes before rc1 tomorrow... thanks -- PMM
The following changes since commit f9fe8450fa7cdc6268e05c93fa258f583f4514b7: Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-30 11:32:01 +0100) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200330 for you to fetch changes up to 88828bf133b64b7a860c166af3423ef1a47c5d3b: target/arm: fix incorrect current EL bug in aarch32 exception emulation (2020-03-30 13:55:32 +0100) ---------------------------------------------------------------- target-arm queue: * hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available * hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address * docs/conf.py: Raise ConfigError for bad Sphinx Python version * hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path * hw/arm/xlnx-zynqmp.c: Add missing error-propagation code * target/arm: fix incorrect current EL bug in aarch32 exception emulation ---------------------------------------------------------------- Changbin Du (1): target/arm: fix incorrect current EL bug in aarch32 exception emulation Niek Linnenbank (2): hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address Peter Maydell (3): docs/conf.py: Raise ConfigError for bad Sphinx Python version hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path hw/arm/xlnx-zynqmp.c: Add missing error-propagation code hw/arm/orangepi.c | 2 +- hw/arm/xlnx-zynqmp.c | 27 ++++++++++++++++++++++++++- hw/misc/allwinner-h3-dramc.c | 4 ++-- target/arm/helper.c | 5 ++++- docs/conf.py | 9 +++++---- 5 files changed, 38 insertions(+), 9 deletions(-)