RE: [PATCH] KVM : Qemu: update call pci_nic_init
"Zhang, Xiantao" <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm |
|---|---|
| Message-ID | <706158FABBBA044BAD4FE898A02E4BC21F50EA9F@pdsmsx503.ccr.corp.intel.com> |
Mark McLoughlin wrote: > Hi, > > On Thu, 2009-01-15 at 15:36 +0800, Zhang, Yang wrote: >> Hi >> As the definition pci_nic_init has modified, this patch update the >> corresponding calling in ipf_init1(). > > Yep, qemu/hw/ipf.c isn't upstream so it didn't get updated when the > function was changed. > > Is there a plan to merge ia64 stuff into upstream QEMU? Jes should be working on that :) Xiantao >>> From 53a66f524a6c2215d61da797cca4b7b1acbb1266 Mon Sep 17 00:00:00 >>> 2001 >> From: Yang <[email protected]> >> Date: Thu, 15 Jan 2009 13:09:43 +0800 >> Subject: [PATCH] KVM : Qemu: update call pci_nic_init >> >> update call pci_nic_init in ipf_init1 >> >> Signed-off-by: Xiantao Zhang <[email protected]> >> Signed-off-by: Yang Zhang <[email protected]> > > Acked-by: Mark McLoughlin <[email protected]> > > Cheers, > Mark.