All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 1/9] hw/arm/virt: ARM_VIRT must select ARM_GIC
Date: Tue, 17 Nov 2020 13:48:26 +0000	[thread overview]
Message-ID: <20201117134834.31731-2-peter.maydell@linaro.org> (raw)
In-Reply-To: <20201117134834.31731-1-peter.maydell@linaro.org>

From: Andrew Jones <drjones@redhat.com>

The removal of the selection of A15MPCORE from ARM_VIRT also
removed what A15MPCORE selects, ARM_GIC. We still need ARM_GIC.

Fixes: bec3c97e0cf9 ("hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals")
Reported-by: Miroslav Rezanina <mrezanin@redhat.com>
Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201111143440.112763-1-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 hw/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 7d022eeefdb..e69a9009cf0 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -6,6 +6,7 @@ config ARM_VIRT
     imply VFIO_PLATFORM
     imply VFIO_XGMAC
     imply TPM_TIS_SYSBUS
+    select ARM_GIC
     select ACPI
     select ARM_SMMUV3
     select GPIO_KEY
-- 
2.20.1



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

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 13:48 [PULL 0/9] target-arm queue Peter Maydell
2020-11-17 13:48 ` Peter Maydell [this message]
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

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-2-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.