summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64
diff options
context:
space:
mode:
authorLaurent Vivier <Laurent.Vivier@bull.net>2008-05-30 16:05:57 +0200
committerAvi Kivity <avi@qumranet.com>2008-07-20 12:42:31 +0300
commit7f39f8ac177db258200053074aa7a3d98656b1cf (patch)
tree3d0e4a586a0a676dd0bf922090d0dcdc736fb5ec /include/asm-ia64
parent588968b6b7d34e6a88f538d1db9aca47b203623e (diff)
downloadop-kernel-dev-7f39f8ac177db258200053074aa7a3d98656b1cf.zip
op-kernel-dev-7f39f8ac177db258200053074aa7a3d98656b1cf.tar.gz
KVM: Add coalesced MMIO support (ia64 part)
This patch enables coalesced MMIO for ia64 architecture. It defines KVM_MMIO_PAGE_OFFSET and KVM_CAP_COALESCED_MMIO. It enables the compilation of coalesced_mmio.c. [akpm: fix compile error on ia64] Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r--include/asm-ia64/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/kvm_host.h b/include/asm-ia64/kvm_host.h
index 5c958b0..1efe513 100644
--- a/include/asm-ia64/kvm_host.h
+++ b/include/asm-ia64/kvm_host.h
@@ -38,6 +38,7 @@
/* memory slots that does not exposed to userspace */
#define KVM_PRIVATE_MEM_SLOTS 4
+#define KVM_COALESCED_MMIO_PAGE_OFFSET 1
/* define exit reasons from vmm to kvm*/
#define EXIT_REASON_VM_PANIC 0
OpenPOWER on IntegriCloud