Arm queue; bugfixes only. thanks -- PMM
The following changes since commit 48aa8f0ac536db3550a35c295ff7de94e4c33739: Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-11-16' into staging (2020-11-17 11:07:00 +0000) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201117 for you to fetch changes up to ab135622cf478585bdfcb68b85e4a817d74a0c42: tmp105: Correct handling of temperature limit checks (2020-11-17 12:56:33 +0000) ---------------------------------------------------------------- target-arm queue: * hw/arm/virt: ARM_VIRT must select ARM_GIC * exynos: Fix bad printf format specifiers * hw/input/ps2.c: Remove remnants of printf debug * target/openrisc: Remove dead code attempting to check "is timer disabled" * register: Remove unnecessary NULL check * util/cutils: Fix Coverity array overrun in freq_to_str() * configure: Make "does libgio work" test pull in some actual functions * tmp105: reset the T_low and T_High registers * tmp105: Correct handling of temperature limit checks ---------------------------------------------------------------- Alex Chen (1): exynos: Fix bad printf format specifiers Alistair Francis (1): register: Remove unnecessary NULL check Andrew Jones (1): hw/arm/virt: ARM_VIRT must select ARM_GIC Peter Maydell (5): hw/input/ps2.c: Remove remnants of printf debug target/openrisc: Remove dead code attempting to check "is timer disabled" configure: Make "does libgio work" test pull in some actual functions hw/misc/tmp105: reset the T_low and T_High registers tmp105: Correct handling of temperature limit checks Philippe Mathieu-Daudé (1): util/cutils: Fix Coverity array overrun in freq_to_str() configure | 11 +++++-- hw/misc/tmp105.h | 7 +++++ hw/core/register.c | 4 --- hw/input/ps2.c | 9 ------ hw/misc/tmp105.c | 73 ++++++++++++++++++++++++++++++++++++++------ hw/timer/exynos4210_mct.c | 4 +-- hw/timer/exynos4210_pwm.c | 8 ++--- target/openrisc/sys_helper.c | 3 -- util/cutils.c | 3 +- hw/arm/Kconfig | 1 + 10 files changed, 89 insertions(+), 34 deletions(-)