diff options
-rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 68ba7dcfb9..1a5aca98ac 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -73,6 +73,7 @@ of the following environment variables (in any order): | |||
73 | serial - enable a serial console on /dev/ttyS0 | 73 | serial - enable a serial console on /dev/ttyS0 |
74 | serialstdio - enable a serial console on the console (regardless of graphics mode) | 74 | serialstdio - enable a serial console on the console (regardless of graphics mode) |
75 | slirp - enable user networking, no root privileges is required | 75 | slirp - enable user networking, no root privileges is required |
76 | snapshot - don't write changes to back to images | ||
76 | kvm - enable KVM when running x86/x86_64 (VT-capable CPU required) | 77 | kvm - enable KVM when running x86/x86_64 (VT-capable CPU required) |
77 | kvm-vhost - enable KVM with vhost when running x86/x86_64 (VT-capable CPU required) | 78 | kvm-vhost - enable KVM with vhost when running x86/x86_64 (VT-capable CPU required) |
78 | publicvnc - enable a VNC server open to all hosts | 79 | publicvnc - enable a VNC server open to all hosts |