Revision a5829fd9 vl.c

b/vl.c
3509 3509
    if (default_vga)
3510 3510
        vga_interface_type = VGA_CIRRUS;
3511 3511

  
3512
    socket_init();
3513

  
3512 3514
    if (qemu_opts_foreach(&qemu_chardev_opts, chardev_init_func, NULL, 1) != 0)
3513 3515
        exit(1);
3514 3516
#ifdef CONFIG_LINUX
......
3617 3619
    }
3618 3620
    configure_icount(icount_option);
3619 3621

  
3620
    socket_init();
3621

  
3622 3622
    if (net_init_clients() < 0) {
3623 3623
        exit(1);
3624 3624
    }

Also available in: Unified diff