diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-01-26 23:14:13 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-01-26 23:14:13 -0500 |
commit | 3a58b3936151f954be18286877c0398afeaf7317 (patch) | |
tree | 1da237c3748250cdfbeb25c6654524c57685eec3 | |
parent | ceb77024a3f6f126e404330ccbed4b54ee7a9f5d (diff) | |
download | kvm-manager-3a58b3936151f954be18286877c0398afeaf7317.tar.gz kvm-manager-3a58b3936151f954be18286877c0398afeaf7317.tar.bz2 |
add notes about how to access the monitor
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,7 @@ Dependencies: udev : for configuring the block devices with proper permissions fakeroot : for rebuilding the initramfs as a regular user in di-maker xorriso : for grub2 to make an iso in di-maker + socat : so users can talk to the kvm monitor of their VMs Recommendations: @@ -128,6 +129,10 @@ To access the guest's serial console, do: ssh -t $GUESTNAME@host.machine screen -x $GUESTNAME +To access the guest's KVM monitor, do: + + ssh -t $GUESTNAME@host.machine socat vms/$GUESTNAME/monitor + HACKING All patches, fixes, suggestions welcome! |