* [PATCH] ARM: KVM: disable KVM in Kconfig on big-endian systems
@ 2014-04-25 10:46 Will Deacon
2014-04-25 12:46 ` Marc Zyngier
0 siblings, 1 reply; 3+ messages in thread
From: Will Deacon @ 2014-04-25 10:46 UTC (permalink / raw)
To: linux-arm-kernel
KVM currently crashes and burns on big-endian hosts, so don't allow it
to be selected until we've got that fixed.
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
---
arch/arm/kvm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig
index 466bd299b1a8..4be5bb150bdd 100644
--- a/arch/arm/kvm/Kconfig
+++ b/arch/arm/kvm/Kconfig
@@ -23,7 +23,7 @@ config KVM
select HAVE_KVM_CPU_RELAX_INTERCEPT
select KVM_MMIO
select KVM_ARM_HOST
- depends on ARM_VIRT_EXT && ARM_LPAE
+ depends on ARM_VIRT_EXT && ARM_LPAE && !CPU_BIG_ENDIAN
---help---
Support hosting virtualized guest machines. You will also
need to select one or more of the processor modules below.
--
1.9.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: KVM: disable KVM in Kconfig on big-endian systems
2014-04-25 10:46 [PATCH] ARM: KVM: disable KVM in Kconfig on big-endian systems Will Deacon
@ 2014-04-25 12:46 ` Marc Zyngier
2014-04-26 11:25 ` Christoffer Dall
0 siblings, 1 reply; 3+ messages in thread
From: Marc Zyngier @ 2014-04-25 12:46 UTC (permalink / raw)
To: linux-arm-kernel
On 25/04/14 11:46, Will Deacon wrote:
> KVM currently crashes and burns on big-endian hosts, so don't allow it
> to be selected until we've got that fixed.
>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
M.
--
Jazz is not dead. It just smells funny...
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: KVM: disable KVM in Kconfig on big-endian systems
2014-04-25 12:46 ` Marc Zyngier
@ 2014-04-26 11:25 ` Christoffer Dall
0 siblings, 0 replies; 3+ messages in thread
From: Christoffer Dall @ 2014-04-26 11:25 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 25, 2014 at 01:46:52PM +0100, Marc Zyngier wrote:
> On 25/04/14 11:46, Will Deacon wrote:
> > KVM currently crashes and burns on big-endian hosts, so don't allow it
> > to be selected until we've got that fixed.
> >
> > Cc: Marc Zyngier <marc.zyngier@arm.com>
> > Signed-off-by: Will Deacon <will.deacon@arm.com>
>
> Acked-by: Marc Zyngier <marc.zyngier@arm.com>
>
Thanks, applied to kvmarm/master.
-Christoffer
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-26 11:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 10:46 [PATCH] ARM: KVM: disable KVM in Kconfig on big-endian systems Will Deacon
2014-04-25 12:46 ` Marc Zyngier
2014-04-26 11:25 ` Christoffer Dall
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).