Skip to content

Commit

Permalink
KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiantao Zhang authored and Avi Kivity committed May 18, 2008
1 parent 25c437b commit bd25ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-ia64/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd25ed0

Please sign in to comment.