425eeed bhyve: don't fail on busy tap devices

Authored and Committed by Roman Bogorodskiy 10 years ago
    bhyve: don't fail on busy tap devices
    
    We use virBhyveTapGetRealDeviceName() to map network interface name
    to a real device path, trying to open possible devices and getting
    names by ioctl.
    
    Make it skip devices that fail to open with EBUSY because they're
    most likely already used by other VMs.
    
        
file modified
+4 -0