]> git.proxmox.com Git - qemu.git/blobdiff - qemu-options.hx
Disable kqemu by default at run time
[qemu.git] / qemu-options.hx
index d1d18322d9bd41e0615d24e89848b9faa61f0a61..3f6996592df174b5876c793bf54523fe605bd7d6 100644 (file)
@@ -1396,12 +1396,12 @@ Enable KQEMU full virtualization (default is user mode only).
 ETEXI
 
 #ifdef CONFIG_KQEMU
-DEF("no-kqemu", 0, QEMU_OPTION_no_kqemu, \
-    "-no-kqemu       disable KQEMU kernel module usage\n")
+DEF("enable-kqemu", 0, QEMU_OPTION_enable_kqemu, \
+    "-enable-kqemu   enable KQEMU kernel module usage\n")
 #endif
 STEXI
-@item -no-kqemu
-Disable KQEMU kernel module usage. KQEMU options are only available if
+@item -enable-kqemu
+Enable KQEMU kernel module usage. KQEMU options are only available if
 KQEMU support is enabled when compiling.
 ETEXI