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>
This commit is contained in:
Anthony Liguori 2009-07-09 17:28:08 -05:00
parent eeb34af986
commit 52249f0f3c
3 changed files with 7 additions and 7 deletions

4
vl.c
View file

@ -5344,8 +5344,8 @@ int main(int argc, char **argv, char **envp)
break;
#endif
#ifdef CONFIG_KQEMU
case QEMU_OPTION_no_kqemu:
kqemu_allowed = 0;
case QEMU_OPTION_enable_kqemu:
kqemu_allowed = 1;
break;
case QEMU_OPTION_kernel_kqemu:
kqemu_allowed = 2;