• M
    Fix undefined symbol errors when macvtap support is disabled · 474b1c14
    Matthias Bolte 提交于
    Use macvtap specific functions depending on WITH_MACVTAP.
    
    Use #if instead of #ifdef to check for WITH_MACVTAP, because
    WITH_MACVTAP is always defined with value 0 or 1.
    
    Also export virVMOperationType{To|From}String unconditional,
    because they are used unconditional in the domain config code.
    474b1c14
libvirt_macvtap.syms 148 字节