Merge tag 'v2.8.0-rc4' into develop
[sdk/emulator/qemu.git] / qemu-options.hx
index c534a2f..c31d133 100644 (file)
@@ -3280,6 +3280,41 @@ Enable KVM full virtualization support. This option is only available
 if KVM support is enabled when compiling.
 ETEXI
 
+DEF("enable-yagl", 0, QEMU_OPTION_enable_yagl, \
+    "-enable-yagl   enable OpenGLES passthrough support\n", QEMU_ARCH_ALL)
+STEXI
+@item -enable-yagl
+@findex -enable-yagl
+Enable EGL and OpenGLES passthrough support. This option requires special
+libEGL, libGLES_CM and libGLESv2 to be installed on the guest OS. Corresponding
+EGL and openGLES calls on target system are translated to host openGL calls.
+ETEXI
+
+DEF("enable-vigs", 0, QEMU_OPTION_enable_vigs, \
+    "-enable-vigs   enable VIGS support\n", QEMU_ARCH_ALL)
+STEXI
+@item -enable-vigs
+@findex -enable-vigs
+Enables VIGS support.
+ETEXI
+
+DEF("vigs-backend", HAS_ARG, QEMU_OPTION_vigs_backend,
+    "-vigs-backend gl        Select VIGS backend, default is gl\n", QEMU_ARCH_ALL)
+STEXI
+@item -vigs-backend @var{backend}
+@findex -vigs-backend
+Use @var{backend} as VIGS backend.
+ETEXI
+
+DEF("enable-hax", 0, QEMU_OPTION_enable_hax, \
+    "-enable-hax     enable HAX virtualization support\n", QEMU_ARCH_I386)
+STEXI
+@item -enable-hax
+@findex -enable-hax
+Enable HAX (Hardware-based Acceleration eXecution) support. When HAX support detected, emulator will enable it by default. This option will disable the default action
+HAX is only supported in MAC and Windows platform and is not conflict with KVM.
+ETEXI
+
 DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid,
     "-xen-domid id   specify xen guest domain id\n", QEMU_ARCH_ALL)
 DEF("xen-create", 0, QEMU_OPTION_xen_create,
@@ -3719,6 +3754,13 @@ HXCOMM HX does not support conditional compilation of text.
 @include qemu-option-trace.texi
 ETEXI
 
+DEF("enable-suspend", 0, QEMU_OPTION_enable_suspend, "", QEMU_ARCH_ALL)
+STEXI
+@item -enable-suspend
+@findex -enable-suspend
+Enable suspend power state. Default is disable.
+ETEXI
+
 HXCOMM Internal use
 DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, "", QEMU_ARCH_ALL)
 DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log, "", QEMU_ARCH_ALL)