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-14 15:32:37 +0300
commitc1f47ba4a598c47636c894c4feb81fe4c0b6ecd5 (patch)
tree1bcf5edf3fefa744023e0a118f93b424fa79ae8b
parent111184b65eb587fcbda7508f062bd8c788b09d23 (diff)
KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48kvm-69rc1kvm-69
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 a1da4c465fb5..3f6a090cbd9a 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;