diff options
author | jinhyung.jo <jinhyung.jo@samsung.com> | 2014-04-25 21:47:11 +0900 |
---|---|---|
committer | jinhyung.jo <jinhyung.jo@samsung.com> | 2014-04-29 16:08:58 +0900 |
commit | 9a82c7ed7a96394b8f049c1237f5f82f1ec4fed1 (patch) | |
tree | 71ed1ad4af43bc1f789b86a46593fb9d88eb0e77 /qemu-options.hx | |
parent | 35b6643e2993cef40d765e37d6d8d8006279c320 (diff) | |
download | qemu-9a82c7ed7a96394b8f049c1237f5f82f1ec4fed1.tar.gz qemu-9a82c7ed7a96394b8f049c1237f5f82f1ec4fed1.tar.bz2 qemu-9a82c7ed7a96394b8f049c1237f5f82f1ec4fed1.zip |
VirtGL: remove device
From now on, we use YaGL device.
Change-Id: Ice1be9eb1fe135b15475c3b51ee5b82f7b503d37
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 5ee354e8e5..e126ceb1e8 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2701,15 +2701,6 @@ Enable KVM full virtualization support. This option is only available if KVM support is enabled when compiling. ETEXI -DEF("enable-gl", 0, QEMU_OPTION_enable_gl, \ - "-enable-gl enable OpenGL passthrough support\n", QEMU_ARCH_ALL) -STEXI -@item -enable-gl -@findex -enable-gl -Enable OpenGL passthrough support. This option requires the support of a -special libGL installed on the guest OS. -ETEXI - DEF("enable-yagl", 0, QEMU_OPTION_enable_yagl, \ "-enable-yagl enable OpenGLES passthrough support\n", QEMU_ARCH_ALL) STEXI |