sdk/emulator/qemu.git
9 years agomenu: modified About Dialog message
GiWoong Kim [Fri, 26 Jun 2015 08:02:16 +0000 (17:02 +0900)]
menu: modified About Dialog message

consider multi-SDK path
disable snapshot information

Change-Id: I401e51981417292be465a0fc5122e04ca9046afe
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agocheck-net: modify message printed
Munkyu Im [Fri, 26 Jun 2015 06:41:12 +0000 (15:41 +0900)]
check-net: modify message printed

Change-Id: I281d558b5921b69d87e524d8fe3f6d6e93d80674
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agosdcard: prepare for multiple image
Munkyu Im [Mon, 22 Jun 2015 06:39:30 +0000 (15:39 +0900)]
sdcard: prepare for multiple image

sdcard list gets from qmp_query_block()
So, emuld dependency has been removed.

Change-Id: Ibaad255b506e10daa3a0364ae558e781cf9c33ad
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoMakefile: rename the supplements rule
Jihye Won [Wed, 24 Jun 2015 01:53:10 +0000 (10:53 +0900)]
Makefile: rename the supplements rule

The rule, make supplements, created the conflict with the supplements
directory when emulator-supplements was build on macos. So, I change
supplements rule into build_supplements rule.

Change-Id: I6e255977c8bcf3d15a3984d7b8f0c155cb329e14
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agocheck-net: remove redundant exit()
Munkyu Im [Wed, 24 Jun 2015 02:00:33 +0000 (11:00 +0900)]
check-net: remove redundant exit()

replace these with return.

Change-Id: I75edda56bdc3f715a6fa3bb786788e84075b671f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agocheck-net: modified proxy result message
Munkyu Im [Tue, 23 Jun 2015 07:41:18 +0000 (16:41 +0900)]
check-net: modified proxy result message

If host OS uses direct proxy,
information message is printed.

Change-Id: I12db8e522c38155d4207fe3d44336dd5ed455c19
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoqemu-timer.c: Trim list of included headers
Peter Maydell [Tue, 20 Jan 2015 16:16:40 +0000 (16:16 +0000)]
qemu-timer.c: Trim list of included headers

qemu-timer.c was including a lot more headers than it needed to,
presumably for historical reasons. In particular, it included
ui/console.h; this now tries to pull in <pixman.h>, which will
cause a compilation failure in --disable-tools --disable-system
configurations when running "make check" (which builds qemu-timer.c,
even though the linux-user binaries themselves don't need it).

Fix this build failure by trimming down the set of included
headers severely -- we only really need main-loop.h and timer.h.

Change-Id: I390551b9706ba80d06b9f63a5fdf0ebd9424c1db
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1421770600-17525-1-git-send-email-peter.maydell@linaro.org

9 years agodisplay: replace notify function for sensor
GiWoong Kim [Tue, 23 Jun 2015 10:32:27 +0000 (19:32 +0900)]
display: replace notify function for sensor

req_set_sensor_accel(x, y, z) ->
req_set_sensor_accel_angle(angle)

Change-Id: I78529995da5c744ec1c4117967ade106f89947cb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: added LIBPNG_CFLAGS
SeokYeon Hwang [Tue, 23 Jun 2015 02:32:02 +0000 (11:32 +0900)]
build: added LIBPNG_CFLAGS

Change-Id: Ib80d25ffc8ee6cd4d4e6ef7c6f645ed8f8266f15
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoYaGL: add prefered CGL pixel format attributes
Vasiliy Ulyanov [Mon, 22 Jun 2015 06:45:32 +0000 (09:45 +0300)]
YaGL: add prefered CGL pixel format attributes

Some apps may require a more strict EGL configuration (e.g. for
msaa). Hence we need to specify the corresponding attributes in
CGLChoosePixelFormat. The old attributes are now used as a
fallback in case no suitable prefered format is found.

Change-Id: Id8369978b88e0c35b218d1f73f5d3c8ad0741858
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agosensor: support angular rotation
Jinhyung Choi [Tue, 23 Jun 2015 05:42:36 +0000 (14:42 +0900)]
sensor: support angular rotation

Change-Id: I38730c2c82f0c9ab3eb95774a467828716851894
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoconfigure: modified emualtor_configure.sh to remove emulator-supplements setting.
Jihye Won [Mon, 22 Jun 2015 07:12:11 +0000 (16:12 +0900)]
configure: modified emualtor_configure.sh to remove emulator-supplements setting.

Change-Id: Iee7afa9a8a72481f452cad9a8e463df5f7d61bc1
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agodisplay: remove unnecessary lines
GiWoong Kim [Mon, 22 Jun 2015 11:04:29 +0000 (20:04 +0900)]
display: remove unnecessary lines

Change-Id: I6d5e760204fabe5b622958650033d58a7b046f7e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agodisplay: notify angle to sensor device on Qt GUI
GiWoong Kim [Mon, 22 Jun 2015 08:39:29 +0000 (17:39 +0900)]
display: notify angle to sensor device on Qt GUI

Change-Id: Ieeeb2f894937f8a25a7f6d37b4d5df98e55d595b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoconfigure: modified emulator_configure.sh
Jihye Won [Mon, 22 Jun 2015 05:36:01 +0000 (14:36 +0900)]
configure: modified emulator_configure.sh

removed "--enable-qt" when emulator-supplement is built.

Change-Id: I71681ea26630a3009eeb3257f28102e71c5d6989
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agobuild: introduced concurrent build on DIBS
SeokYeon Hwang [Sat, 20 Jun 2015 08:42:15 +0000 (17:42 +0900)]
build: introduced concurrent build on DIBS

Change-Id: I7960462d1c5f821f058177349289bdaf7c15ab61

9 years agoemulator_option: fixed variable overwritten problem
SeokYeon Hwang [Sat, 20 Jun 2015 08:24:12 +0000 (17:24 +0900)]
emulator_option: fixed variable overwritten problem

Change-Id: I1cd39df5745690d3c0b3ab54cd5eec8ecfcee0f8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoscript: fixed bug in emulator.sh
SeokYeon Hwang [Sat, 20 Jun 2015 08:18:46 +0000 (17:18 +0900)]
script: fixed bug in emulator.sh

Fixed bug when input argument has whitespaces.

Change-Id: I4eeb75662a5755d5c8249874fce2e86c4a06c971
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoqt: fix closing process
Munkyu Im [Thu, 11 Jun 2015 11:00:34 +0000 (20:00 +0900)]
qt: fix closing process

delete all instances.
fix closing swapper thread.
notice: But with Qt, no QObject can be instantiated before QApplication.
QApplication sets up the proper environment. (e.g. mainwindow, uiInfo)

Change-Id: I9a14de855da52298becc9fa54ed904f5e7fd971c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agotouch: draw touch points on the display widget
GiWoong Kim [Wed, 17 Jun 2015 04:43:02 +0000 (13:43 +0900)]
touch: draw touch points on the display widget

- draw multi-touch points on the display widget for Qt UI
(off-screen rendering).
- fill the screen with black surface when display initializing
- and some optimization

Change-Id: I193e23caf9baa4ec719553e7d07e113fb967b6b8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoconfigure: modified emulator_configure script to add the configure of emulator-supple...
Jihye Won [Thu, 18 Jun 2015 07:33:51 +0000 (16:33 +0900)]
configure: modified emulator_configure script to add the configure of emulator-supplements.

Change-Id: I273680ac1d004f8ff54e6903c25c07740dffe270
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agodisplay: set background color of blank-guide image
sungmin ha [Wed, 17 Jun 2015 04:38:51 +0000 (13:38 +0900)]
display: set background color of blank-guide image

The color is black.

Change-Id: Icc711d249a6b02e31a681270303c05f7b588c738
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoui: "cancel" button should be default button
SeokYeon Hwang [Wed, 17 Jun 2015 06:43:20 +0000 (15:43 +0900)]
ui: "cancel" button should be default button

Change-Id: I43ce35784b09a33f8fb28b2f3ffefb05805bc35b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator_options: introduced recursive variable substitution
SeokYeon Hwang [Wed, 17 Jun 2015 05:49:20 +0000 (14:49 +0900)]
emulator_options: introduced recursive variable substitution

Users can write variable position-independently.

Change-Id: I515843030f3d87bfea14a420133ffb1cdc4a1bac
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agomake: modified Makefiles to add rules for emulator-supplements.
Jihye Won [Tue, 16 Jun 2015 05:10:51 +0000 (14:10 +0900)]
make: modified Makefiles to add rules for emulator-supplements.

Change-Id: Ic2d12d02dfb3c46ffae87f9d9aa0310381f5cbcd
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoevdi: removed blocked condition by emuld connection
Jinhyung Choi [Mon, 15 Jun 2015 07:15:34 +0000 (16:15 +0900)]
evdi: removed blocked condition by emuld connection

Change-Id: I91a72914a35a075a064c11c1656af8b1d4e67bfc
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
(cherry picked from commit 80abb2040e5f14a3d382d532a5c78c48f613d3b9)

9 years agopackage: version up
GiWoong Kim [Wed, 17 Jun 2015 02:35:35 +0000 (11:35 +0900)]
package: version up

2.2.32

Change-Id: I95fd180c7cef2cf5397c6dc52e8b865780929740
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: add include path for jni_md.h
GiWoong Kim [Wed, 17 Jun 2015 02:31:42 +0000 (11:31 +0900)]
build: add include path for jni_md.h

Change-Id: I96bdb0da2a3561f95d8bf68d688b369c6300784d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoVIGS: make more strict GLX FBConfig choosing
Vasiliy Ulyanov [Tue, 16 Jun 2015 16:50:09 +0000 (19:50 +0300)]
VIGS: make more strict GLX FBConfig choosing

Certain GPUs (e.g. AMD) have several configs with identical IDs.
Hence additional attributes need to be specified.

Change-Id: Id60b9f44ed0e529dea9f07acca2ef5f5034d6528
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agovl.c: removed workaround codes when wake-up from suspend
SeokYeon Hwang [Mon, 15 Jun 2015 13:00:47 +0000 (22:00 +0900)]
vl.c: removed workaround codes when wake-up from suspend

Preparing virtio queues should be done by kernel driver.

Change-Id: I63a93bad14edbd5aa378b3cb26593b13bac4dcf4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agomake: modified Makefile to automatically change a loading path of libraries.
Jihye Won [Thu, 11 Jun 2015 07:26:33 +0000 (16:26 +0900)]
make: modified Makefile to automatically change a loading path of libraries.

Change-Id: Id2697c3a403144b44e004be92b2d2b4d3b552591
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoskin: mobile-720x1280-3btn image cropping
GiWoong Kim [Mon, 15 Jun 2015 07:20:01 +0000 (16:20 +0900)]
skin: mobile-720x1280-3btn image cropping

Change-Id: I6b6d3d9323819434929caa8aa2a9a2f55995cfb8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: mobile-540x960-3btn image cropping
GiWoong Kim [Mon, 15 Jun 2015 10:03:03 +0000 (19:03 +0900)]
skin: mobile-540x960-3btn image cropping

Change-Id: Ie9480ae013b951d67d365d5de338b80893283190
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: set initial window size manually
GiWoong Kim [Mon, 15 Jun 2015 06:27:10 +0000 (15:27 +0900)]
ui: set initial window size manually

Change-Id: I17dd6fb176fb0dc854d00888e9ca4d05a25f00c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: modified controller menu
GiWoong Kim [Fri, 12 Jun 2015 10:29:41 +0000 (19:29 +0900)]
menu: modified controller menu

change the menu depth
modified menu name on SWT UI
remove some separator menu items

Change-Id: I2847ba5d4de9cb47760d13aee304e043fcda4adb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: mobile-480x800-3btn image cropping
GiWoong Kim [Fri, 12 Jun 2015 08:24:12 +0000 (17:24 +0900)]
skin: mobile-480x800-3btn image cropping

Change-Id: Ibd81e8a550d5e3c4f7edf4e4b9f5158ec55dae64
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoYaGL: Fixed a bug with EGL_SAMPLES On Windows
jinhyung.jo [Mon, 15 Jun 2015 07:26:49 +0000 (16:26 +0900)]
YaGL: Fixed a bug with EGL_SAMPLES On Windows

Initializing the value to query instead of force setting to 0.

Change-Id: Ideca05ab0a4df2670246439c78c50c88e58daeb5
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoshortcut: added controllerKeyList search
sungmin ha [Fri, 12 Jun 2015 07:39:11 +0000 (16:39 +0900)]
shortcut: added controllerKeyList search

If skin is general-purpose, hwkey is searched at controllerKeyList additionaly.

Change-Id: I56847b917a64870399db65a37e851434bcf03ede
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoMerge changes I554f527c,I2aab1e7a,I4b9d70ae into tizen_2.4_develop
Sangho Park [Fri, 12 Jun 2015 02:19:52 +0000 (11:19 +0900)]
Merge changes I554f527c,I2aab1e7a,I4b9d70ae into tizen_2.4_develop

* changes:
  package: version up
  emul_state: set VM path information temporary on new argument parser
  skin: remove mobile-320x480-3btn from packaging

9 years agoMerge "VIGS: add multitouch points display overlay" into tizen_2.4_develop
Sangho Park [Fri, 12 Jun 2015 02:19:48 +0000 (11:19 +0900)]
Merge "VIGS: add multitouch points display overlay" into tizen_2.4_develop

9 years agoMerge "skin: modified tv-1920x1080 dbi file" into tizen_2.4_develop
Sangho Park [Fri, 12 Jun 2015 02:14:16 +0000 (11:14 +0900)]
Merge "skin: modified tv-1920x1080 dbi file" into tizen_2.4_develop

9 years agoskin: modified tv-1920x1080 dbi file
GiWoong Kim [Wed, 10 Jun 2015 10:40:20 +0000 (19:40 +0900)]
skin: modified tv-1920x1080 dbi file

Change-Id: I599491b5afb194d5f095673b17c4cb8de7689aa5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up
GiWoong Kim [Wed, 10 Jun 2015 06:41:03 +0000 (15:41 +0900)]
package: version up

2.2.31

Change-Id: I554f527c55e040dd7be7f905ec4bec16ddccb5b5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoemul_state: set VM path information temporary on new argument parser
GiWoong Kim [Wed, 10 Jun 2015 06:38:56 +0000 (15:38 +0900)]
emul_state: set VM path information temporary on new argument parser

Change-Id: I2aab1e7a50fa8c5da116357f235610c1260d60f5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoqt: modified Qt logging format
Jihye Won [Tue, 9 Jun 2015 11:01:58 +0000 (20:01 +0900)]
qt: modified Qt logging format

Change-Id: I5a5bf2193d35b9332075fde077c698cec2568988
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoskin: remove mobile-320x480-3btn from packaging
GiWoong Kim [Tue, 9 Jun 2015 11:38:22 +0000 (20:38 +0900)]
skin: remove mobile-320x480-3btn from packaging

Change-Id: I4b9d70ae1e8a0545ebe28f3066071d2cad6fc173
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoVIGS: add multitouch points display overlay
Vasiliy Ulyanov [Fri, 5 Jun 2015 11:05:30 +0000 (14:05 +0300)]
VIGS: add multitouch points display overlay

Currently it is a draft. There is a need to implement a generic
interface for rendering on top of the main emulator display.

Change-Id: Iaa06e9c8bc969d51be8d43180a86a2b50d5d19bc
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agoMerge "skin: added tv-1920x1080 layout XML file for Qt UI" into tizen_2.4_develop
Sangho Park [Tue, 9 Jun 2015 03:55:47 +0000 (12:55 +0900)]
Merge "skin: added tv-1920x1080 layout XML file for Qt UI" into tizen_2.4_develop

9 years agoMerge "controller: delete unnecessary remote controllers" into tizen_2.4_develop
Sangho Park [Tue, 9 Jun 2015 03:55:44 +0000 (12:55 +0900)]
Merge "controller: delete unnecessary remote controllers" into tizen_2.4_develop

9 years agoMerge "ecs: change tizen-sdk-data path" into tizen_2.4_develop
Sangho Park [Tue, 9 Jun 2015 03:29:32 +0000 (12:29 +0900)]
Merge "ecs: change tizen-sdk-data path" into tizen_2.4_develop

9 years agoskin: added tv-1920x1080 layout XML file for Qt UI
GiWoong Kim [Mon, 8 Jun 2015 07:10:48 +0000 (16:10 +0900)]
skin: added tv-1920x1080 layout XML file for Qt UI

Change-Id: I53c8358f369f4b5e195ef6ac7605d964bc7c2998
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agocontroller: delete unnecessary remote controllers
GiWoong Kim [Mon, 8 Jun 2015 05:29:43 +0000 (14:29 +0900)]
controller: delete unnecessary remote controllers

Change-Id: I2c07b688eed443333d6174446a4ac13be3d36239
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoecs: change tizen-sdk-data path
Munkyu Im [Mon, 8 Jun 2015 05:37:52 +0000 (14:37 +0900)]
ecs: change tizen-sdk-data path

It was changed by restructuring directories job.

Change-Id: Idc8281dfdea892de214acad034d3146d9f53031b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoecs: changed to new_debug_ch format
Jinhyung Choi [Mon, 8 Jun 2015 05:25:43 +0000 (14:25 +0900)]
ecs: changed to new_debug_ch format

Change-Id: Ib8d840854fe2e91c9913fd24da7cf8c64b537a10
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agotouch: detach dependency touchscreen device -> emul_state
SeokYeon Hwang [Thu, 4 Jun 2015 06:02:03 +0000 (15:02 +0900)]
touch: detach dependency touchscreen device -> emul_state

A devices should run standalone.
Cleaned some codes up.

Change-Id: Id7bb9fef96956c7daad377372f659fdec4103340
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoMerge "ecs: moved guest ip notification handling location" into tizen_2.4_develop
Sangho Park [Fri, 5 Jun 2015 08:10:33 +0000 (17:10 +0900)]
Merge "ecs: moved guest ip notification handling location" into tizen_2.4_develop

9 years agopackage: tv-2.4-emulator-qemu-skins packaging
GiWoong Kim [Thu, 4 Jun 2015 10:21:52 +0000 (19:21 +0900)]
package: tv-2.4-emulator-qemu-skins packaging

Change-Id: I6d5b492152aad7e23d651413336bbec8848e4da4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add tv 1920x1080 profile-specific skin
GiWoong Kim [Thu, 4 Jun 2015 10:14:56 +0000 (19:14 +0900)]
skin: add tv 1920x1080 profile-specific skin

Change-Id: I9bb646b99e79e142564882d3b7f624f3806e05a6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoecs: moved guest ip notification handling location
Jinhyung Choi [Fri, 5 Jun 2015 03:21:24 +0000 (12:21 +0900)]
ecs: moved guest ip notification handling location

- minor refactoring

Change-Id: I79e3933f582587361b4e69728efb480d9eef3f85
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoMerge "touch: set maximum count value of multitouch point at device" into tizen_2...
Sangho Park [Thu, 4 Jun 2015 03:34:35 +0000 (12:34 +0900)]
Merge "touch: set maximum count value of multitouch point at device" into tizen_2.4_develop

9 years agoMerge "package: version up (2.2.29)" into tizen_2.4_develop
Sangho Park [Thu, 4 Jun 2015 03:34:25 +0000 (12:34 +0900)]
Merge "package: version up (2.2.29)" into tizen_2.4_develop

9 years agoMerge "config: enable qt configuration for windows and mac" into tizen_2.4_develop
Sangho Park [Thu, 4 Jun 2015 03:33:10 +0000 (12:33 +0900)]
Merge "config: enable qt configuration for windows and mac" into tizen_2.4_develop

9 years agoMerge "display: added blank guide image for qt" into tizen_2.4_develop
Sangho Park [Thu, 4 Jun 2015 03:32:31 +0000 (12:32 +0900)]
Merge "display: added blank guide image for qt" into tizen_2.4_develop

9 years agopackage: version up (2.2.29)
sungmin ha [Wed, 3 Jun 2015 08:00:28 +0000 (17:00 +0900)]
package: version up (2.2.29)

Change-Id: I9523c2376bd2a136779e871c7c2360c14d368b4b
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agobuild: package version up (2.2.28)
Jinhyung Choi [Wed, 3 Jun 2015 10:09:38 +0000 (19:09 +0900)]
build: package version up (2.2.28)

Change-Id: I161f27e7fd0ceeab1acc38298e849f1500230a12
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoconfig: enable qt configuration for windows and mac
sungmin ha [Wed, 3 Jun 2015 07:58:02 +0000 (16:58 +0900)]
config: enable qt configuration for windows and mac

Change-Id: I182f6d545978498fdf3626eaa43c89892bc069cb
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agohds: enable the multi hds feature
Sooyoung Ha [Wed, 3 Jun 2015 07:44:22 +0000 (16:44 +0900)]
hds: enable the multi hds feature

Change-Id: If7a36f186918f09601d9f8b5264ec1972a44fe62
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agotouch: set maximum count value of multitouch point at device
GiWoong Kim [Wed, 3 Jun 2015 06:15:34 +0000 (15:15 +0900)]
touch: set maximum count value of multitouch point at device

Change-Id: I0070cde93cc88093ba191a9ffcca415a1965ab28
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agodisplay: added blank guide image for qt
sungmin ha [Tue, 2 Jun 2015 07:30:04 +0000 (16:30 +0900)]
display: added blank guide image for qt

Change-Id: I013e3c83bffaadfb27017bfdef4640a60ad3bfde
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agobuild: fix compilation warnings produced by recent clang
SeokYeon Hwang [Tue, 2 Jun 2015 03:06:38 +0000 (12:06 +0900)]
build: fix compilation warnings produced by recent clang

Change-Id: Iea550aa011f411a20490e9df2de14e24535c58c8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agotranslate-all: Mark map_exec() with the 'unused' attribute
SeokYeon Hwang [Tue, 23 Dec 2014 22:26:54 +0000 (22:26 +0000)]
translate-all: Mark map_exec() with the 'unused' attribute

Mark map_exec() with the 'unused' attribute to avoid '-Wunused-function'
warnings on clang 3.4 or later. This means we don't need to mark it
'inline', which is what we were previously using to suppress the warning
(a trick which only works with gcc, not clang).

Change-Id: Ic9faa221ff73082c6b15e68bdef31cc9bccd0ed1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
[PMM: tweaked comment message a little]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
9 years agoemulator: remove legacy function for detecting tap netclient
SeokYeon Hwang [Sat, 30 May 2015 15:07:47 +0000 (00:07 +0900)]
emulator: remove legacy function for detecting tap netclient

Change-Id: Ie8e53d07f5ed3acb14d0a42de38aee3fda7d9c1f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemul_state: added refined function for detecting tap netclient
SeokYeon Hwang [Sat, 30 May 2015 15:00:21 +0000 (00:00 +0900)]
emul_state: added refined function for detecting tap netclient

Change-Id: I39da8cc3c3ee1e351ca4d36a98561651f8e449d4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoMerge "emul_state: refined getter function of http proxy address" into tizen_2.4_develop
Sangho Park [Tue, 2 Jun 2015 00:43:50 +0000 (09:43 +0900)]
Merge "emul_state: refined getter function of http proxy address" into tizen_2.4_develop

9 years agoMerge "emulator: removed opengl check code" into tizen_2.4_develop
Sangho Park [Tue, 2 Jun 2015 00:43:14 +0000 (09:43 +0900)]
Merge "emulator: removed opengl check code" into tizen_2.4_develop

9 years agoemul_state: refined getter function of http proxy address
SeokYeon Hwang [Fri, 29 May 2015 10:47:39 +0000 (19:47 +0900)]
emul_state: refined getter function of http proxy address

Change-Id: I1e8a161b7751c7960623d34a9489bc41cdef22e9
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agopackage: apply tuntaposx
Munkyu Im [Mon, 1 Jun 2015 02:05:43 +0000 (11:05 +0900)]
package: apply tuntaposx

tuntaposx has tap.kext file which makes tap device driver.
It was included in 2.4-emulator-lib.
But it does not have platform dependency.
So, make new binary package to separate from 2.4-emulator-lib

Change-Id: I2982f9e2e1273260a4501fbea9cd796b5e88f05d
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoMerge "ecs: block emuld message if ecs is not running." into tizen_2.4_develop
Sangho Park [Mon, 1 Jun 2015 01:44:21 +0000 (10:44 +0900)]
Merge "ecs: block emuld message if ecs is not running." into tizen_2.4_develop

9 years agoMerge "package: version up" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 15:01:08 +0000 (00:01 +0900)]
Merge "package: version up" into tizen_2.4_develop

9 years agopackage: version up
Munkyu Im [Fri, 29 May 2015 14:44:03 +0000 (23:44 +0900)]
package: version up

Change-Id: I4d1172b8ac6e538b617a5588d0a03ab5c1703b4c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoinstall: modify script
Munkyu Im [Fri, 29 May 2015 14:31:31 +0000 (23:31 +0900)]
install: modify script

remove old install script.
modify script path.

Change-Id: I8d23978185c48c10c2315af71338af01e7831173
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoemulator: removed opengl check code
SeokYeon Hwang [Fri, 29 May 2015 06:23:34 +0000 (15:23 +0900)]
emulator: removed opengl check code

It is useless because we will use "-device"'d args.
If it is necessary it should be implemented in yagl codes.

Change-Id: I1932ea1051b29187ee836ab07314ac3a246249a3
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoecs: block emuld message if ecs is not running.
Jinhyung Choi [Thu, 28 May 2015 07:10:26 +0000 (16:10 +0900)]
ecs: block emuld message if ecs is not running.

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Conflicts:
tizen/src/ecs/ecs_msg_injector.c

Change-Id: I798f31c1c72ad9f1317b255c196c24d186634473

9 years agoemulator: some jobs prepared after device init
SeokYeon Hwang [Thu, 28 May 2015 11:37:13 +0000 (20:37 +0900)]
emulator: some jobs prepared after device init

Change-Id: Ife5b6045dadbbd52647f57cbddeae5b64b0ec677
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoMerge "Makefile: fix up parallel building under MSYS+MinGW" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 02:05:08 +0000 (11:05 +0900)]
Merge "Makefile: fix up parallel building under MSYS+MinGW" into tizen_2.4_develop

9 years agoMerge "emul_state: added some preparations" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 01:58:11 +0000 (10:58 +0900)]
Merge "emul_state: added some preparations" into tizen_2.4_develop

9 years agoMerge "emulator: print args information immediately" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 01:56:44 +0000 (10:56 +0900)]
Merge "emulator: print args information immediately" into tizen_2.4_develop

9 years agoMerge "emulator: removed "--profile" argument" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 01:51:53 +0000 (10:51 +0900)]
Merge "emulator: removed "--profile" argument" into tizen_2.4_develop

9 years agobuild: package version up (2.2.25)
Jinhyung Choi [Thu, 28 May 2015 10:43:23 +0000 (19:43 +0900)]
build: package version up (2.2.25)

Change-Id: Ieff45ecd1a4b12e884df8f7a41244bdf31a618af
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoecs: changed inet_listen_opts to local listen socket
Jinhyung Choi [Thu, 28 May 2015 06:29:36 +0000 (15:29 +0900)]
ecs: changed inet_listen_opts to local listen socket

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Conflicts:
tizen/src/ecs/ecs.c

Change-Id: I3aa3137410799343186617c7a7ef9c4fd3228b5c

9 years agoMakefile: fix up parallel building under MSYS+MinGW
Vasily Efimov [Wed, 18 Feb 2015 12:59:37 +0000 (15:59 +0300)]
Makefile: fix up parallel building under MSYS+MinGW

This patch enables parallel building of QEMU in MSYS+MinGW environment.
Currently an attempt to build QEMU in parallel fails on generation of
version.lo (and version.o too).

The cause of the failure is that when listing prerequisites "Makefile"
references "config-host.h" by absolute path in some rules and by relative
path in others. Make cannot figure out that these references points to the
same file which leads to the race: the generation of "version.*" which
requires "$(BUILD_DIR)/config-host.h" is launched in parallel with the
generation of "config-host.h" needed by other "Makefile" targets.

This patch removes "$(BUILD_DIR)/" prefix from corresponding prerequisite
of "version.*". There is no other prerequisites "$(BUILD_DIR)/config-host.h"
found.

Also note that not every version of MSYS is able to build QEMU in parallel,
see: "http://sourceforge.net/p/mingw/bugs/1950/". The suggested version is
1.0.17.

Change-Id: Ia4f7a7568a2d0468eb1236f88aa583be3886399f
Signed-off-by: Vasily Efimov <real@ispras.ru>
Message-Id: <1424264377-5992-1-git-send-email-real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9 years agoemul_state: added some preparations
SeokYeon Hwang [Thu, 28 May 2015 08:15:46 +0000 (17:15 +0900)]
emul_state: added some preparations

If emulator is launched without emulator-manager, some information can be missed.
So we should have some preparations.

Change-Id: I65573d2d551433ab813ed3d4fc8d6e92107f3c13
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator: print args information immediately
SeokYeon Hwang [Thu, 28 May 2015 07:47:00 +0000 (16:47 +0900)]
emulator: print args information immediately

Change-Id: Ie468bb749405fcca606c559eb2d65615003f46c6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator: removed "--profile" argument
SeokYeon Hwang [Thu, 28 May 2015 07:44:49 +0000 (16:44 +0900)]
emulator: removed "--profile" argument

Removed "--profile" argument. It is not necessary anymore.

Change-Id: Ie0f93d44b4548c325bf5a87b44a0f9759164538a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agobrillcodec: enable some x264 encode options.
Sooyoung Ha [Tue, 26 May 2015 05:48:58 +0000 (14:48 +0900)]
brillcodec: enable some x264 encode options.

This configure options are set on init time. And I change the
if-else style legacy code to switch-case style for maintain.

Change-Id: I7fdafa2fd3f02b0abb209a60be0d9cbffc40867d
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agosupplements: modify make_emul_images.sh
Sooyoung Ha [Wed, 27 May 2015 05:45:00 +0000 (14:45 +0900)]
supplements: modify make_emul_images.sh

add e2fsck check for raw image.
The default result is compressed image.

Change-Id: Ic9d42877319fcb7df9f18842aabcd44330366b1c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoscripts: modified launch script
SeokYeon Hwang [Fri, 22 May 2015 08:15:48 +0000 (17:15 +0900)]
scripts: modified launch script

Modified launch script for Mac.
Added remote/lib to library path under Linux.
All environment variables set by script.
Added "--with-gdb" features in batch file.
Installed emulator.sh on Windows for mingw users.

Change-Id: Ida332ccc2c6ffc448b83ca73b4adf9c650b86153

9 years agoMerge "pakcage: version up" into tizen_2.4_develop
Sangho Park [Fri, 22 May 2015 08:00:27 +0000 (17:00 +0900)]
Merge "pakcage: version up" into tizen_2.4_develop

9 years agoecs: fixed socket creation failure with disabled network
Jinhyung Choi [Fri, 22 May 2015 06:10:27 +0000 (15:10 +0900)]
ecs: fixed socket creation failure with disabled network

added ipv4 option as default for loopback.
Without setting the ipv4 option, AF_UNSPEC is set
and mismatched address type occurs occasionaly.

To prevent an another socket error, the mutex initialization locates
earlier than ecs socket creation.

Change-Id: I1ae3570d612bcc25794b86768430d287b3ccce2e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agopakcage: version up
Munkyu Im [Fri, 22 May 2015 07:49:06 +0000 (16:49 +0900)]
pakcage: version up

Change-Id: Ic429d261e2572e94fffac72d98d55eabee5ed229
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>