sdk/emulator/qemu.git
10 years agoMerge "tethering: add protobuf messages for display feature" into tizen
SeokYeon Hwang [Wed, 18 Jun 2014 07:10:32 +0000 (00:10 -0700)]
Merge "tethering: add protobuf messages for display feature" into tizen

10 years agoMerge "menu: added schema for close menu" into tizen
SeokYeon Hwang [Wed, 18 Jun 2014 07:09:41 +0000 (00:09 -0700)]
Merge "menu: added schema for close menu" into tizen

10 years agoemulator: fix legacy arguments compatibility issue 68/23068/3
SeokYeon Hwang [Tue, 17 Jun 2014 04:40:08 +0000 (13:40 +0900)]
emulator: fix legacy arguments compatibility issue

Fix legacy arguments compatibility issue.
Fix memory break related with RAM preallocation.

Change-Id: Ia43f1367a8910f9bf52383ac703123c9998c2f06
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agomenu: added schema for close menu 72/23072/1
GiWoong Kim [Tue, 17 Jun 2014 07:32:52 +0000 (16:32 +0900)]
menu: added schema for close menu

Now, user can configure the Close & Force Close menu
by skin layout XML file.

Change-Id: I07f6702392ea6195d351ee55618f82d4224af7de
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoemulator: remove exit_emulator() 66/23066/1
SeokYeon Hwang [Tue, 17 Jun 2014 02:57:32 +0000 (11:57 +0900)]
emulator: remove exit_emulator()

Remove exit_emulator() function.
Mark "static" for some global variables.

Change-Id: I2fffb7c53720898a13c63cd836860aba7fcbee4a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: add "conf" options 62/23062/2
SeokYeon Hwang [Tue, 17 Jun 2014 01:58:32 +0000 (10:58 +0900)]
emulator: add "conf" options

"conf" option with configuration file override profile option.

Change-Id: I6229acff51e8449f668d622dfd7c121f4288f8aa
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge "osutil: Add unlock function" into tizen
SeokYeon Hwang [Tue, 17 Jun 2014 01:57:16 +0000 (18:57 -0700)]
Merge "osutil: Add unlock function" into tizen

10 years agotethering: add protobuf messages for display feature 44/23044/1
Kitae Kim [Fri, 23 May 2014 11:22:05 +0000 (20:22 +0900)]
tethering: add protobuf messages for display feature

Change-Id: I019256786e9c9309fedf7cfc003d66fdceca7c19
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoosutil: Add unlock function 21/23021/1
Munkyu Im [Mon, 16 Jun 2014 09:12:51 +0000 (18:12 +0900)]
osutil: Add unlock function

Need unlock funtion to release or free variables.

Change-Id: I7a74edab9637bcf1ab4623b4c1189bba1487956c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agoemulator: fix bug when multiple variables are in a line 16/23016/1
SeokYeon Hwang [Mon, 16 Jun 2014 08:17:27 +0000 (17:17 +0900)]
emulator: fix bug when multiple variables are in a line

Change-Id: I5535bebcdd656bdd9700b82bf21f3dedf7ff615c
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: revert SDL_init() routes stdout and stderr in win32 03/23003/3
SeokYeon Hwang [Mon, 16 Jun 2014 07:16:12 +0000 (16:16 +0900)]
emulator: revert SDL_init() routes stdout and stderr in win32

SDL_init() routes stdout and stderr to the respective files in win32. So we revert it.
Prevent NULL dereferencing in g_ascii_strtoull().

Change-Id: I0e540f83a7701968746310035a580eadd8160ce6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: clean up emulator exit logic 97/22997/5
SeokYeon Hwang [Mon, 16 Jun 2014 04:52:14 +0000 (13:52 +0900)]
emulator: clean up emulator exit logic

Some shutdown/exit funtions use "exit_notifier" instead of exit_emulator().
Remove some unnecessary header inclusion.

Change-Id: I78617d439f1c133ba8332e6fca8622a6b4289c71
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge "emulator: apply some improvement to default value related feature" into tizen
Sangho Park [Mon, 16 Jun 2014 07:14:45 +0000 (00:14 -0700)]
Merge "emulator: apply some improvement to default value related feature" into tizen

10 years agoMerge "emulator: separate source file for legacy options" into tizen
Sangho Park [Mon, 16 Jun 2014 07:11:05 +0000 (00:11 -0700)]
Merge "emulator: separate source file for legacy options" into tizen

10 years agoMerge "emulator: modify RAM preallocation logic" into tizen
Sangho Park [Mon, 16 Jun 2014 07:10:14 +0000 (00:10 -0700)]
Merge "emulator: modify RAM preallocation logic" into tizen

10 years agoMerge "emulator: new emulator options are introduced" into tizen
Sangho Park [Mon, 16 Jun 2014 07:05:46 +0000 (00:05 -0700)]
Merge "emulator: new emulator options are introduced" into tizen

10 years agoemulator: apply some improvement to default value related feature 94/22994/6
SeokYeon Hwang [Mon, 16 Jun 2014 02:25:28 +0000 (11:25 +0900)]
emulator: apply some improvement to default value related feature

Change label from "DEFAULT_VARIABLES" to "DEFAULT_VALUE"
Default value can use variables.

Change-Id: Ib5fa19e83de4e70990b2ec0dc13bc782e02a2492
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: separate source file for legacy options 90/22990/4
SeokYeon Hwang [Sun, 15 Jun 2014 11:54:44 +0000 (20:54 +0900)]
emulator: separate source file for legacy options

Separate source file for legay emulator options.
Clean-up some headers.

Change-Id: I1a1835724dcd8ea8c4b5de8d2690202db17b3b79
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: new emulator options are introduced 89/22989/3
SeokYeon Hwang [Sun, 15 Jun 2014 10:01:58 +0000 (19:01 +0900)]
emulator: new emulator options are introduced

It is experimental feature for now.
This feature need [profile].profile configuration file. That file may be provided another way.

Change-Id: I2bf663eb604b62d7de0e5c603571a7239e0ff235
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge "skin: "resolution" option is added" into tizen
Sangho Park [Mon, 16 Jun 2014 05:24:07 +0000 (22:24 -0700)]
Merge "skin: "resolution" option is added" into tizen

10 years agoemulator: modify RAM preallocation logic 95/22995/2
SeokYeon Hwang [Mon, 16 Jun 2014 03:18:43 +0000 (12:18 +0900)]
emulator: modify RAM preallocation logic

Change-Id: Idfe6eb74f35fa13c9518dedb18adec3b9ed1de20
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoskin: "resolution" option is added 88/22988/1
SeokYeon Hwang [Sun, 15 Jun 2014 09:57:12 +0000 (18:57 +0900)]
skin: "resolution" option is added

Change-Id: I080b99012c0e35f37c3619de84afacc72f5ed0d6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge "communication: convert pthread_mutex to qemu_mutex" into tizen
SeokYeon Hwang [Fri, 13 Jun 2014 08:52:37 +0000 (01:52 -0700)]
Merge "communication: convert pthread_mutex to qemu_mutex" into tizen

10 years agocommunication: convert pthread_mutex to qemu_mutex 45/22745/1
GiWoong Kim [Tue, 10 Jun 2014 08:17:55 +0000 (17:17 +0900)]
communication: convert pthread_mutex to qemu_mutex

Change-Id: Iafd6fa675fcb2392206d05866f8db00288bb5ea9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agomaru_overlay: remove device 09/22909/1
jinhyung.jo [Wed, 11 Jun 2014 05:39:57 +0000 (14:39 +0900)]
maru_overlay: remove device

Since VIGS supports the planes,
the maru overlay is unnecessary.

Change-Id: I43daa83eebc8be53df4dc4a627b056435e8edf26
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agopackage: major version up to 2.0.0
SeokYeon Hwang [Tue, 10 Jun 2014 05:11:08 +0000 (14:11 +0900)]
package: major version up to 2.0.0

Change-Id: I2cd1cf1bda50f620a8113a40bac9f3c8205e9a02
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge "emulator: launch skin process after display initialized" into tizen
SeokYeon Hwang [Tue, 10 Jun 2014 02:12:23 +0000 (19:12 -0700)]
Merge "emulator: launch skin process after display initialized" into tizen

10 years agoemulator: launch skin process after display initialized 81/22681/2
SeokYeon Hwang [Tue, 10 Jun 2014 01:57:11 +0000 (10:57 +0900)]
emulator: launch skin process after display initialized

Change-Id: I3a706c56a8346894a04c37f2d6e1ed213ca6a399
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge changes I3460bcc2,Ie04d92a0 into tizen
SeokYeon Hwang [Tue, 10 Jun 2014 02:11:24 +0000 (19:11 -0700)]
Merge changes I3460bcc2,Ie04d92a0 into tizen

* changes:
  display: modified varable name
  screenshot: modified function/varable names

10 years agoMerge "ecs & skin: removed sensor daemon notification and ecs notification" into...
SeokYeon Hwang [Tue, 10 Jun 2014 02:03:30 +0000 (19:03 -0700)]
Merge "ecs & skin: removed sensor daemon notification and ecs notification" into tizen

10 years agodisplay: modified varable name 61/22661/1
GiWoong Kim [Mon, 9 Jun 2014 11:22:52 +0000 (20:22 +0900)]
display: modified varable name

brightness_off -> display_off

Change-Id: I3460bcc28f0fc2b29604ca45c373fca08ed40ba7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoscreenshot: modified function/varable names 60/22660/1
GiWoong Kim [Mon, 9 Jun 2014 09:18:10 +0000 (18:18 +0900)]
screenshot: modified function/varable names

Change-Id: Ie04d92a0f8129ddf3880d9a5c7e9cbfae037b892
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoecs & skin: removed sensor daemon notification and ecs notification 12/22612/2
Jinhyung Choi [Fri, 30 May 2014 05:05:31 +0000 (14:05 +0900)]
ecs & skin: removed sensor daemon notification and ecs notification

Change-Id: I72124301765b7dbb48fb8bea3b9ea651b8e6bd62
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: remove dependency 92/22592/1
jinhyung.jo [Mon, 9 Jun 2014 06:10:51 +0000 (15:10 +0900)]
package: remove dependency

Remove dependence about vgabios package.
In the future, *VESA VGA* device is not used for Tizen emulator.

Change-Id: I143e6ebd4b256c0957641fb4908bb8db1d2eb847
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agokeyboard: delete unused code 22/22422/1
GiWoong Kim [Tue, 3 Jun 2014 08:59:02 +0000 (17:59 +0900)]
keyboard: delete unused code

Change-Id: Id848ece229dc5288f4bb407b2c14f8e6a71277a2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "YaGL/VIGS: Fix GL frambuffer functions lookup" into tizen
Sangho Park [Mon, 2 Jun 2014 10:02:10 +0000 (03:02 -0700)]
Merge "YaGL/VIGS: Fix GL frambuffer functions lookup" into tizen

10 years agoemulator: fix no skin situation
SeokYeon Hwang [Thu, 29 May 2014 13:41:41 +0000 (22:41 +0900)]
emulator: fix no skin situation

Change-Id: I3bc6a9779765f2ea9d0fae42098114f13c034a63
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoYaGL/VIGS: Fix GL frambuffer functions lookup 46/22146/1
Stanislav Vorobiov [Thu, 29 May 2014 10:13:11 +0000 (14:13 +0400)]
YaGL/VIGS: Fix GL frambuffer functions lookup

With recent host OpenGL drivers (such as mesa 9.2.1)
functions like glFramebufferXXXEXT no longer work right from
within OpenGL 3.1+ contexts, glFramebufeerXXX (no EXT suffix)
functions must be used instead

Change-Id: I78525de16868bd65d3e30c6d0518ddae3dbb28df
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoMerge "log: a "debug_ch" can use stdout now" into tizen
Sangho Park [Wed, 28 May 2014 07:57:40 +0000 (00:57 -0700)]
Merge "log: a "debug_ch" can use stdout now" into tizen

10 years agoMerge changes I2832f8c7,I7fb995aa into tizen
Sangho Park [Wed, 28 May 2014 07:56:27 +0000 (00:56 -0700)]
Merge changes I2832f8c7,I7fb995aa into tizen

* changes:
  maru_board: do not initialize unnecessary devices.
  emulator: clean-up maru specific preparations.

10 years agoMerge "emulator: rename some function name for renewal" into tizen
Sangho Park [Wed, 28 May 2014 05:11:32 +0000 (22:11 -0700)]
Merge "emulator: rename some function name for renewal" into tizen

10 years agolog: a "debug_ch" can use stdout now 23/21723/1
SeokYeon Hwang [Wed, 23 Apr 2014 06:44:28 +0000 (15:44 +0900)]
log: a "debug_ch" can use stdout now

If "log_path" is not set, "debug_ch" use stdout.
It is only for arguments renewal.
A "debug_ch" should be refactored.

Change-Id: Iaa0d102800ac480e12106ef3d11282d50f20edd8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agomaru_board: do not initialize unnecessary devices. 21/21721/1
SeokYeon Hwang [Wed, 21 May 2014 08:45:13 +0000 (17:45 +0900)]
maru_board: do not initialize unnecessary devices.

Change-Id: I2832f8c73dbb406aff28a1d7dda6b77b9d4ef34b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: clean-up maru specific preparations. 20/21720/1
SeokYeon Hwang [Wed, 21 May 2014 08:44:03 +0000 (17:44 +0900)]
emulator: clean-up maru specific preparations.

Change-Id: I7fb995aa91b4dd7cab3c5c884882330db58cf0d4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: rename some function name for renewal 17/21717/1
SeokYeon Hwang [Tue, 22 Apr 2014 02:27:22 +0000 (11:27 +0900)]
emulator: rename some function name for renewal

Change-Id: Ia38aa942777e07f9e2e501b395456fb9827d5c22
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agobuild: apply "--disable-coroutine-pool" by default in Windows 16/21716/1
SeokYeon Hwang [Tue, 27 May 2014 01:56:41 +0000 (10:56 +0900)]
build: apply "--disable-coroutine-pool" by default in Windows

Change-Id: Ib5e966aae32604e749e1e41d30d903d2d30d96b0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agovirtio-9p: fix wrong control flow 59/21559/1
Kitae Kim [Fri, 23 May 2014 02:31:43 +0000 (11:31 +0900)]
virtio-9p: fix wrong control flow

mp_dacl_setxattr function was returned before releasing a buffer.

Change-Id: Id81ea87389408bafd3a4ee5e08c71d6cd2c98e98
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agopackage: version up 12/21512/1
jinhyung.jo [Thu, 22 May 2014 08:15:06 +0000 (17:15 +0900)]
package: version up

up to 1.7.41

Change-Id: Ieb9074b0cb8d2c2e7d88e882de2f2173b1d07627
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agoMerge "maru_sdl: fix release routine" into tizen
SeokYeon Hwang [Thu, 22 May 2014 08:00:38 +0000 (01:00 -0700)]
Merge "maru_sdl: fix release routine" into tizen

10 years agomaru_sdl: fix release routine 61/21461/2
Kitae Kim [Wed, 21 May 2014 07:41:01 +0000 (16:41 +0900)]
maru_sdl: fix release routine

When emulator exits normally, release routine at maru_sdl causes an error.
sdl-workthread has to be destroyed before releasing condition and mutex variables.

Change-Id: I46da25cc5a5ca59284b18ff0de94a6cf27ecccc2
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agomaru: modified some device names 01/21501/1
jinhyung.jo [Mon, 19 May 2014 10:13:13 +0000 (19:13 +0900)]
maru: modified some device names

changed the link letter from the underline to the hyphen
and... some modification of logs

Change-Id: I31c3a348fc68996fb1c14cb21dbdefc0de905114
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agoMerge "package: version up" into tizen
SeokYeon Hwang [Tue, 20 May 2014 12:01:38 +0000 (05:01 -0700)]
Merge "package: version up" into tizen

10 years agoMerge "tethering: modify protobuf messages" into tizen
SeokYeon Hwang [Tue, 20 May 2014 12:01:07 +0000 (05:01 -0700)]
Merge "tethering: modify protobuf messages" into tizen

10 years agoMerge "screenshot: fix screen shot feature" into tizen
SeokYeon Hwang [Tue, 20 May 2014 11:48:17 +0000 (04:48 -0700)]
Merge "screenshot: fix screen shot feature" into tizen

10 years agoMerge "vitrio-9p: enable the virtio-9p on windows." into tizen
SeokYeon Hwang [Tue, 20 May 2014 11:47:16 +0000 (04:47 -0700)]
Merge "vitrio-9p: enable the virtio-9p on windows." into tizen

10 years agoMerge changes Icc56eea0,I76dfbd3c into tizen
Sangho Park [Tue, 20 May 2014 09:07:58 +0000 (02:07 -0700)]
Merge changes Icc56eea0,I76dfbd3c into tizen

* changes:
  backtrace: avoid possible memory corruption have to resolve this asap;
  ecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH not to call ecs_close in stop_ecs (FIXME)

10 years agoMerge "guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead...
Sangho Park [Tue, 20 May 2014 09:07:20 +0000 (02:07 -0700)]
Merge "guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH" into tizen

10 years agoMerge "threading: use qemu_thread_XXX abstraction instead of pthread native functions...
Sangho Park [Tue, 20 May 2014 09:06:32 +0000 (02:06 -0700)]
Merge "threading: use qemu_thread_XXX abstraction instead of pthread native functions" into tizen

10 years agopackage: version up 02/21402/1
GiWoong Kim [Tue, 20 May 2014 02:01:31 +0000 (11:01 +0900)]
package: version up

1.7.40

Change-Id: I42aa78b6b1e8d9d16e4f0c710e4571098a6fc506
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoscreenshot: fix screen shot feature 01/21401/1
GiWoong Kim [Mon, 19 May 2014 09:21:50 +0000 (18:21 +0900)]
screenshot: fix screen shot feature

update display during screenshot generating
modified some variable/function names

Change-Id: I4d57d281b337984d04577724ad1b844f94b4b90e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agovitrio-9p: enable the virtio-9p on windows. 58/21358/1
Sooyoung Ha [Mon, 19 May 2014 08:49:32 +0000 (17:49 +0900)]
vitrio-9p: enable the virtio-9p on windows.

Fix the virtfs-9p build failure on some windows environment and enable it.
The old-version MinGW's 'struct dirent' doesn't support 'd_type' member. This d_type has the information of the file type, but it's not mandatory. The other api can get the file type information. So d_type is to be always zero on windows.(zero means unknown type)

Change-Id: I1c657134bbc6188a7d6a9cfc2534664efe3ceea4
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agobacktrace: avoid possible memory corruption have to resolve this asap; 79/21179/2
Geunhae LEE [Mon, 12 May 2014 10:54:19 +0000 (19:54 +0900)]
backtrace: avoid possible memory corruption have to resolve this asap;

Change-Id: Icc56eea02acfdf09017cc4bec550a9a1a6181e76
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
10 years agotethering: modify protobuf messages 04/21304/1
Kitae Kim [Thu, 8 May 2014 06:33:33 +0000 (15:33 +0900)]
tethering: modify protobuf messages

Change-Id: I7daab3c3d867894bf7fecb6a976529d8d07cf7dc
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH... 36/21136/2
Geunhae LEE [Mon, 12 May 2014 12:12:24 +0000 (21:12 +0900)]
ecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH not to call ecs_close in stop_ecs (FIXME)

Change-Id: I76dfbd3c4e97fd925f0d1108c034f9eecf05f5c7
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
10 years agoguest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FO... 22/21122/2
Geunhae LEE [Mon, 12 May 2014 12:11:23 +0000 (21:11 +0900)]
guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH

Change-Id: I05193e013dcb4f87b84bc2e4747e81af2fdc7fb4
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
10 years agoskin: modify zoom in/out method in ScreenshotDialog 88/21088/1
hyunjin816.lee [Thu, 15 May 2014 04:59:46 +0000 (13:59 +0900)]
skin: modify zoom in/out method in ScreenshotDialog

implement zoom in/out using scale bar and ctrl+wheel instead of buttons
modify screenshot file name, yyyy-MM-dd-hhmmss to yyyy-MM-dd-HHmmss

Change-Id: I7507c999482e0710fd7836281887ae3100afd6c1
Signed-off-by: hyunjin816.lee <hyunjin816.lee@samsung.com>
10 years agoMerge "maru_board: set X error handler" into tizen
SeokYeon Hwang [Wed, 14 May 2014 04:56:54 +0000 (21:56 -0700)]
Merge "maru_board: set X error handler" into tizen

10 years agoMerge "check_gl: cleanup allocated resources" into tizen
SeokYeon Hwang [Wed, 14 May 2014 04:56:39 +0000 (21:56 -0700)]
Merge "check_gl: cleanup allocated resources" into tizen

10 years agothreading: use qemu_thread_XXX abstraction instead of pthread native functions 25/20925/1
Geunhae LEE [Wed, 14 May 2014 04:45:14 +0000 (13:45 +0900)]
threading: use qemu_thread_XXX abstraction instead of pthread native functions

Change-Id: Id8853d22d29eab4b7c91555e9465455282df93a1
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
10 years agoMerge "nfc: Support old protocol" into tizen
SeokYeon Hwang [Wed, 14 May 2014 04:33:30 +0000 (21:33 -0700)]
Merge "nfc: Support old protocol" into tizen

10 years agoMerge "vitrio-9p: disable the virtio-9p on windows." into tizen
SeokYeon Hwang [Tue, 13 May 2014 08:27:26 +0000 (01:27 -0700)]
Merge "vitrio-9p: disable the virtio-9p on windows." into tizen

10 years agovitrio-9p: disable the virtio-9p on windows. 59/20859/1
Sooyoung Ha [Tue, 13 May 2014 08:26:56 +0000 (17:26 +0900)]
vitrio-9p: disable the virtio-9p on windows.

Change-Id: I324f8a6a356ab6789be59195cb19a41762e411aa
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agovirtio-9p: fix compilation error on Mac OS X. 56/20856/1
Kitae Kim [Tue, 13 May 2014 08:10:02 +0000 (17:10 +0900)]
virtio-9p: fix compilation error on Mac OS X.

Change-Id: Iab0dc5472a993dcf392bcdd084154cab6baab238
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agonfc: Support old protocol 55/20855/1
Munkyu Im [Tue, 13 May 2014 08:00:47 +0000 (17:00 +0900)]
nfc: Support old protocol

Currently nfc packet supports new protocol.
But It's not in use.
So back to old protocol.

Change-Id: Ic38facdecd91e817dfda5d3e010329200ebf78f2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agopackage: version up 52/20852/1
Sooyoung Ha [Tue, 13 May 2014 07:44:43 +0000 (16:44 +0900)]
package: version up

1.7.39

Change-Id: I957200f8260f82036d8a035c8855e79a0502c43b
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agovirtio-9p: fix windows build error that is due to qemu 2.0 merge. 50/20850/1
Sooyoung Ha [Tue, 13 May 2014 07:34:07 +0000 (16:34 +0900)]
virtio-9p: fix windows build error that is due to qemu 2.0 merge.

Change-Id: I63dfd087c6935c5c5d33990964035fb0a3cdd706
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agomaru_board: set X error handler 48/20848/1
Stanislav Vorobiov [Tue, 13 May 2014 06:57:10 +0000 (10:57 +0400)]
maru_board: set X error handler

with VirtGL code out X error handler is
not being set, so set it in board init code

Change-Id: I0531e2307ae1d60bf2c0285e82eca160c95b68ee
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agocheck_gl: cleanup allocated resources 47/20847/1
Stanislav Vorobiov [Tue, 13 May 2014 06:44:38 +0000 (10:44 +0400)]
check_gl: cleanup allocated resources

since check_gl is now being used inside qemu
process we need to cleanup resources allocated by it

Change-Id: Icb5ccf8e7ccc67e57c1ec856a1348c767599a95a
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoMerge "check_gl: GLESv3 workaround for Mac OS X 10.7" into tizen
SeokYeon Hwang [Tue, 13 May 2014 06:21:35 +0000 (23:21 -0700)]
Merge "check_gl: GLESv3 workaround for Mac OS X 10.7" into tizen

10 years agoMerge "YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7" into tizen
SeokYeon Hwang [Tue, 13 May 2014 06:21:21 +0000 (23:21 -0700)]
Merge "YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7" into tizen

10 years agocheck_gl: GLESv3 workaround for Mac OS X 10.7 35/20835/1
Stanislav Vorobiov [Mon, 12 May 2014 13:34:20 +0000 (17:34 +0400)]
check_gl: GLESv3 workaround for Mac OS X 10.7

Mac OS X 10.7 supports OpenGL 3.2, however, it doesn't have
all the necessary functions implemented in order to implement
GLESv3 on target. This workaround checks for some mandatory
functions and if at least one of them is not present - we conclude
that GLESv3 is not supported

Change-Id: I855c5cfbb724b8f43ba00dbfa6f5c30431a91d4b
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoYaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7 34/20834/1
Stanislav Vorobiov [Mon, 12 May 2014 12:56:54 +0000 (16:56 +0400)]
YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7

Mac OS X 10.7 supports OpenGL 3.2, however, it doesn't have
all the necessary functions implemented in order to implement
GLESv3 on target. This workaround checks for some mandatory
functions and if at least one of them is not present - we revert
back to OpenGL 2.1. A nicer fix would be checking for OpenGL
functions globally, not in CGL backend, this is a TODO

Change-Id: I9c0acce3220af9ed7276a8586fa18b97d8223079
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoMerge "tethering: support wifi connection" into tizen
Sangho Park [Tue, 13 May 2014 06:11:32 +0000 (23:11 -0700)]
Merge "tethering: support wifi connection" into tizen

10 years agoMerge "skin: prevent disposed widget accessing" into tizen
Sangho Park [Tue, 13 May 2014 06:11:25 +0000 (23:11 -0700)]
Merge "skin: prevent disposed widget accessing" into tizen

10 years agopackage: version up 10/20810/1
Kitae Kim [Tue, 13 May 2014 05:11:54 +0000 (14:11 +0900)]
package: version up

1.7.38

Change-Id: I214d10bc4b03b68c76697dcc8958064af3070bf5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoMerge branch 'tizen_qemu_2.0' into tizen
SeokYeon Hwang [Mon, 12 May 2014 06:11:35 +0000 (15:11 +0900)]
Merge branch 'tizen_qemu_2.0' into tizen

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-posix-acl.c
hw/9pfs/virtio-9p-xattr-user.c
hw/9pfs/virtio-9p-xattr.c
hw/9pfs/virtio-9p-xattr.h
hw/9pfs/virtio-9p.h
hw/virtio/virtio-pci.c
tizen/src/emulator.c
tizen/src/hw/maru_brill_codec.c
tizen/src/hw/maru_virtio_touchscreen.h
tizen/src/maru_sdl.c

10 years agoskin: prevent disposed widget accessing 88/20688/1
GiWoong Kim [Mon, 12 May 2014 05:41:10 +0000 (14:41 +0900)]
skin: prevent disposed widget accessing

Change-Id: I7676fe2e85226e59e757e3bf35ab8c9082e9584e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "virtio-9p: enable the virtfs on Windows." into tizen
SeokYeon Hwang [Mon, 12 May 2014 02:30:27 +0000 (19:30 -0700)]
Merge "virtio-9p: enable the virtfs on Windows." into tizen

10 years agovirtio-9p: enable the virtfs on Windows. 47/20547/2
Sooyoung Ha [Fri, 9 May 2014 05:56:15 +0000 (14:56 +0900)]
virtio-9p: enable the virtfs on Windows.

support the virtio-9p local operations on Windows to provide host directory sharing.

Change-Id: Ib8869cba7bd1cb248d23feb19c73235b19192d86
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agodisplay: source clean-up 68/20668/1 tizen_qemu_2.0
GiWoong Kim [Thu, 8 May 2014 02:49:12 +0000 (11:49 +0900)]
display: source clean-up

convert pthread to qemu_thread
modified function name & etc

Change-Id: I022a36e51186367b87283fc07754847a98413f4e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agotethering: support wifi connection 77/20477/2
Kitae Kim [Wed, 23 Apr 2014 04:22:14 +0000 (13:22 +0900)]
tethering: support wifi connection

Make a connection no matter which type of connection is used.

Change-Id: Iaf29392531ee5b0ca21d606cf3d2e927fef35a84
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoecs: modified command name 13/20513/1
GiWoong Kim [Thu, 8 May 2014 10:57:57 +0000 (19:57 +0900)]
ecs: modified command name

gesture -> TGesture

Change-Id: I77edc21d497898d02b50f070d175e0b1f938c4c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: add wearable skins 91/20491/1
GiWoong Kim [Fri, 25 Apr 2014 10:47:25 +0000 (19:47 +0900)]
skin: add wearable skins

Change-Id: I236ecd160056355a1f3491c5eb564ebde8a4afd5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodisplay: source clean-up 69/20469/2
GiWoong Kim [Thu, 8 May 2014 02:49:12 +0000 (11:49 +0900)]
display: source clean-up

convert pthread to qemu_thread
modified function name & etc

Change-Id: I022a36e51186367b87283fc07754847a98413f4e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodisplay: added maru_sdl_processing file 36/20236/1
GiWoong Kim [Mon, 28 Apr 2014 05:40:14 +0000 (14:40 +0900)]
display: added maru_sdl_processing file

Image processing related codes move out of display codes.

Change-Id: I99105069ca41bd3a1fa3ef365234d10da5b1f186
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit e5a2c7be202ce5c303b4e207a472de137fa155ad)

10 years agoskin: using binary path for external file access 92/20192/2
GiWoong Kim [Tue, 29 Apr 2014 05:09:19 +0000 (14:09 +0900)]
skin: using binary path for external file access

Change-Id: Idfdb1f0454bd17e341d721fec019eefd7f6dcef6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge changes Ied37ca61,I99105069 into tizen
SeokYeon Hwang [Tue, 29 Apr 2014 11:18:27 +0000 (04:18 -0700)]
Merge changes Ied37ca61,I99105069 into tizen

* changes:
  package: version up
  display: added maru_sdl_processing file

10 years agoMerge "maru_vga: remove device" into tizen_qemu_2.0
SeokYeon Hwang [Tue, 29 Apr 2014 10:59:59 +0000 (03:59 -0700)]
Merge "maru_vga: remove device" into tizen_qemu_2.0

10 years agoMerge "Revert "ecs: added null handling"" into tizen
SeokYeon Hwang [Tue, 29 Apr 2014 10:58:36 +0000 (03:58 -0700)]
Merge "Revert "ecs: added null handling"" into tizen

10 years agoMerge "VirtGL: remove device" into tizen_qemu_2.0
SeokYeon Hwang [Tue, 29 Apr 2014 10:58:21 +0000 (03:58 -0700)]
Merge "VirtGL: remove device" into tizen_qemu_2.0