• T
    m68k: QOMify the MCF Fast Ethernet Controller device · 6ac38ed4
    Thomas Huth 提交于
    When running qemu-system-m68k with the "-net" parameter (for example
    simply "-net nic -net user"), there is currently a confusing warning
    message saying:
    
     Warning: requested NIC (anonymous, model mcf_fec) was not created
     (not supported by this machine?)
    
    This seems to happen because the MCF NIC has never been adapted to
    the currently expected QEMU device behavior. Thus let's QOMify the
    NIC now to get rid of the warning message.
    Signed-off-by: NThomas Huth <huth@tuxfamily.org>
    Signed-off-by: NJason Wang <jasowang@redhat.com>
    6ac38ed4
mcf_fec.c 14.6 KB