qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] target-arm queue
@ 2020-11-17 13:48 Peter Maydell
  2020-11-17 13:48 ` [PULL 1/9] hw/arm/virt: ARM_VIRT must select ARM_GIC Peter Maydell
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Peter Maydell @ 2020-11-17 13:48 UTC (permalink / raw)
  To: qemu-devel

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(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-11-17 21:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17 13:48 [PULL 0/9] target-arm queue Peter Maydell
2020-11-17 13:48 ` [PULL 1/9] hw/arm/virt: ARM_VIRT must select ARM_GIC Peter Maydell
2020-11-17 13:48 ` [PULL 2/9] exynos: Fix bad printf format specifiers Peter Maydell
2020-11-17 13:48 ` [PULL 3/9] hw/input/ps2.c: Remove remnants of printf debug Peter Maydell
2020-11-17 13:48 ` [PULL 4/9] target/openrisc: Remove dead code attempting to check "is timer disabled" Peter Maydell
2020-11-17 13:48 ` [PULL 5/9] register: Remove unnecessary NULL check Peter Maydell
2020-11-17 13:48 ` [PULL 6/9] util/cutils: Fix Coverity array overrun in freq_to_str() Peter Maydell
2020-11-17 13:48 ` [PULL 7/9] configure: Make "does libgio work" test pull in some actual functions Peter Maydell
2020-11-17 13:48 ` [PULL 8/9] hw/misc/tmp105: reset the T_low and T_High registers Peter Maydell
2020-11-17 13:48 ` [PULL 9/9] tmp105: Correct handling of temperature limit checks Peter Maydell
2020-11-17 14:00 ` [PULL 0/9] target-arm queue no-reply
2020-11-17 21:06 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).