From 61a05530b104c7cab018f691b4678824d04de9fa Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 26 Nov 2008 13:03:50 -0500 Subject: Re-write completely to use Glade, libvirt events, and libvirt-glib integration --- man/virt-viewer.pod | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod index 3e8e41e..b545087 100644 --- a/man/virt-viewer.pod +++ b/man/virt-viewer.pod @@ -43,6 +43,10 @@ Specify the hypervisor connection URI Wait for the domain to start up before attempting to connect to the console +=item -w, --reconnect + +Automatically reconnect to the domain if it shuts down and restarts + =item -d, --direct Do not attempt to tunnel the console over SSH, even if the main connection URI @@ -61,9 +65,9 @@ To connect to the guest with ID 7 running under QEMU virt-viewer --connect qemu:///system 7 To wait for the guest with UUID 66ab33c0-6919-a3f7-e659-16c82d248521 to -startup and then connect +startup and then connect, also reconnecting upon restart of VM - virt-viewer --wait 66ab33c0-6919-a3f7-e659-16c82d248521 + virt-viewer --reconnect --wait 66ab33c0-6919-a3f7-e659-16c82d248521 To connect to a remote console using TLS @@ -72,7 +76,7 @@ To connect to a remote console using TLS To connect to a remote host using SSH, lookup the guest config and then make a direct non-tunnelled connection of the console - virt-viewer --connect xen+ssh://root@example.org/ demo + virt-viewer --direct --connect xen+ssh://root@example.org/ demo =head1 AUTHOR @@ -84,7 +88,7 @@ Report bugs to the mailing list C. There is NO WARRANTY, to the extent permitted by law. -- cgit