RE: [patch] fix irq routing by moving it to the correct place
"Zhang, Xiantao" <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm |
|---|---|
| Message-ID | <706158FABBBA044BAD4FE898A02E4BC236AC6F50@pdsmsx503.ccr.corp.intel.com> |
Aha, good catch! I think it should fix irq routting for pci irq of ia64 ? Xiantao -----Original Message----- From: Jes Sorensen [mailto:[email protected]] Sent: Wednesday, May 06, 2009 10:12 PM To: Avi Kivity Cc: Zhang, Xiantao; [email protected]; [email protected] Subject: [patch] fix irq routing by moving it to the correct place Hi, Some freak :-) put x86 specific irq routing into the generic code path, which obviously won't work on non-x86 systems. This patch creates kvm_arch_init_irq_routing() and moves the x86 gibberish to it's correct location :-) Now I have networking again! Cheers, Jes