diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 17:28:08 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 17:28:08 -0500 |
commit | 52249f0f3c9f101a71ed24e207731525b8431c0a (patch) | |
tree | 25146137c4c3b4e43d662796e48e90fce7360142 /qemu-options.hx | |
parent | eeb34af986c28b8da4001d947d66e2efaaad0e66 (diff) |
Disable kqemu by default at run time
-no-kqemu -> -enable-kqemu
kqemu is still present at compile time by default
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index d1d18322d9..3f6996592d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -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 |