sdk/emulator/qemu.git
10 years agobrillcodec: fix audio encoder
Kitae Kim [Fri, 11 Jul 2014 13:47:39 +0000 (22:47 +0900)]
brillcodec: fix audio encoder

The audio encoder has not tested completely since upgrading libav 9.8.
AAC encoder on libav 9.8 supports only float planar format,
but tizen audio sink can handle only int format.
That is why audio resampling is necessary before encoding audio.

Change-Id: Ie57e1677a8528681f560416e786919a9dac2e05b
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoemulator: fix bad usage of "strerror()"
SeokYeon Hwang [Tue, 8 Jul 2014 09:05:32 +0000 (18:05 +0900)]
emulator: fix bad usage of "strerror()"

Change-Id: Ic9cd037a0f39f98a0102394cb30731ea11a199da
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoemulator: trivial changes
SeokYeon Hwang [Tue, 8 Jul 2014 08:37:44 +0000 (17:37 +0900)]
emulator: trivial changes

Fix "Out-of-bounds read" at pcihp.c
Fix error handling at shpc.c

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agochangelog: bug fixed change log version
Jinhyung Choi [Fri, 4 Jul 2014 08:01:02 +0000 (17:01 +0900)]
changelog: bug fixed change log version

Change-Id: I8051dcdb46f84a080dbc1f83acc72d79375f61cd
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.0.17)
Jinhyung Choi [Fri, 4 Jul 2014 07:55:19 +0000 (16:55 +0900)]
build: package version up (2.0.17)

Change-Id: Iacf7b5afc9801a7105d4f7a9ffcae5880724cb47
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoaccelerometer: changed default and rotation value
Jinhyung Choi [Fri, 4 Jul 2014 07:52:04 +0000 (16:52 +0900)]
accelerometer: changed default and rotation value

originally it was 0, 980665, 0.
The problem occurs from 0.
orientation sensor calculated wrong degree.
So, it is changed 100, 980665, 100.

Change-Id: If633925a03ad7773bfc5384f157e3e3f3739dcda
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: version up
GiWoong Kim [Fri, 4 Jul 2014 04:50:54 +0000 (13:50 +0900)]
package: version up

2.0.16

Change-Id: Ib4d63fc3d4cfe331a732722c03f1d70cf03ef6c7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agomenu: modified Shell menu command
GiWoong Kim [Fri, 4 Jul 2014 04:47:53 +0000 (13:47 +0900)]
menu: modified Shell menu command

modified Shell menu command
added some disposing check

Change-Id: I495de9bf5ee23e7e508bd562f0c439a1812fd9db
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: fixed launch ecp (removed processbuild redirection)
Jinhyung Choi [Wed, 2 Jul 2014 10:03:35 +0000 (19:03 +0900)]
skin: fixed launch ecp (removed processbuild redirection)

processbuilder redirection is not supported by java 1.6

Change-Id: Ibf5e88844f13dca62f21dfe4be1b00f171567822
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoskin: launch ecp (stdout redirection to null)
Jinhyung Choi [Wed, 2 Jul 2014 05:40:49 +0000 (14:40 +0900)]
skin: launch ecp (stdout redirection to null)

Change-Id: I99ef661efd40bcf1284f404306e3c36e0eef2d68
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.0.15)
Jinhyung Choi [Wed, 2 Jul 2014 01:13:40 +0000 (10:13 +0900)]
build: package version up (2.0.15)

Change-Id: I20610bbe898053afbff4fb95f86e5a1fa9d2f7b5
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agosdb noti server: added initialized variable
Jinhyung Choi [Wed, 2 Jul 2014 01:11:44 +0000 (10:11 +0900)]
sdb noti server: added initialized variable

Change-Id: I4df80d9fe068f77d458ebac28664770806b74f9d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agodebug: changed ERR with INFO
Jinhyung Choi [Tue, 1 Jul 2014 07:49:08 +0000 (16:49 +0900)]
debug: changed ERR with INFO

Change-Id: I08a963365d1e51828f50b41874526bf7fec62564
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.0.14)
Jinhyung Choi [Tue, 1 Jul 2014 07:43:00 +0000 (16:43 +0900)]
build: package version up (2.0.14)

Change-Id: I100fa0c4bb3815895856e140cc88fb9e25ce5ad1
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agogyro: default value set as (0, 0, 1) degree/s for input_event
Jinhyung Choi [Tue, 1 Jul 2014 07:36:37 +0000 (16:36 +0900)]
gyro: default value set as (0, 0, 1) degree/s for input_event

Change-Id: Ieae4bd4dc5d9d6394707fd09c4e3a30a1a642eef
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoguest server: changed as sdb notification server
Jinhyung Choi [Tue, 1 Jul 2014 05:50:42 +0000 (14:50 +0900)]
guest server: changed as sdb notification server

Current guest server supports 3 operations.
1. enabling sdb shell from emulator
2. registering sdb server w/ address, port, and serial
3. sending notification to registered sdb server suspend/resume message

Because guest server's functionalities are changed,
its name is also changed to "SDB Notification Server"
It moved into sdb.c & sdb.h

It does not require to create a new thread and blocking socket.
Now, it is using g_io_add_watch to receive and handle messages from
others.

Change-Id: I32197a9964b59b05bdb7591d2dc50219131c8903
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.0.13)
Jinhyung Choi [Tue, 1 Jul 2014 01:53:58 +0000 (10:53 +0900)]
build: package version up (2.0.13)

Change-Id: I15780b37e79803b5b86617f70a5d0822889ee6fb
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoguest_server: fixed windows error checking
Jinhyung Choi [Tue, 1 Jul 2014 01:52:19 +0000 (10:52 +0900)]
guest_server: fixed windows error checking

Change-Id: I034122842e6cc59e753b859eb057b012f43213aa
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "brillcodec: remove unused mutex_unlock." into tizen_2.3
Sangho Park [Mon, 30 Jun 2014 08:12:11 +0000 (17:12 +0900)]
Merge "brillcodec: remove unused mutex_unlock." into tizen_2.3

10 years agoskin: removed unused rotation code & fixed error case
Jinhyung Choi [Mon, 30 Jun 2014 06:25:14 +0000 (15:25 +0900)]
skin: removed unused rotation code & fixed error case

Change-Id: I9a7917d6b10512edbd66550895a0dbfff15e18f4
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobrillcodec: remove unused mutex_unlock.
Kitae Kim [Mon, 30 Jun 2014 06:12:46 +0000 (15:12 +0900)]
brillcodec: remove unused mutex_unlock.

qemu_mutex_unlock was used at wrong place.
It might cause SEGV problem because this device tries to unlock invalid mutex.

Change-Id: I2b8b23c2ef3d0436d9ba6ffc8ba97585340c65b7
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agobuild: package version up (2.0.12)
Jinhyung Choi [Fri, 27 Jun 2014 14:02:17 +0000 (23:02 +0900)]
build: package version up (2.0.12)

Change-Id: I156dd3b25286b34c50ed5a22f4dcbfeff0982fa1
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agosensor: added rotation vector device
Jinhyung Choi [Fri, 27 Jun 2014 14:00:31 +0000 (23:00 +0900)]
sensor: added rotation vector device

Change-Id: If2beb2e08eeaf7acb3835ac626669f3f596ef4eb
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: version up
GiWoong Kim [Fri, 27 Jun 2014 05:26:58 +0000 (14:26 +0900)]
package: version up

2.0.11

Change-Id: Ie7090ea18c85dfa44d25d74f1bc9e8cacabceb1d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: modified general key window for wearable
GiWoong Kim [Fri, 27 Jun 2014 05:24:46 +0000 (14:24 +0900)]
skin: modified general key window for wearable

Change-Id: Ica1d4145b2a92a595b300b323b8968c49cca333c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agobuild: package version up (2.0.10)
Jinhyung Choi [Thu, 26 Jun 2014 10:10:32 +0000 (19:10 +0900)]
build: package version up (2.0.10)

Change-Id: I230f0612faf7850379beca60f3e890312f8e6136
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoecs: added ecs debugch for easy debugging
Jinhyung Choi [Thu, 26 Jun 2014 10:06:42 +0000 (19:06 +0900)]
ecs: added ecs debugch for easy debugging

Change-Id: Ie6bfa3d30d9119776c34500508a94ebef2e5fdea
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agosensor: fixed light status (It was missing)
Jinhyung Choi [Thu, 26 Jun 2014 10:05:57 +0000 (19:05 +0900)]
sensor: fixed light status (It was missing)

Change-Id: Id139ab1f8152432481c6d59bc28a90d6df997a8a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoskin: modify coordinate information in ScreenShotDialog
hyunjin816.lee [Wed, 25 Jun 2014 05:48:36 +0000 (14:48 +0900)]
skin: modify coordinate information in ScreenShotDialog

Change-Id: Ib6f752c909eae89a37eb7240568d43678024e9ce
Signed-off-by: hyunjin816.lee <hyunjin816.lee@samsung.com>
10 years agopackage: version up
GiWoong Kim [Thu, 26 Jun 2014 04:10:59 +0000 (13:10 +0900)]
package: version up

2.0.9

Change-Id: Iafbee9b1456c1a410bc3989305f779a66b178944
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: modified wearable-general skin info
GiWoong Kim [Thu, 26 Jun 2014 04:09:59 +0000 (13:09 +0900)]
skin: modified wearable-general skin info

Change-Id: I3ddcaeb0b51f2df60e086241e1b6d1b73b751b8d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodebug: missing operand
Jinhyung Choi [Wed, 25 Jun 2014 10:04:18 +0000 (19:04 +0900)]
debug: missing operand

Change-Id: I0d50ae341bec7be5b2f43a4fcc6647dc29d913c0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.0.8)
Jinhyung Choi [Wed, 25 Jun 2014 09:55:01 +0000 (18:55 +0900)]
build: package version up (2.0.8)

Change-Id: I64e82a967f0211e7ea67cb54f74e9f03976372d4
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "debug: guest_server sleep" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 09:54:18 +0000 (18:54 +0900)]
Merge "debug: guest_server sleep" into tizen_2.3

10 years agodebug: guest_server sleep
Jinhyung Choi [Wed, 25 Jun 2014 09:53:46 +0000 (18:53 +0900)]
debug: guest_server sleep

Change-Id: I5587542fbaa131cbf75761b325bccf3baea2a790
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "guest_server: work-around code for non-blocking code" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 09:29:29 +0000 (18:29 +0900)]
Merge "guest_server: work-around code for non-blocking code" into tizen_2.3

10 years agoguest_server: work-around code for non-blocking code
Jinhyung Choi [Wed, 25 Jun 2014 09:27:55 +0000 (18:27 +0900)]
guest_server: work-around code for non-blocking code

guest server will be rebuilt.

Change-Id: Ieebf07e202163ec28bed09aa9d1e8e1d08ea9f94
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: version up (2.0.7)
SeokYeon Hwang [Wed, 25 Jun 2014 09:08:47 +0000 (18:08 +0900)]
package: version up (2.0.7)

Change-Id: I8e6b5dd9b454c64615004190d7ccc9cfc88ebaad
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agopci: add checking whether the device is realized before unlinking the capability
SeokYeon Hwang [Wed, 25 Jun 2014 06:14:36 +0000 (15:14 +0900)]
pci: add checking whether the device is realized before unlinking the capability

In case of the unrealized "pdev", memory can be illegally accessed and corrupted.
Refer to device_unparent() in the commit 5c21ce77d7e5643089ceec556c0408445d017f32.

Change-Id: Iacb195a092c86d4c677ad0404582af104b2251ae
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agodebug: remove white space
Jinhyung Choi [Wed, 25 Jun 2014 04:04:09 +0000 (13:04 +0900)]
debug: remove white space

Change-Id: I9996f0a80a69f03ca34e66a06d70a81fe7c89c7c
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "build: package version up" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 03:30:41 +0000 (12:30 +0900)]
Merge "build: package version up" into tizen_2.3

10 years agobuild: package version up
Jinhyung Choi [Wed, 25 Jun 2014 03:30:08 +0000 (12:30 +0900)]
build: package version up

Change-Id: I4e4e37443d376d3db14c235384291f525c42bc59
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agodebug: modified for non-blocking socket
Jinhyung Choi [Wed, 25 Jun 2014 03:18:41 +0000 (12:18 +0900)]
debug: modified for non-blocking socket

Change-Id: I7a85435c2a6990545688505132c49e9f5c77809e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agosensors: changed from pthread_mutex_t to QemuMutex
Jinhyung Choi [Mon, 23 Jun 2014 08:21:50 +0000 (17:21 +0900)]
sensors: changed from pthread_mutex_t to QemuMutex

Change-Id: Icaed4d13618fbe025c67591963890550a6cf4d3d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agodebug: added mutex_unlock when returns and checked return value
Jinhyung Choi [Mon, 23 Jun 2014 01:13:10 +0000 (10:13 +0900)]
debug: added mutex_unlock when returns and checked return value

Change-Id: I4f1ea90ac9b1745d344c525c42da7547251813cd
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agopackage: make a wearable skin package
GiWoong Kim [Fri, 20 Jun 2014 07:00:09 +0000 (16:00 +0900)]
package: make a wearable skin package

wearable-2.3-emulator-qemu-skins

Change-Id: I227695e4467825860f52134bccc943c50fb10fe1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agosync: version changed from mobile-3.0 to mobile-2.3
Jinhyung Choi [Fri, 25 Apr 2014 11:44:02 +0000 (20:44 +0900)]
sync: version changed from mobile-3.0 to mobile-2.3

Change-Id: If8ade4236f82028efbb8010bab4208ea2dd6b5dc
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agoskin: modified skin package path
GiWoong Kim [Fri, 20 Jun 2014 06:37:37 +0000 (15:37 +0900)]
skin: modified skin package path

Change-Id: Id3832b5cd0a46658d895889c04721a2b0b8411ec
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
GiWoong Kim [Fri, 20 Jun 2014 05:52:45 +0000 (14:52 +0900)]
package: version up

2.0.3

Change-Id: Ib309999e2b7ab1217c3c10054fbebd6878082bd0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: HVGA skin packaging
GiWoong Kim [Fri, 20 Jun 2014 05:51:16 +0000 (14:51 +0900)]
skin: HVGA skin packaging

Change-Id: Ie9885b1fefcddd667ca9272840d7e98746c45a86
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: delete mobile-320x480-1btn skin
GiWoong Kim [Fri, 20 Jun 2014 05:46:41 +0000 (14:46 +0900)]
skin: delete mobile-320x480-1btn skin

Change-Id: I392895f15a874f48590f99d89b411ebcd0168b13
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: disable ramdump menu
GiWoong Kim [Fri, 20 Jun 2014 05:27:25 +0000 (14:27 +0900)]
menu: disable ramdump menu

Change-Id: Ie9f453539adee1d2d76d11add3ee34d0ae377573
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: disable host keyboard menu
GiWoong Kim [Fri, 20 Jun 2014 05:25:28 +0000 (14:25 +0900)]
menu: disable host keyboard menu

Change-Id: I679a702d59c0c5a921e85a5d88576a4d94627eb8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: modified profile path
GiWoong Kim [Fri, 20 Jun 2014 05:23:14 +0000 (14:23 +0900)]
skin: modified profile path

Change-Id: I8de4224e74160f14ac9c779c35eb24db028869ef
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoguest server: changed the way to set non-blocking socket
Jinhyung Choi [Wed, 18 Jun 2014 09:58:33 +0000 (18:58 +0900)]
guest server: changed the way to set non-blocking socket

Change-Id: I3fc3ad5b1309a6edad316e414c534abdd06f835a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agoguest_server: bug fixed - "ERR" debug
Jinhyung Choi [Wed, 18 Jun 2014 09:35:09 +0000 (18:35 +0900)]
guest_server: bug fixed - "ERR" debug

Change-Id: Id7db782f0068ee487dbde8a44cbf34958d2b9daa
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agobuild: package version up
Jinhyung Choi [Wed, 18 Jun 2014 09:11:33 +0000 (18:11 +0900)]
build: package version up

Change-Id: I70a0859eb3f0821f2425ade6500bd4cbe023c28b
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agosensor: haptic device is added.
Jinhyung Choi [Wed, 18 Jun 2014 08:52:53 +0000 (17:52 +0900)]
sensor: haptic device is added.

Change-Id: If6536180fca5488e95d5bf4c6f987f1b8514a995
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agothread: changed from pthread_mutex_t to QemuMutex
Jinhyung Choi [Mon, 16 Jun 2014 08:43:19 +0000 (17:43 +0900)]
thread: changed from pthread_mutex_t to QemuMutex

Also, changed pthread_create to qemu_thread_create for ecs

Change-Id: I30ea53f2dec168528937ec3361e5a848038d96a9
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agosensors: added device data to provide driver & minor bug fixed.
Jinhyung Choi [Mon, 16 Jun 2014 01:44:16 +0000 (10:44 +0900)]
sensors: added device data to provide driver & minor bug fixed.

- added null terminated string at the end of message parsing
- light message type is fixed

Change-Id: Ieec61e42272024b12b2453052c6757b9748062c3
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agoecs: added guest emuld connection message handling
Jinhyung Choi [Mon, 16 Jun 2014 01:42:43 +0000 (10:42 +0900)]
ecs: added guest emuld connection message handling

Change-Id: I48d6ae2aa7c033a52cf45dfd7ce11d0e082aef6d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agoMerge "ecs: Broadcast ecs message" into tizen_2.3
Sangho Park [Fri, 13 Jun 2014 05:49:39 +0000 (14:49 +0900)]
Merge "ecs: Broadcast ecs message" into tizen_2.3

11 years agoecs: Broadcast ecs message
Munkyu Im [Thu, 12 Jun 2014 13:24:50 +0000 (22:24 +0900)]
ecs: Broadcast ecs message

when ecs get answer message from emulator,
broadcast it to all client.
Then each client can maintain latest status.

Change-Id: I2c48438a2ab2123fa4f4c4fd010d792137cfe43d
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agopackage: version up
jinhyung.jo [Thu, 12 Jun 2014 08:10:14 +0000 (17:10 +0900)]
package: version up

to 2.0.1

Change-Id: Ib445731bcc1ec366c23c9ccca6c01434f0af8dc8
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_overlay: remove device
jinhyung.jo [Thu, 12 Jun 2014 08:00:40 +0000 (17:00 +0900)]
maru_overlay: remove device

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

Change-Id: I0f1c18f2ee3030835fe0876e185b0152f47fddce
Sigued-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agocommunication: convert pthread_mutex to qemu_mutex
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>
11 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>
11 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

11 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>
11 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

11 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

11 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>
11 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>
11 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>
11 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>
11 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>
11 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

11 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>
11 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>
11 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

11 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.

11 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

11 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>
11 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>
11 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>
11 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>
11 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>
11 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>
11 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>
11 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

11 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>
11 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>
11 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

11 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

11 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

11 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

11 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)

11 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

11 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

11 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>