瀏覽代碼

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>
Xiantao Zhang 17 年之前
父節點
當前提交
bd25ed033a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-ia64/kvm.h

+ 1 - 1
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;