All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: Enable GICv2m on 32-bit virt machine
@ 2015-11-27 11:34 Pavel Fedin
  2015-12-03 23:38 ` Tyler Baker
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Fedin @ 2015-11-27 11:34 UTC (permalink / raw)
  To: linux-arm-kernel

Modern qemu includes GICv2m support for both 64 and 32 bits, therefore
32-bit guests may also use MSI.

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
---
v1 => v2:
- Rebased on top of 4.4rc1. msi.h is already added by 0ab089c.
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0365cbb..a5f5843 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -797,6 +797,7 @@ config ARCH_VIRT
 	bool "Dummy Virtual Machine" if ARCH_MULTI_V7
 	select ARM_AMBA
 	select ARM_GIC
+	select ARM_GIC_V2M if PCI_MSI
 	select ARM_GIC_V3
 	select ARM_PSCI
 	select HAVE_ARM_ARCH_TIMER
-- 
2.4.4

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

end of thread, other threads:[~2015-12-04 23:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-27 11:34 [PATCH v2] ARM: Enable GICv2m on 32-bit virt machine Pavel Fedin
2015-12-03 23:38 ` Tyler Baker
2015-12-04  8:08   ` Marc Zyngier
2015-12-04 23:18     ` Tyler Baker
2015-12-04  8:20   ` Pavel Fedin
2015-12-04  8:30     ` Pavel Fedin
2015-12-04  8:54       ` Marc Zyngier

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.