• M
    qemu: Allow empty script path to <interface/> · 1d9ab0f0
    Michal Privoznik 提交于
    Before 9c17d665 (v1.3.2 - I know, right?) it was possible to
    have the following interface configuration:
    
      <interface type='ethernet'/>
        <script path=''/>
      </interface>
    
    This resulted in -netdev tap,script=,.. Fortunately, qemu helped
    us to get away with this as it just ignored the empty script
    path. However, after the commit mentioned above it's libvirtd
    who is executing the script. Unfortunately without special
    case-ing empty script path.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    1d9ab0f0
可在Tags中查看这些版本中当前仓库的状态.
news.xml 19.5 KB