• E
    conf: make 'vnet' prefix a macro · dd20328f
    Eric Blake 提交于
    Using a macro ensures that all the code is looking for the same
    prefix.
    
    * src/conf/domain_conf.h (VIR_NET_GENERATED_PREFIX): New macro.
    * src/conf/domain_conf.c (virDomainNetDefParseXML): Use it.
    * src/uml/uml_conf.c (umlConnectTapDevice): Likewise.
    * src/qemu/qemu_command.c (qemuNetworkIfaceConnect): Likewise.
    Suggested by Laine Stump.
    dd20328f
uml_conf.c 15.2 KB