Revision 640f42e4 qemu-options.hx

b/qemu-options.hx
1304 1304
Set the filename for the BIOS.
1305 1305
ETEXI
1306 1306

  
1307
#ifdef USE_KQEMU
1307
#ifdef CONFIG_KQEMU
1308 1308
DEF("kernel-kqemu", 0, QEMU_OPTION_kernel_kqemu, \
1309 1309
    "-kernel-kqemu   enable KQEMU full virtualization (default is user mode only)\n")
1310 1310
#endif
......
1313 1313
Enable KQEMU full virtualization (default is user mode only).
1314 1314
ETEXI
1315 1315

  
1316
#ifdef USE_KQEMU
1316
#ifdef CONFIG_KQEMU
1317 1317
DEF("no-kqemu", 0, QEMU_OPTION_no_kqemu, \
1318 1318
    "-no-kqemu       disable KQEMU kernel module usage\n")
1319 1319
#endif

Also available in: Unified diff