Skip to content

Commit

Permalink
KVM: PPC: MPIC: Restrict to e500 platforms
Browse files Browse the repository at this point in the history
The code as is doesn't make any sense on non-e500 platforms. Restrict it
there, so that people don't get wrong ideas on what would actually work.

This patch should get reverted as soon as it's possible to either run e500
guests on non-e500 hosts or the MPIC emulation gains support for non-e500
modes.

Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
Alexander Graf committed Apr 26, 2013
1 parent 5efdb4b commit 447a03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ config KVM_E500MC

config KVM_MPIC
bool "KVM in-kernel MPIC emulation"
depends on KVM
depends on KVM && E500
select HAVE_KVM_IRQCHIP
select HAVE_KVM_IRQ_ROUTING
select HAVE_KVM_MSI
Expand Down

0 comments on commit 447a03c

Please sign in to comment.