sdk/emulator/qemu.git
12 years agoUpdated dgles libs
Stanislav Vorobiov [Fri, 29 Jun 2012 13:32:09 +0000 (17:32 +0400)]
Updated dgles libs

12 years agoeglGetDisplay now returns the same display handle for every call.
Stanislav Vorobiov [Fri, 29 Jun 2012 13:28:21 +0000 (17:28 +0400)]
eglGetDisplay now returns the same display handle for every call.
Fixed races in gles.
Replaced unpack alignment with pack/unpack alignment.

12 years agoDon't open new display on each query, just use the first one
Stanislav Vorobiov [Fri, 29 Jun 2012 13:26:50 +0000 (17:26 +0400)]
Don't open new display on each query, just use the first one

12 years agoMake dgles install when it changes
Stanislav Vorobiov [Fri, 29 Jun 2012 13:25:18 +0000 (17:25 +0400)]
Make dgles install when it changes

12 years agomaru ARM board: clean up code
Igor Mitsyanko [Thu, 28 Jun 2012 17:00:08 +0000 (21:00 +0400)]
maru ARM board: clean up code

Remove MARU ARM board template from maru_board.c, it doesn't makes sense to take
an approach like this because x86 maru machine and arm maru machine are compiled for
different executables.
Drop leftovers of maru_board.c from maru_arm_board.c. Actually honour user-specified
RAM size for maru arm board, set bottom limit to 512 MB.

Do not initialize G3D MALI400 device in maru ARM SoC, we only need gles device from it
and we can initialize it explicitly.

Also bugs fixed:
- not registering ROM memory regions for migration during maru ARM SoC initialization;
- wrong chipid_and_omr array size;
- missleading initialization of ROM memory region alias.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agohw/usb/dev-storage.c: fix compile warning because of MARU define
Igor Mitsyanko [Thu, 28 Jun 2012 15:01:21 +0000 (19:01 +0400)]
hw/usb/dev-storage.c: fix compile warning because of MARU define

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agoMakefile.tizen: remove duplicates
Igor Mitsyanko [Thu, 28 Jun 2012 14:35:05 +0000 (18:35 +0400)]
Makefile.tizen: remove duplicates

Simplify Makefile by removing duplicate target-specific includes.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agotizen Makefile: fix openGLES build installation
Igor Mitsyanko [Thu, 28 Jun 2012 13:59:25 +0000 (17:59 +0400)]
tizen Makefile: fix openGLES build installation

Tizen's Makefile installs openGLES libraries only if CONFIG_OPENGLES is defined
in a shell environment. But currently makefile doesnt export this variable to it's
spawned shell and consequently openGLES libraries are not installed when they
supposed be installed. Export CONFIG_OPENGLES in a Makefile to fix this bug.

Also add some information messages about performed copy operations.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agolibav: handle codec libraries linking Score way
Igor Mitsyanko [Thu, 28 Jun 2012 13:54:27 +0000 (17:54 +0400)]
libav: handle codec libraries linking Score way

Score now have a default way to build and link QEMU with avcodec libraries both
for i386 and x86_64 hosts, we need to use it instead of our own.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0
Igor Mitsyanko [Thu, 28 Jun 2012 11:40:25 +0000 (15:40 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0

12 years agotizen install: account for existing targets
Igor Mitsyanko [Wed, 27 Jun 2012 15:55:32 +0000 (19:55 +0400)]
tizen install: account for existing targets

Currently tizen's Makefile install target doesn't check what target emulators were actually
build and tries to install both x86 and ARM emulators. This results in error when only
one emulator was built.
This commit fixes this.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agotizen/build.sh: build both x86 and ARM emulator simultaneously
Igor Mitsyanko [Wed, 27 Jun 2012 14:33:00 +0000 (18:33 +0400)]
tizen/build.sh: build both x86 and ARM emulator simultaneously

This reduces overall build time and makes "make clean" work correctly. Separate
targets could be build by invoking build.sh script with a specific argument, for
example:
$ build.sh arm

Also, rename "efence" build configuration to "debug" configuration.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Conflicts:

tizen/qemu_configure_arm.sh

12 years agovirtio GL: always announce gl support to guest
Igor Mitsyanko [Wed, 27 Jun 2012 13:29:04 +0000 (17:29 +0400)]
virtio GL: always announce gl support to guest

x86 emulator always needs to know if virtio GL support is enabled in QEMU. Currently
we only announce gl support to guest if QEMU is configurd with --enable-gl. When
configured with --disable-gl, QEMU doesn't announce GL support to guest while guest
assumes such a support by default. This results in incorrect operation of x86 emulator.
Fix this by always announcing virtio GL support to guest, it doesn't make any difference
for ARM emulator.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agovirtio-gl: allow multitarget configuration with virtio GL support
Igor Mitsyanko [Wed, 27 Jun 2012 13:05:26 +0000 (17:05 +0400)]
virtio-gl: allow multitarget configuration with virtio GL support

Virtio GL support now is separated into host and target parts, therefore making it
possible to configure QEMU for miltiple targets even if one target doesn't
have a virtio GL support.
Drop #ifdef _WIN32 around #ifdef CONFIG_GL in source and makefile files, check
this in configure script instead.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agoexynos4210_cmu: Add vmstate structure for Exynos4210ClockState
Maksim Kozlov [Tue, 26 Jun 2012 17:19:21 +0000 (21:19 +0400)]
exynos4210_cmu: Add vmstate structure for Exynos4210ClockState

12 years agoexynos4210_cmu: Fix size of registers array
Maksim Kozlov [Tue, 26 Jun 2012 16:50:40 +0000 (20:50 +0400)]
exynos4210_cmu: Fix size of registers array

12 years ago[Title] Patch qemu_ld/st optimization according to qemu 1.1
Yeongkyoon Lee [Sat, 30 Jun 2012 05:22:39 +0000 (14:22 +0900)]
[Title] Patch qemu_ld/st optimization according to qemu 1.1
[Type] bugfix
[Module] TCG
[Priority] Medium
[Jira#]
[Redmine#]
[Problem] Emulator doesn't work
[Cause] qemu 1.0 based code
[Solution] Upgrade to qemu 1.1
[TestCase] Not tested (no platform image)

12 years agotizen/src/sdl_rotate.c: Fix buffer overrun error reported by efence
Evgeny Voevodin [Wed, 27 Jun 2012 09:13:02 +0000 (13:13 +0400)]
tizen/src/sdl_rotate.c: Fix buffer overrun error reported by efence

Destination pixel is calculated using four source pixels. When source
pixel is got from last line or row next rigth or bottom pixel could
be not existent since we reached the end of src->pixels.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agohw/exynos4210.c: Fix misleading initialization of IROM mirror
Evgeny Voevodin [Wed, 27 Jun 2012 03:38:03 +0000 (07:38 +0400)]
hw/exynos4210.c: Fix misleading initialization of IROM mirror

We want to mirror whole IROM and should pass zero instead of
EXYNOS4210_IROM_BASE_ADDR (though it equals to zero too) since
memory_region_init_alias takes an offset within an original
region as an argument.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoMakefile.tizen: add prefix to TARGET_DIRS variable
Igor Mitsyanko [Tue, 26 Jun 2012 10:07:14 +0000 (14:07 +0400)]
Makefile.tizen: add prefix to TARGET_DIRS variable

If QEMU configured for several targt simultaniously, then string -I$(SRC_PATH)/$(TARGET_DIRS)
will result in compile error because $(TARGET_DIRS) will expand to multiword string.
Add prefix to avoid this problem.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agohw/exynos4210_pwm.c: Fix STOP status in tick handler.
Evgeny Voevodin [Tue, 26 Jun 2012 09:24:15 +0000 (13:24 +0400)]
hw/exynos4210_pwm.c: Fix STOP status in tick handler.

START/STOP bit was not cleaned correctly.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotarget-i386: fix ld/st optimization
Igor Mitsyanko [Mon, 25 Jun 2012 12:29:41 +0000 (16:29 +0400)]
target-i386: fix ld/st optimization

Load/store TCG optimization for i386 target was broken after merging with upstream
QEMU. This patch fixes this.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agold/st optimization: define only for x86 target
Igor Mitsyanko [Wed, 20 Jun 2012 12:37:41 +0000 (16:37 +0400)]
ld/st optimization: define only for x86 target

ld/st optiization implemented for x86 targets only, it's a target-specific
configure option, not host-wide.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agoEnabled Electric Fence support in QEMU
Stanislav Vorobiov [Mon, 25 Jun 2012 08:52:36 +0000 (12:52 +0400)]
Enabled Electric Fence support in QEMU

12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0
Evgeny Voevodin [Mon, 25 Jun 2012 05:46:03 +0000 (09:46 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0

Conflicts:
hw/pc.c

Restored bios failure message.
It's generated in hw/pc_sysfw.c.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.
Stanislav Vorobiov [Wed, 20 Jun 2012 08:30:49 +0000 (12:30 +0400)]
ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.

After some long period of time Linux kernel hanged due to
ptimer_get_count may return 0 before timer interrupt occurs,
thus, causing FRC to jump back in time

12 years agotizen/src/hw/maru_arm_pmu.c: Drop timer-based decision for reset or shutdown.
Evgeny Voevodin [Wed, 20 Jun 2012 05:53:21 +0000 (09:53 +0400)]
tizen/src/hw/maru_arm_pmu.c: Drop timer-based decision for reset or shutdown.

Kernel's mach-tizen got simple and correct code to handle shutdown and reset.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotizen/src/hw/maru_pm.h: Fix undefined reference for ARM.
Evgeny Voevodin [Wed, 20 Jun 2012 03:35:48 +0000 (07:35 +0400)]
tizen/src/hw/maru_pm.h: Fix undefined reference for ARM.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoARM: Fix "white screen" problem
Maksim Kozlov [Tue, 19 Jun 2012 12:06:03 +0000 (16:06 +0400)]
ARM: Fix "white screen" problem

There was a problem with redrawing of the emulator screen by some
window managers. This problem appears only on ARM emulator with
exynos4210 FIMD usage. Also, this problem doesn't appear when SDL
window isn't integrated into emulator skin with SWT.EMBEDDED flag.

Normally (without skin) the host window system repairs window when
receives the paint event. But in our case this events is caught by
SWT library and window system doesn't do that. We should do that by
ourself. maru_vga update the window continuously. But exynos4210 FIMD
calls update function only when there are changes on the screen. So
sometimes we can see the "white screen" until click in the screen.

If we fix that in the FIMD, we will get overhead. SDL more suuitable
for that.

12 years ago* Added --disable-pie so we can attach to running QEMU with gdb
Stanislav Vorobiov [Tue, 19 Jun 2012 07:07:12 +0000 (11:07 +0400)]
* Added --disable-pie so we can attach to running QEMU with gdb

12 years agoFixed get system time from host machine for Windows
Oleg Ogurtsov [Mon, 18 Jun 2012 07:22:16 +0000 (11:22 +0400)]
Fixed get system time from host machine for Windows

12 years agofix build.sh for win32
Maria Shcherbina [Mon, 18 Jun 2012 07:40:54 +0000 (11:40 +0400)]
fix build.sh for win32

12 years agoFixed a bug with alignment. Also, we now fail the gles2 transfer
Stanislav Vorobiov [Mon, 18 Jun 2012 15:46:15 +0000 (19:46 +0400)]
Fixed a bug with alignment. Also, we now fail the gles2 transfer
if we meet at least one virtual address which is not mapped to any
physical page, target seems to feed us such addresses sometimes, this
is to be studied

12 years agotizen/distrib/libav/*: Added 64-bit libav
Stanislav Vorobiov [Wed, 30 May 2012 09:04:39 +0000 (13:04 +0400)]
tizen/distrib/libav/*: Added 64-bit libav

Conflicts:

tizen/distrib/libav/tizen_configure
tizen/src/Makefile.tizen

12 years agoEmulatorSkin.java: Fixed for old/new SWT version support
Stanislav Vorobiov [Thu, 14 Jun 2012 11:17:46 +0000 (15:17 +0400)]
EmulatorSkin.java: Fixed for old/new SWT version support

12 years ago* maru_codec fixed for ARM/x86_64
Stanislav Vorobiov [Thu, 31 May 2012 09:02:41 +0000 (13:02 +0400)]
* maru_codec fixed for ARM/x86_64

12 years agotizen/src/maru_sdl.c: Fix SDL_Quit() call and invalidation handling
Evgeny Voevodin [Thu, 14 Jun 2012 10:49:20 +0000 (14:49 +0400)]
tizen/src/maru_sdl.c: Fix SDL_Quit() call and invalidation handling

SDL_Quit is called at exit.
Added invalidate when SDL video mode changes.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0
Evgeny Voevodin [Thu, 14 Jun 2012 08:52:25 +0000 (12:52 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0

12 years agotizen/src/hw/maru_arm.c: Enable and add gles support to board.
Evgeny Voevodin [Thu, 14 Jun 2012 08:40:03 +0000 (12:40 +0400)]
tizen/src/hw/maru_arm.c: Enable and add gles support to board.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoTizen ARM: Add gles libs.
Igor Mitsyanko [Thu, 14 Jun 2012 08:48:15 +0000 (12:48 +0400)]
Tizen ARM: Add gles libs.

12 years agoTizen ARM: Add maru_arm board.
Evgeny Voevodin [Thu, 14 Jun 2012 06:44:10 +0000 (10:44 +0400)]
Tizen ARM: Add maru_arm board.

This commit adds basic maru_arm specific devices.
Few common files are modyfied to support ARM.
Also build.sh is modyfied to find out amount of
host CPUs and speed up compiling.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoTizen ARM: Add and improve ARM SOC specific files.
Evgeny Voevodin [Thu, 14 Jun 2012 06:29:42 +0000 (10:29 +0400)]
Tizen ARM: Add and improve ARM SOC specific files.

This commit adds and improves files related to Exynos4210 SOC
emulation. This SOC will be used in maru ARM board.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoVirtio: Add virtio-mmio support.
Evgeny Voevodin [Wed, 13 Jun 2012 07:40:54 +0000 (11:40 +0400)]
Virtio: Add virtio-mmio support.

We need this patch-set be included to let ARM board use virtio
interface to speed up execution.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agovirtio-9p-handle: define AT_EMPTY_PATH if needed
Serge Hallyn [Fri, 24 Feb 2012 19:51:43 +0000 (13:51 -0600)]
virtio-9p-handle: define AT_EMPTY_PATH if needed

If AT_EMPTY_PATH is not in one of the included files, go ahead and
define it.  qemu won't compile on ubuntu for me without this.

(Note - alternatively we could #include <linux/fcntl.h> to pick
up the definitions there)

Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
12 years agohw/pc.c: Move BIOS failure warning to hw/pc_sysfw.c.
Evgeny Voevodin [Sat, 9 Jun 2012 09:21:44 +0000 (13:21 +0400)]
hw/pc.c: Move BIOS failure warning to hw/pc_sysfw.c.

In v1.1.0 BIOS file presence check moved to hw/pc_sysfw.c, so we
need to generate message from there.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotizen/src/: Fix compile warnings.
Evgeny Voevodin [Fri, 15 Jun 2012 03:57:25 +0000 (07:57 +0400)]
tizen/src/: Fix compile warnings.

tizen/src/hw/maru_board.c: We can't just make #include because
for example maru_codec.h contains static definitions and it will
generate even more warnings.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoUpgrade to upstream v1.1.0.
Evgeny Voevodin [Fri, 8 Jun 2012 09:45:29 +0000 (13:45 +0400)]
Upgrade to upstream v1.1.0.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years ago[Title] Add logging
syeon.hwang [Tue, 15 May 2012 08:23:31 +0000 (17:23 +0900)]
[Title] Add logging
[Type]
[Module] Emulator/
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] add module - print back trace
jihye kim [Fri, 11 May 2012 08:23:06 +0000 (17:23 +0900)]
[Title] add module - print back trace
[Type] work
[Module] emulator (qemu)
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] include header
giwoong.kim [Wed, 9 May 2012 08:23:33 +0000 (17:23 +0900)]
[Title] include header
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] windows
[Solution]
[TestCase]

12 years ago[Title] convert sprintf to snprintf & update err table
giwoong.kim [Wed, 9 May 2012 07:57:17 +0000 (16:57 +0900)]
[Title] convert sprintf to snprintf & update err table
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] update err table
giwoong.kim [Wed, 9 May 2012 06:25:48 +0000 (15:25 +0900)]
[Title] update err table
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] popup message
[Solution]
[TestCase]

12 years ago[Title] FFmpeg libraries was wrong.
Kitae Kim [Wed, 9 May 2012 01:11:58 +0000 (10:11 +0900)]
[Title] FFmpeg libraries was wrong.
[Type]
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] some FFmpeg libraries and header was missing because of .gitignore
Kitae Kim [Tue, 8 May 2012 14:17:03 +0000 (23:17 +0900)]
[Title] some FFmpeg libraries and header was missing because of .gitignore
[Type]
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Modify decoding audio part
Kitae Kim [Tue, 8 May 2012 13:56:42 +0000 (22:56 +0900)]
[Title] Modify decoding audio part
[Type] bug fix
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem] copying some codec data from host to guest was missing.
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Add api index for checking sdk version between host and guest.
Kitae Kim [Tue, 8 May 2012 11:11:31 +0000 (20:11 +0900)]
[Title] Add api index for checking sdk version between host and guest.
[Type] enhancement
[Module] emulator / codec
[Priority] major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added maru_register_exit_msg function
giwoong.kim [Tue, 8 May 2012 09:38:33 +0000 (18:38 +0900)]
[Title] added maru_register_exit_msg function
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] error popoup
[Solution]
[TestCase]

12 years agoMerge "[Title] Merge release-1.0 into develop branch to support hax feature. [Type...
yeongkyoon lee [Tue, 8 May 2012 06:59:30 +0000 (15:59 +0900)]
Merge "[Title] Merge release-1.0 into develop branch to support hax feature. [Type] [Module] emulator [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] Merge release-1.0 into develop branch to support hax feature.
Kitae Kim [Tue, 8 May 2012 05:49:33 +0000 (14:49 +0900)]
[Title] Merge release-1.0 into develop branch to support hax feature.
[Type]
[Module] emulator
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Error check and viewport bug fix
Sangjin Kim [Tue, 8 May 2012 05:34:25 +0000 (14:34 +0900)]
[Title] Error check and viewport bug fix
[Type] bug fix
[Module] opengl-es
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Upgrade FFmpeg library and support VC-1 and H.263+
Kitae Kim [Mon, 7 May 2012 14:29:54 +0000 (23:29 +0900)]
[Title] Upgrade FFmpeg library and support VC-1 and H.263+
[Type] feature
[Module] emulator / codec
[Priority] Major
[CQ#]
[Redmine#]
[Problem] H.263+ encoder has a bug in the previous FFmpeg version.
[Cause]
[Solution] Upgrade FFmpeg version from 0.6 to 0.7
[TestCase]

12 years ago[Title] memory exception popup
giwoong.kim [Fri, 4 May 2012 10:35:20 +0000 (19:35 +0900)]
[Title] memory exception popup
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] show one msgbox when kernel/bios/disk image exception
giwoong.kim [Fri, 4 May 2012 05:49:42 +0000 (14:49 +0900)]
[Title] show one msgbox when kernel/bios/disk image exception
[Type] enhancement
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] error popup
[Solution]
[TestCase]

12 years ago[Title] sync with release-1.0
giwoong.kim [Wed, 2 May 2012 05:10:48 +0000 (14:10 +0900)]
[Title] sync with release-1.0
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] enhance send queue logic / change log level from WARN to INFO / increate...
Son Hyunjun [Fri, 27 Apr 2012 02:16:53 +0000 (11:16 +0900)]
[Title] enhance send queue logic / change log level from WARN to INFO / increate hearbeat time from 5 sec to 10 sec
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I5ce9de0594d66c1334c190773ea77da3682908b0

12 years ago[Title] change sdb connection issue when network is unavaliable
yoonki.park [Wed, 25 Apr 2012 07:07:15 +0000 (16:07 +0900)]
[Title] change sdb connection issue when network is unavaliable
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#] 5125
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I9223e0fc202e7c8c5f53be051c5112a8b6ba4933

12 years ago[Title] added memory log
giwoong.kim [Fri, 20 Apr 2012 07:59:27 +0000 (16:59 +0900)]
[Title] added memory log
[Type] enhancement
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] bug fix aac decoder in case of certain situation and source cleanup
Kitae Kim [Thu, 19 Apr 2012 11:57:38 +0000 (20:57 +0900)]
[Title] bug fix aac decoder in case of certain situation and source cleanup
[Type] bug fix
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] enhance synchronization of skin socket commnuication
Son Hyunjun [Thu, 19 Apr 2012 03:19:01 +0000 (12:19 +0900)]
[Title] enhance synchronization of skin socket commnuication
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] timed wait for polling send queue

Change-Id: I58e23633ab9758a23d2533a34bb5c4c1605399f4

12 years ago[Title] enhance synchronization of skin socket commnuication
Son Hyunjun [Wed, 18 Apr 2012 12:55:30 +0000 (21:55 +0900)]
[Title] enhance synchronization of skin socket commnuication
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I38c2e3c68517db9e99f4e379a28fc031da402239

12 years ago[Title] send release event when last multitouch finger point is moved
giwoong.kim [Wed, 18 Apr 2012 11:29:44 +0000 (20:29 +0900)]
[Title] send release event when last multitouch finger point is moved
[Type]
[Module] Emulator / touch
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[title] added icon at screenshot window
giwoong.kim [Tue, 17 Apr 2012 05:54:26 +0000 (14:54 +0900)]
[title] added icon at screenshot window
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] bug fix : side effect of SWT.ON_TOP
Son Hyunjun [Tue, 17 Apr 2012 00:15:24 +0000 (09:15 +0900)]
[Title] bug fix : side effect of SWT.ON_TOP
[Type] Bugfix
[Module] Skin
[Priority] Major
[CQ#]
[Redmine#]
[Problem] alway on top hides emulator menu bar(in Windows and Ubuntu) and steals other app's focus(in Ubuntu).
[Cause]
[Solution] use native apis based on 'wmctrl'.

Change-Id: I7bfe481e34b69780388b2953bc6a7dcb6a735317

12 years ago[Title] emulator window location correction
giwoong.kim [Mon, 16 Apr 2012 08:51:52 +0000 (17:51 +0900)]
[Title] emulator window location correction
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] skip restarting skin process
Son Hyunjun [Mon, 16 Apr 2012 07:47:37 +0000 (16:47 +0900)]
[Title] skip restarting skin process
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] abnormal behavior killing a skin process in Windows
[Cause]
[Solution] prevent restarting skin process

Change-Id: I73eda8fa69534ec879def39c82fdc2f8d8748740

12 years ago[Title] Monitor size should be considered when determining the dialog location
giwoong.kim [Mon, 16 Apr 2012 06:03:17 +0000 (15:03 +0900)]
[Title] Monitor size should be considered when determining the dialog location
[Type] enhancement
[Module] Emulator / screenshot
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] resolution
[Solution]
[TestCase]

12 years ago[Title] mem free before return statement in function.
Son Hyunjun [Fri, 13 Apr 2012 11:11:21 +0000 (20:11 +0900)]
[Title] mem free before return statement in function.
[Type] Bugfix
[Module] Logger
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: If3abf2d45d80ea06d3460cb22b0f71e4dc57784c

12 years agoMerge "[Title] change DEBUGCH location [Type] Feature [Module] Logger [Priority]...
yeongkyoon lee [Fri, 13 Apr 2012 11:22:16 +0000 (20:22 +0900)]
Merge "[Title] change DEBUGCH location [Type] Feature [Module] Logger [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] before : in working directory, after : in binary directory" into develop

12 years ago[Title] change DEBUGCH location
Son Hyunjun [Fri, 13 Apr 2012 10:49:57 +0000 (19:49 +0900)]
[Title] change DEBUGCH location
[Type] Feature
[Module] Logger
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] before : in working directory, after : in binary directory

Change-Id: I8c16ddcdfd023a42734ce2269db3f0ef0c4f2f5f

12 years ago[Title] move position of About dialog
giwoong.kim [Fri, 13 Apr 2012 10:41:45 +0000 (19:41 +0900)]
[Title] move position of About dialog
[Type]
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] bugfix : skin ui may be killed in hardkey area
Son Hyunjun [Fri, 13 Apr 2012 08:14:32 +0000 (17:14 +0900)]
[Title] bugfix : skin ui may be killed in hardkey area
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] skin ui is killed clicking hardkey area after doing Always On Top in hardkey area
[Cause] null check
[Solution]

Change-Id: Ifb67817f6a94ac4b6ace923537ec8a6b4a60afb4

12 years ago[Title] modify about snprintf in getting detail info in Windows
Son Hyunjun [Thu, 12 Apr 2012 17:02:13 +0000 (02:02 +0900)]
[Title] modify about snprintf in getting detail info in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I84ec6dad137a8c335925fa682780067b6a1be5e2

12 years ago[Title] delete unnecessary dependent pacakges
giwoong.kim [Thu, 12 Apr 2012 16:12:20 +0000 (01:12 +0900)]
[Title] delete unnecessary dependent pacakges
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] pkginfo logging
giwoong.kim [Thu, 12 Apr 2012 15:50:18 +0000 (00:50 +0900)]
[Title] pkginfo logging
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] get exit code from java process
giwoong.kim [Thu, 12 Apr 2012 13:37:44 +0000 (22:37 +0900)]
[Title] get exit code from java process
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] convert getAbsolutePath to getCanonocalPath
giwoong.kim [Thu, 12 Apr 2012 09:12:26 +0000 (18:12 +0900)]
[Title] convert getAbsolutePath to getCanonocalPath
[Type] enhancement
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] if dbi file does not exist, notify user with popup
giwoong.kim [Thu, 12 Apr 2012 08:56:57 +0000 (17:56 +0900)]
[Title] if dbi file does not exist, notify user with popup
[Type]
[Module] Emulator / skin
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] fix bug : qemu down getting detail info in Windows
Son Hyunjun [Thu, 12 Apr 2012 15:38:30 +0000 (00:38 +0900)]
[Title] fix bug : qemu down getting detail info in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I89c64424b132348afeba8a3cb15b84f74aae01a9

12 years ago[Title] modify 'HW Virtualization State' in Detail Info Dialog in Windows
Son Hyunjun [Thu, 12 Apr 2012 14:48:46 +0000 (23:48 +0900)]
[Title] modify 'HW Virtualization State' in Detail Info Dialog in Windows
[Type] Feature
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I9230f7bd6713af62065093e885ddcaab0687bcce

12 years ago[Title] modify check hax
Son Hyunjun [Thu, 12 Apr 2012 13:51:35 +0000 (22:51 +0900)]
[Title] modify check hax
[Type] Enhancement
[Module] Hax
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I31ece42691108d2742a694aa6bb9707fe8b658f1

12 years ago[Title] patch hax source
Son Hyunjun [Thu, 12 Apr 2012 12:17:07 +0000 (21:17 +0900)]
[Title] patch hax source
[Type] Enhancement
[Module] Hax
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] modify about disable hax and memory space error

Change-Id: Ie359eceece20b347c75a9fa9746ec59ad0015f27

12 years agoMerge "[Title] add api to check if hax is available [Type] Enhancement [Module] Hax...
yeongkyoon lee [Thu, 12 Apr 2012 09:44:44 +0000 (18:44 +0900)]
Merge "[Title] add api to check if hax is available [Type] Enhancement [Module] Hax [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution]" into develop

12 years ago[Title] add api to check if hax is available
Son Hyunjun [Thu, 12 Apr 2012 09:27:36 +0000 (18:27 +0900)]
[Title] add api to check if hax is available
[Type] Enhancement
[Module] Hax
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ifab8570872c51547f6256ee339b9c52d5cd2b40e

12 years ago[Title] if sdb file does not exist, notify user with popup
giwoong.kim [Thu, 12 Apr 2012 07:34:24 +0000 (16:34 +0900)]
[Title] if sdb file does not exist, notify user with popup
[Type]
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] modify about graceful shutdown in abnormal case, modify skin logger
Son Hyunjun [Thu, 12 Apr 2012 06:51:05 +0000 (15:51 +0900)]
[Title] modify about graceful shutdown in abnormal case, modify skin logger
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I2b8902f1bc1033f9c828789eddb269347c1b989e

12 years ago[Title] removed DragDetectListener
giwoong.kim [Thu, 12 Apr 2012 05:47:06 +0000 (14:47 +0900)]
[Title] removed DragDetectListener
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] performance of long press
[Solution]
[TestCase]

12 years ago[Title] fixed disappear release key event in windows
giwoong.kim [Tue, 10 Apr 2012 12:03:31 +0000 (21:03 +0900)]
[Title] fixed disappear release key event in windows
[Type]
[Module] Emulator / keyboard
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Shift_R -> Shift_L in windows
giwoong.kim [Mon, 9 Apr 2012 09:12:42 +0000 (18:12 +0900)]
[Title] Shift_R -> Shift_L in windows
[Type]
[Module] Emulator / keyboard
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] keyLocation info is not supported at swt
[Solution]
[TestCase]

12 years ago[Title] fixed an abnormal termination on Windows
Jinhyung Jo [Fri, 6 Apr 2012 12:07:52 +0000 (21:07 +0900)]
[Title] fixed an abnormal termination on Windows
[Type] Bugfix
[Module] Emulator / Camera
[Priority] Critical
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added menu accelerator
giwoong.kim [Fri, 6 Apr 2012 17:44:24 +0000 (02:44 +0900)]
[Title] added menu accelerator
[Type] enhancement
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]