Revision 4a1418e0 qemu-options.hx

b/qemu-options.hx
1414 1414
Set the filename for the BIOS.
1415 1415
ETEXI
1416 1416

  
1417
#ifdef CONFIG_KQEMU
1418
DEF("kernel-kqemu", 0, QEMU_OPTION_kernel_kqemu, \
1419
    "-kernel-kqemu   enable KQEMU full virtualization (default is user mode only)\n")
1420
#endif
1421
STEXI
1422
@item -kernel-kqemu
1423
Enable KQEMU full virtualization (default is user mode only).
1424
ETEXI
1425

  
1426
#ifdef CONFIG_KQEMU
1427
DEF("enable-kqemu", 0, QEMU_OPTION_enable_kqemu, \
1428
    "-enable-kqemu   enable KQEMU kernel module usage\n")
1429
#endif
1430
STEXI
1431
@item -enable-kqemu
1432
Enable KQEMU kernel module usage. KQEMU options are only available if
1433
KQEMU support is enabled when compiling.
1434
ETEXI
1435

  
1436 1417
#ifdef CONFIG_KVM
1437 1418
DEF("enable-kvm", 0, QEMU_OPTION_enable_kvm, \
1438 1419
    "-enable-kvm     enable KVM full virtualization support\n")

Also available in: Unified diff