[Title] add hardware gl option (with emulator manager)
authorjihye kim <jihye1128.kim@samsung.com>
Tue, 3 Jul 2012 06:42:39 +0000 (15:42 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Tue, 3 Jul 2012 06:42:39 +0000 (15:42 +0900)
[Type] Enhancement
[Module] emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/pkginfo.manifest
vl.c

index 9f056ce27e9340f1ea0c300ed5301d4d94786088..967cd43e04b963e0a105f6d392f2216a99d0daa9 100644 (file)
@@ -1,5 +1,5 @@
 Package: emulator
-Version: 1.2.99
+Version: 1.2.100
 OS: linux
 Build-host-os: linux
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -8,7 +8,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator
-Version: 1.2.99
+Version: 1.2.100
 OS: windows
 Build-host-os: windows
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
diff --git a/vl.c b/vl.c
index 1ccc338433693f4126fda7568b0e1837f2c80490..9ec81c6cdb94286e821b9b04ea287d7dd963fc92 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -265,7 +265,7 @@ uint8_t qemu_extra_params_fw[2];
 //virtio-gl
 #ifndef _WIN32
 extern int gl_acceleration_capability_check (void);
-int enable_gl = 1;
+int enable_gl = 0;
 #endif
 
 typedef struct FWBootEntry FWBootEntry;