On Fri, 2009-10-16 at 15:41 +0200, Gerd Hoffmann wrote: > Hi, > > Short RfC patch series to get the discussion rolling. We really need to > get the nic drivers qdev-ified properly, so qemu stops segfaulting on > '-device $any_nic_here'. > > New in v3: > * renamed macaddr_t to MACAddr and made it a struct. > * Adapted to netdev changes merged recently. > * Also convert ne2k_pci. > * Some new qdev properties and common bits for nics to ease > conversion. > * load pxe rom unconditionally (ne2k_pci only).
Very nice, I like it. Acked-by: Mark McLoughlin <mar...@redhat.com> Cheers, Mark.