Home | History | Annotate | Download | only in qemu

Lines Matching full:monitor_printf

755     monitor_printf(mon, "  %s |", is_udp ? "udp" : "tcp" );
760 monitor_printf(mon, " %15s |", buf);
761 monitor_printf(mon, " %5d |", fport);
767 monitor_printf(mon, " %15s |", buf);
768 monitor_printf(mon, " %5d\n", lport);
777 monitor_printf(mon, " Prot | Host Addr | HPort | Guest Addr | GPort\n");
778 monitor_printf(mon, " | | | | \n");
810 monitor_printf(mon, "removed %d redirections to %s port %d\n", n,
815 monitor_printf(mon, "invalid format\n");
876 monitor_printf(mon, "user mode network stack not in use\n");
2408 monitor_printf(mon, "invalid host network device %s\n", device);
2412 monitor_printf(mon, "adding host network device %s failed\n", device);
2430 monitor_printf(mon, "can't find device %s\n", device);
2434 monitor_printf(mon, "invalid host network device %s\n", device);
2466 monitor_printf(mon, "VLAN %d devices:\n", vlan->id);
2468 monitor_printf(mon, " %s: %s\n", vc->name, vc->info_str);
2484 monitor_printf(mon, "could not find network device '%s'", name);
2493 monitor_printf(mon, "invalid link status '%s'; only 'up' or 'down' "