aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiantao Zhang <xiantao.zhang@intel.com>2008-05-14 19:44:57 +0800
committerAvi Kivity <avi@qumranet.com>2008-05-18 14:34:16 +0300
commitbd25ed033af52c8c054d43a9cce9c5976266ae74 (patch)
treebdb2b1df17edc4bf69212aaefdb310ae6d85d40b
parent25c437b01f3a04af5362c7fd80ba91a0ec74f007 (diff)
KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48
Guest's firmware needs an iosapic with 48 pins for ia64 guests. Needed to get networking going. Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r--include/asm-ia64/kvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/kvm.h b/include/asm-ia64/kvm.h
index a1da4c465fb..3f6a090cbd9 100644
--- a/include/asm-ia64/kvm.h
+++ b/include/asm-ia64/kvm.h
@@ -28,7 +28,7 @@
/* Architectural interrupt line count. */
#define KVM_NR_INTERRUPTS 256
-#define KVM_IOAPIC_NUM_PINS 24
+#define KVM_IOAPIC_NUM_PINS 48
struct kvm_ioapic_state {
__u64 base_address;