mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
parent
eeb34af986
commit
52249f0f3c
3 changed files with 7 additions and 7 deletions
4
vl.c
4
vl.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue