83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
Stop recording
Miscellaneous
-------------
vws momitor machine
vws monitor machine
Connects to monitor socket and send there commands, read from stdin
and writes results to stdout. Provides way to interact with QEMU respecting [locking](wiki?name=monitor+locking)
vws spiceurl machine
Outputs to stdout spice url needed to connect machine, if machine is running
and exits with non-zero exit code if machine is not running.
Operation on multiple machines
--------------------------------
vws list [--state] [--address] [-l]
List all machines set up via these tools. Option --state shows whether machine is running or not, --address - shows mac address -l is equevalent of both
--state and --address
vws autostart
Starts all machines in the authostart directory
vws autostop
Tries to shutdown correctly all running machines.
|