[libvirt] PATCH: Allow running of console after creating guest

John Levon levon at movementarian.org
Wed Apr 1 12:51:14 UTC 2009


On Wed, Apr 01, 2009 at 01:47:26PM +0100, Daniel P. Berrange wrote:

> Finally, when starting the console print a message telling the user the
> hotkey to quit
> 
>   # virsh start --console VirtTest
>   Domain VirtTest started
>   Connecting to console, type Ctrl+] to quit

Can we please make this the same as telnet (and virt-console):

514     if (!retrying && verbose) {
515         printf("Connected to domain %s\n", dom_name);
516         printf("Escape character is '^]'\n");

regards
john




More information about the libvir-list mailing list