Home | History | Annotate | Download | only in qemu

Lines Matching refs:stderr

645         fprintf(stderr, "qemu: ");
646 vfprintf(stderr, fmt, ap);
943 fprintf(stderr, "qemu: could not create samba server dir '%s'\n", smb_dir);
950 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf);
987 fprintf(stderr, "-smb given twice\n");
1150 fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n");
1289 fprintf(stderr, "Cannot allocate TAP device\n");
1299 fprintf (stderr, "no tap on AIX\n");
1310 fprintf(stderr, "warning: could not open /dev/net/tun: no virtual network emulation\n");
1321 fprintf(stderr, "warning: could not configure /dev/net/tun: no virtual network emulation\n");
1371 fprintf(stderr, "%s: could not launch network script\n", setup_script);
1560 fprintf(stderr, "serious error: oversized packet received,"
1601 fprintf(stderr, "qemu: error: specified mcastaddr \"%s\" (0x%08x) does not contain a multicast address\n",
1682 fprintf(stderr, "qemu: error: init_dgram: fd=%d unbound, cannot setup multicast dst addr\n",
1698 fprintf(stderr, "qemu: error: init_dgram: fd=%d failed getsockname(): %s\n",
1755 fprintf(stderr, "qemu: error: getsockopt(SO_TYPE) for fd=%d failed\n", fd);
1765 fprintf(stderr, "qemu: warning: socket type=%d for fd=%d is not SOCK_DGRAM or SOCK_STREAM\n", so_type, fd);
2074 fprintf(stderr, "qemu: Unsupported NIC model: %s\n", nd->model);
2078 fprintf(stderr, "qemu: Supported NIC models: ");
2080 fprintf(stderr, "%s%c", models[i], models[i+1] ? ',' : '\n');
2528 fprintf(stderr, "Warning: vlan %d with no nics\n", vlan->id);
2530 fprintf(stderr,