Home | History | Annotate | Download | only in qemu

Lines Matching full:monitor_printf

883     monitor_printf(mon, "  %s |", is_udp ? "udp" : "tcp" );
888 monitor_printf(mon, " %15s |", buf);
889 monitor_printf(mon, " %5d |", sock_address_get_port(faddr));
895 monitor_printf(mon, " %15s |", buf);
896 monitor_printf(mon, " %5d\n", sock_address_get_port(laddr));
905 monitor_printf(mon, " Prot | Host Addr | HPort | Guest Addr | GPort\n");
906 monitor_printf(mon, " | | | | \n");
938 monitor_printf(mon, "removed %d redirections to %s port %d\n", n,
943 monitor_printf(mon, "invalid format\n");
1004 monitor_printf(mon, "user mode network stack not in use\n");
2512 monitor_printf(mon, "invalid host network device %s\n", device);
2516 monitor_printf(mon, "adding host network device %s failed\n", device);
2534 monitor_printf(mon, "can't find device %s\n", device);
2538 monitor_printf(mon, "invalid host network device %s\n", device);
2570 monitor_printf(mon, "VLAN %d devices:\n", vlan->id);
2572 monitor_printf(mon, " %s: %s\n", vc->name, vc->info_str);
2588 monitor_printf(mon, "could not find network device '%s'", name);
2597 monitor_printf(mon, "invalid link status '%s'; only 'up' or 'down' "