|
@@ -26,7 +26,7 @@ DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
|
|
"-machine [type=]name[,prop[=value][,...]]\n"
|
|
"-machine [type=]name[,prop[=value][,...]]\n"
|
|
" selects emulated machine ('-machine help' for list)\n"
|
|
" selects emulated machine ('-machine help' for list)\n"
|
|
" property accel=accel1[:accel2[:...]] selects accelerator\n"
|
|
" property accel=accel1[:accel2[:...]] selects accelerator\n"
|
|
- " supported accelerators are kvm, xen, hax, hvf, whpx or tcg (default: tcg)\n"
|
|
|
|
|
|
+ " supported accelerators are kvm, xen, hax, hvf, nvmm, whpx or tcg (default: tcg)\n"
|
|
" vmport=on|off|auto controls emulation of vmport (default: auto)\n"
|
|
" vmport=on|off|auto controls emulation of vmport (default: auto)\n"
|
|
" dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
|
|
" dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
|
|
" mem-merge=on|off controls memory merge support (default: on)\n"
|
|
" mem-merge=on|off controls memory merge support (default: on)\n"
|
|
@@ -58,7 +58,7 @@ SRST
|
|
|
|
|
|
``accel=accels1[:accels2[:...]]``
|
|
``accel=accels1[:accels2[:...]]``
|
|
This is used to enable an accelerator. Depending on the target
|
|
This is used to enable an accelerator. Depending on the target
|
|
- architecture, kvm, xen, hax, hvf, whpx or tcg can be available.
|
|
|
|
|
|
+ architecture, kvm, xen, hax, hvf, nvmm, whpx or tcg can be available.
|
|
By default, tcg is used. If there is more than one accelerator
|
|
By default, tcg is used. If there is more than one accelerator
|
|
specified, the next one is used if the previous one fails to
|
|
specified, the next one is used if the previous one fails to
|
|
initialize.
|
|
initialize.
|
|
@@ -135,7 +135,7 @@ ERST
|
|
|
|
|
|
DEF("accel", HAS_ARG, QEMU_OPTION_accel,
|
|
DEF("accel", HAS_ARG, QEMU_OPTION_accel,
|
|
"-accel [accel=]accelerator[,prop[=value][,...]]\n"
|
|
"-accel [accel=]accelerator[,prop[=value][,...]]\n"
|
|
- " select accelerator (kvm, xen, hax, hvf, whpx or tcg; use 'help' for a list)\n"
|
|
|
|
|
|
+ " select accelerator (kvm, xen, hax, hvf, nvmm, whpx or tcg; use 'help' for a list)\n"
|
|
" igd-passthru=on|off (enable Xen integrated Intel graphics passthrough, default=off)\n"
|
|
" igd-passthru=on|off (enable Xen integrated Intel graphics passthrough, default=off)\n"
|
|
" kernel-irqchip=on|off|split controls accelerated irqchip support (default=on)\n"
|
|
" kernel-irqchip=on|off|split controls accelerated irqchip support (default=on)\n"
|
|
" kvm-shadow-mem=size of KVM shadow MMU in bytes\n"
|
|
" kvm-shadow-mem=size of KVM shadow MMU in bytes\n"
|
|
@@ -145,7 +145,7 @@ DEF("accel", HAS_ARG, QEMU_OPTION_accel,
|
|
SRST
|
|
SRST
|
|
``-accel name[,prop=value[,...]]``
|
|
``-accel name[,prop=value[,...]]``
|
|
This is used to enable an accelerator. Depending on the target
|
|
This is used to enable an accelerator. Depending on the target
|
|
- architecture, kvm, xen, hax, hvf, whpx or tcg can be available. By
|
|
|
|
|
|
+ architecture, kvm, xen, hax, hvf, nvmm, whpx or tcg can be available. By
|
|
default, tcg is used. If there is more than one accelerator
|
|
default, tcg is used. If there is more than one accelerator
|
|
specified, the next one is used if the previous one fails to
|
|
specified, the next one is used if the previous one fails to
|
|
initialize.
|
|
initialize.
|