Skip to content

Commit 3a5c9c2

Browse files
author
chaoseternal
committed
README enhancement
1 parent 91894a8 commit 3a5c9c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README

+8
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@
1414
startvde: starts the vde switch.
1515
lsvm: simply list all running VMs.
1616

17+
3. vm managerment
18+
19+
i. feel free to edit the startvm script.
20+
ii. after started, qemu will listen monitor request on unix socket named mntrsock, u can manage the vm by using socat, e.g.:
21+
socat readline unix:./mntrsock
22+
23+
iii. qemu will listen for vnc connection on unix socket named vncsock,
24+
use ssvncviewer ./vncsock to get it
1725

0 commit comments

Comments
 (0)