All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 0/9] target-arm queue
Date: Tue, 17 Nov 2020 13:48:25 +0000	[thread overview]
Message-ID: <20201117134834.31731-1-peter.maydell@linaro.org> (raw)

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


             reply	other threads:[~2020-11-17 13:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 13:48 Peter Maydell [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2022-07-26 15:20 Peter Maydell
2022-07-26 18:36 ` Richard Henderson
2022-07-07 12:27 Peter Maydell
2022-07-08  2:32 ` Richard Henderson
2019-09-27 14:42 Peter Maydell
2019-09-30 10:45 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201117134834.31731-1-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.