Revision efe32fdd net.c

b/net.c
1300 1300
                    "Warning: vlan %d is not connected to host network\n",
1301 1301
                    vlan->id);
1302 1302
    }
1303
    QTAILQ_FOREACH(vc, &non_vlan_clients, next) {
1304
        if (!vc->peer) {
1305
            fprintf(stderr, "Warning: %s %s has no peer\n",
1306
                    vc->info->type == NET_CLIENT_TYPE_NIC ? "nic" : "netdev",
1307
                    vc->name);
1308
        }
1309
    }
1303 1310
}
1304 1311

  
1305 1312
static int net_init_client(QemuOpts *opts, void *dummy)

Also available in: Unified diff