Revision 1ecda02b net/tap-win32.c

b/net/tap-win32.c
706 706
    ifname = qemu_opt_get(opts, "ifname");
707 707

  
708 708
    if (!ifname) {
709
        qemu_error("tap: no interface name\n");
709
        error_report("tap: no interface name");
710 710
        return -1;
711 711
    }
712 712

  

Also available in: Unified diff