s390 doesn't have mmio, this will simplify ifdefing it out. Signed-off-by: Avi Kivity <avi@redhat.com>
@@ -26,6 +26,7 @@ config KVM
select ANON_INODES
select HAVE_KVM_IRQCHIP
select KVM_APIC_ARCHITECTURE
+ select KVM_MMIO
---help---
Support hosting fully virtualized guest machines using hardware
virtualization extensions. You will need a fairly recent
@@ -20,6 +20,7 @@ config KVM
bool
select PREEMPT_NOTIFIERS
config KVM_BOOK3S_64_HANDLER
@@ -29,6 +29,7 @@ config KVM
select HAVE_KVM_EVENTFD
select USER_RETURN_NOTIFIER
@@ -12,3 +12,6 @@ config HAVE_KVM_EVENTFD
config KVM_APIC_ARCHITECTURE
+
+config KVM_MMIO
+ bool