Procházet zdrojové kódy

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 před 17 roky
rodič
revize
bd25ed033a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      include/asm-ia64/kvm.h

+ 1 - 1
include/asm-ia64/kvm.h

@@ -28,7 +28,7 @@
 /* Architectural interrupt line count. */
 /* Architectural interrupt line count. */
 #define KVM_NR_INTERRUPTS 256
 #define KVM_NR_INTERRUPTS 256
 
 
-#define KVM_IOAPIC_NUM_PINS  24
+#define KVM_IOAPIC_NUM_PINS  48
 
 
 struct kvm_ioapic_state {
 struct kvm_ioapic_state {
 	__u64 base_address;
 	__u64 base_address;