diff options
| author | Xiantao Zhang <xiantao.zhang@intel.com> | 2008-05-14 07:44:57 -0400 |
|---|---|---|
| committer | Avi Kivity <avi@qumranet.com> | 2008-05-18 07:34:16 -0400 |
| commit | bd25ed033af52c8c054d43a9cce9c5976266ae74 (patch) | |
| tree | bdb2b1df17edc4bf69212aaefdb310ae6d85d40b | |
| parent | 25c437b01f3a04af5362c7fd80ba91a0ec74f007 (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.h | 2 |
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 @@ | |||
| 28 | /* Architectural interrupt line count. */ | 28 | /* Architectural interrupt line count. */ |
| 29 | #define KVM_NR_INTERRUPTS 256 | 29 | #define KVM_NR_INTERRUPTS 256 |
| 30 | 30 | ||
| 31 | #define KVM_IOAPIC_NUM_PINS 24 | 31 | #define KVM_IOAPIC_NUM_PINS 48 |
| 32 | 32 | ||
| 33 | struct kvm_ioapic_state { | 33 | struct kvm_ioapic_state { |
| 34 | __u64 base_address; | 34 | __u64 base_address; |
