sdk/emulator/qemu.git
11 years agoskin: declare some string
giwoong.kim [Wed, 23 Jan 2013 05:14:20 +0000 (14:14 +0900)]
skin: declare some string

declare some string

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemul_state: Added a routine to get status of host on OS X.
Kitae Kim [Tue, 22 Jan 2013 13:29:26 +0000 (22:29 +0900)]
emul_state: Added a routine to get status of host on OS X.

Query keyboard status such as numlock or capslock to host's X server.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agomarucodec: fixed a bug for decoding video.
Kitae Kim [Tue, 22 Jan 2013 19:22:06 +0000 (04:22 +0900)]
marucodec: fixed a bug for decoding video.

The pointer variable, which refers to the decoded frame,
was set up before allocating memory.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoosutil: Migration "get host proxy" to osutil on Mac
munkyu.im [Tue, 22 Jan 2013 13:01:12 +0000 (22:01 +0900)]
osutil: Migration "get host proxy" to osutil on Mac

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoextra: remove warning
munkyu.im [Tue, 22 Jan 2013 11:47:11 +0000 (20:47 +0900)]
extra: remove warning

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoshm: consider the arm define
giwoong.kim [Tue, 22 Jan 2013 11:06:43 +0000 (20:06 +0900)]
shm: consider the arm define

consider the arm define for vga.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Tue, 22 Jan 2013 10:35:51 +0000 (19:35 +0900)]
package: version up

1.4.70

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoshm: remove shared memory leak
giwoong.kim [Tue, 22 Jan 2013 10:31:21 +0000 (19:31 +0900)]
shm: remove shared memory leak

remove shared memory leak on Mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Fix compilation warnings
SeokYeon Hwang [Tue, 22 Jan 2013 09:35:36 +0000 (18:35 +0900)]
emulator: Fix compilation warnings

maruskin_operation.c, mloop_event.c

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoosutil: Migration "get host proxy" to osutil on linux
SeokYeon Hwang [Tue, 22 Jan 2013 09:17:46 +0000 (18:17 +0900)]
osutil: Migration "get host proxy" to osutil on linux

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: remove compiler warnings and error on Windows.
Kitae Kim [Tue, 22 Jan 2013 08:19:07 +0000 (17:19 +0900)]
emulator: remove compiler warnings and error on Windows.

DIV variable was not difined.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "emulator: move function to os-dependent file" into develop
Yeongkyoon Lee [Tue, 22 Jan 2013 08:22:18 +0000 (17:22 +0900)]
Merge "emulator: move function to os-dependent file" into develop

11 years agoemulator: move function to os-dependent file
munkyu.im [Tue, 22 Jan 2013 08:14:59 +0000 (17:14 +0900)]
emulator: move function to os-dependent file

function: getting host system info

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agovl.c: clean up macros
SeokYeon Hwang [Tue, 22 Jan 2013 08:02:12 +0000 (17:02 +0900)]
vl.c: clean up macros

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: Cleans up code and introduce osutil
SeokYeon Hwang [Tue, 22 Jan 2013 07:35:28 +0000 (16:35 +0900)]
emulator: Cleans up code and introduce osutil

Suppress warnings.
Introduce osutil - collection of os dependant utils
Eliminate some duplicate global variables

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge "network: Using default DNS provided by QEMU" into develop
Yeongkyoon Lee [Tue, 22 Jan 2013 02:26:46 +0000 (11:26 +0900)]
Merge "network: Using default DNS provided by QEMU" into develop

11 years agoMerge "emulator: Massive refactoring on vl.c, emulator.c" into develop
Yeongkyoon Lee [Tue, 22 Jan 2013 02:26:38 +0000 (11:26 +0900)]
Merge "emulator: Massive refactoring on vl.c, emulator.c" into develop

11 years agonetwork: Using default DNS provided by QEMU
SeokYeon Hwang [Mon, 21 Jan 2013 13:43:52 +0000 (22:43 +0900)]
network: Using default DNS provided by QEMU

Name server lookup runs well on Ubuntu 12.10

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: Massive refactoring on vl.c, emulator.c
SeokYeon Hwang [Mon, 21 Jan 2013 13:36:56 +0000 (22:36 +0900)]
emulator: Massive refactoring on vl.c, emulator.c

Code cleans up and refactor massively (vl.c, emulator.c)

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: added --enable-shm option of configure
giwoong.kim [Mon, 21 Jan 2013 13:12:52 +0000 (22:12 +0900)]
emulator: added --enable-shm option of configure

added --enable-shm option of qemu configure

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomarucodec: Added rgb pixel formats.
Kitae Kim [Mon, 21 Jan 2013 12:29:51 +0000 (21:29 +0900)]
marucodec: Added rgb pixel formats.

There is no routine for calculating the other pixel formats.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoemulator: update boilerplate
Kitae Kim [Thu, 17 Jan 2013 05:34:24 +0000 (14:34 +0900)]
emulator: update boilerplate

Update year in the boilerplate of codec and virtio keyboard.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Mon, 21 Jan 2013 12:14:16 +0000 (21:14 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Mon, 21 Jan 2013 11:09:23 +0000 (20:09 +0900)]
package: modified SDK version

2.1.0 RC4

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin_server: Clean up some INFO logs
SeokYeon Hwang [Mon, 21 Jan 2013 08:20:44 +0000 (17:20 +0900)]
skin_server: Clean up some INFO logs

Change some log levels to "TRACE" from "INFO"

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: system information logging on Mac
giwoong.kim [Mon, 21 Jan 2013 06:04:12 +0000 (15:04 +0900)]
emulator: system information logging on Mac

system information logging on Mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Logging "linux distribution infomation"
SeokYeon Hwang [Mon, 21 Jan 2013 02:53:50 +0000 (11:53 +0900)]
emulator: Logging "linux distribution infomation"

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: version up
giwoong.kim [Sat, 19 Jan 2013 04:41:44 +0000 (13:41 +0900)]
package: version up

1.4.67

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agocommunication: substitute scheduleAtFixedRate for schedule
giwoong.kim [Sat, 19 Jan 2013 02:53:43 +0000 (11:53 +0900)]
communication: substitute scheduleAtFixedRate for schedule

substitute schedule function for scheduleAtFixedRate

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: modified variable name
giwoong.kim [Fri, 18 Jan 2013 05:01:47 +0000 (14:01 +0900)]
screenshot: modified variable name

modified variable name & indenting & etc

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: remove icon on Mac
munkyu.im [Fri, 18 Jan 2013 06:56:03 +0000 (15:56 +0900)]
screenshot: remove icon on Mac

On mac screenshot icon overwrite emulator icon.
So remove icon setting routine.

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: The window should not be hidden when rotate the Emulator
giwoong.kim [Fri, 18 Jan 2013 02:08:25 +0000 (11:08 +0900)]
skin: The window should not be hidden when rotate the Emulator

The window should not be hidden when rotate the Emulator
for phone shape skin.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoPackage: GL
Sangjin Kim [Thu, 17 Jan 2013 12:59:06 +0000 (21:59 +0900)]
Package: GL
Fix emulator crash problem when using EffectsApp.
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoremoved ifndef for screenshot
sungmin ha [Thu, 17 Jan 2013 08:09:48 +0000 (17:09 +0900)]
removed ifndef for screenshot

11 years agoskin: minimize event handling
giwoong.kim [Thu, 17 Jan 2013 07:25:02 +0000 (16:25 +0900)]
skin: minimize event handling

minimize event handling for general skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Thu, 17 Jan 2013 06:18:08 +0000 (15:18 +0900)]
package: version up

1.4.63

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: activate event handling
giwoong.kim [Thu, 17 Jan 2013 06:10:25 +0000 (15:10 +0900)]
skin: activate event handling

activate event handling

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: change shared memory value
munkyu.im [Wed, 16 Jan 2013 11:58:31 +0000 (20:58 +0900)]
emulator: change shared memory value

It includes image name now. It helps to check same instance in detail.

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "package: version up" into develop
Yeongkyoon Lee [Wed, 16 Jan 2013 11:07:44 +0000 (20:07 +0900)]
Merge "package: version up" into develop

11 years agopackage: version up
munkyu.im [Wed, 16 Jan 2013 11:08:17 +0000 (20:08 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "emulator: modify popup command" into develop
Yeongkyoon Lee [Wed, 16 Jan 2013 11:07:09 +0000 (20:07 +0900)]
Merge "emulator: modify popup command" into develop

11 years agoemulator: modify popup command
munkyu.im [Wed, 16 Jan 2013 10:55:28 +0000 (19:55 +0900)]
emulator: modify popup command

1. arrange source code
2. add library path in command
3. fix shared memory check and show popup when error occurs

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agomenu: hide guest dump menu
giwoong.kim [Wed, 16 Jan 2013 11:03:03 +0000 (20:03 +0900)]
menu: hide guest dump menu

hide guest dump menu

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agovga: removed display noise on mac
giwoong.kim [Wed, 16 Jan 2013 07:56:09 +0000 (16:56 +0900)]
vga: removed display noise on mac

removed display noise on mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "Fixed a problem about displayed useless line on screenshot" into develop
Yeongkyoon Lee [Wed, 16 Jan 2013 06:14:07 +0000 (15:14 +0900)]
Merge "Fixed a problem about displayed useless line on screenshot" into develop

11 years agoFixed a problem about displayed useless line on screenshot
sungmin ha [Wed, 16 Jan 2013 05:48:31 +0000 (14:48 +0900)]
Fixed a problem about displayed useless line on screenshot

11 years agoskin: fixed condition
giwoong.kim [Wed, 16 Jan 2013 05:23:07 +0000 (14:23 +0900)]
skin: fixed condition

fixed condition

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version
giwoong.kim [Wed, 16 Jan 2013 03:19:40 +0000 (12:19 +0900)]
package: version

1.4.59

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: removed setFocus on mac
giwoong.kim [Wed, 16 Jan 2013 02:37:31 +0000 (11:37 +0900)]
skin: removed setFocus on mac

removed setFocus in Key Window on mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Wed, 16 Jan 2013 02:09:03 +0000 (11:09 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoemulator: fix init process
munkyu.im [Wed, 16 Jan 2013 02:02:40 +0000 (11:02 +0900)]
emulator: fix init process

move some functions

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage : version up
giwoong.kim [Tue, 15 Jan 2013 10:58:57 +0000 (19:58 +0900)]
package : version up

1.4.56

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay: modified include path
giwoong.kim [Tue, 15 Jan 2013 10:52:23 +0000 (19:52 +0900)]
display: modified include path

modified include path

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "emulator: move functions to prepare_maru()" into develop
Yeongkyoon Lee [Tue, 15 Jan 2013 09:25:23 +0000 (18:25 +0900)]
Merge "emulator: move functions to prepare_maru()" into develop

11 years agoemulator: move functions to prepare_maru()
munkyu.im [Tue, 15 Jan 2013 09:24:31 +0000 (18:24 +0900)]
emulator: move functions to prepare_maru()

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: added boilerplate
giwoong.kim [Tue, 15 Jan 2013 09:19:28 +0000 (18:19 +0900)]
skin: added boilerplate

added boilerplate

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: move SDL_gfx files
giwoong.kim [Tue, 15 Jan 2013 07:39:12 +0000 (16:39 +0900)]
skin: move SDL_gfx files

move SDL_gfx files

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Tue, 15 Jan 2013 06:05:05 +0000 (15:05 +0900)]
package: version up

1.4.54

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoboot: reduced the buffer size for booting status
giwoong.kim [Tue, 15 Jan 2013 03:11:24 +0000 (12:11 +0900)]
boot: reduced the buffer size for booting status

reduced the buffer size for booting status

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "skin: move arrangeSkin to syncexec" into develop
Yeongkyoon Lee [Mon, 14 Jan 2013 13:03:23 +0000 (22:03 +0900)]
Merge "skin: move arrangeSkin to syncexec" into develop

11 years agoMerge "skin: save most recently dock position" into develop
Yeongkyoon Lee [Mon, 14 Jan 2013 13:03:14 +0000 (22:03 +0900)]
Merge "skin: save most recently dock position" into develop

11 years agoskin: move arrangeSkin to syncexec
giwoong.kim [Mon, 14 Jan 2013 12:11:00 +0000 (21:11 +0900)]
skin: move arrangeSkin to syncexec

move arrangeSkin to syncexec for rotation & scaling

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Fix compilation warnings
SeokYeon Hwang [Mon, 14 Jan 2013 12:04:17 +0000 (21:04 +0900)]
emulator: Fix compilation warnings

guest_server.c, debug_ch.c

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoskin: save most recently dock position
giwoong.kim [Mon, 14 Jan 2013 11:30:47 +0000 (20:30 +0900)]
skin: save most recently dock position

save most recently dock position when disable the
popup menu item of key window.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: control the focus in general skin for ubuntu 12.10
giwoong.kim [Mon, 14 Jan 2013 10:57:54 +0000 (19:57 +0900)]
skin: control the focus in general skin for ubuntu 12.10

control the focus in general skin for ubuntu 12.10

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Mon, 14 Jan 2013 08:46:52 +0000 (17:46 +0900)]
package: version up

1.4.52

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: control the focus in general skin on Windows
giwoong.kim [Mon, 14 Jan 2013 07:44:07 +0000 (16:44 +0900)]
skin: control the focus in general skin on Windows

sync up the focus between Key Window and MainWindow
in general purpose skin on Windows.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: modified popup message
giwoong.kim [Mon, 14 Jan 2013 07:11:00 +0000 (16:11 +0900)]
menu: modified popup message

modified popup message for screenshot window

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: control the focus in general skin on linux
giwoong.kim [Mon, 14 Jan 2013 05:02:24 +0000 (14:02 +0900)]
skin: control the focus in general skin on linux

Added focus listener to Key Window. And
sync up the focus between Key Window and Main
Window in general purpose skin on linux.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: removed readAndDispatch on Key Window
giwoong.kim [Mon, 14 Jan 2013 02:53:24 +0000 (11:53 +0900)]
skin: removed readAndDispatch on Key Window

removed readAndDispatch function call on Key Window

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: removed readAndDispatch on screenshot
giwoong.kim [Mon, 14 Jan 2013 01:54:59 +0000 (10:54 +0900)]
screenshot: removed readAndDispatch on screenshot

removed readAndDispatch function call on screenshot window

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: rollback
giwoong.kim [Mon, 14 Jan 2013 01:12:20 +0000 (10:12 +0900)]
screenshot: rollback

rollback open function

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Fix compilation warnings.
Kitae Kim [Fri, 11 Jan 2013 10:50:52 +0000 (19:50 +0900)]
emulator: Fix compilation warnings.

added function declarations missing and removed unused variables.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agomenu: comment out unnecessary line
giwoong.kim [Fri, 11 Jan 2013 10:38:34 +0000 (19:38 +0900)]
menu: comment out unnecessary line

comment out unnecessary line for screenshot

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: manage a state flag of key window
giwoong.kim [Fri, 11 Jan 2013 10:04:58 +0000 (19:04 +0900)]
skin: manage a state flag of key window

manage a state flag of key window

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Fix compilation warnings and code clean up
SeokYeon Hwang [Fri, 11 Jan 2013 09:21:28 +0000 (18:21 +0900)]
emulator: Fix compilation warnings and code clean up

vl.c maru_err_table.c option.c maruskin_client.c maruskin_server.c

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: fix install script
munkyu.im [Fri, 11 Jan 2013 08:03:07 +0000 (17:03 +0900)]
package: fix install script

make tmp file if it does not exist

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoextra: remove warnings
munkyu.im [Fri, 11 Jan 2013 08:00:26 +0000 (17:00 +0900)]
extra: remove warnings

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: version up
giwoong.kim [Fri, 11 Jan 2013 05:39:40 +0000 (14:39 +0900)]
package: version up

1.4.48

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "package: version up." into develop
Yeongkyoon Lee [Fri, 11 Jan 2013 05:13:09 +0000 (14:13 +0900)]
Merge "package: version up." into develop

11 years agoMerge "emulator: code clean up "emulator.c"" into develop
Yeongkyoon Lee [Fri, 11 Jan 2013 05:12:52 +0000 (14:12 +0900)]
Merge "emulator: code clean up "emulator.c"" into develop

11 years agoemulator: code clean up "emulator.c"
syeon.hwang [Fri, 11 Jan 2013 05:10:25 +0000 (14:10 +0900)]
emulator: code clean up "emulator.c"

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: version up.
Kitae Kim [Fri, 11 Jan 2013 04:14:33 +0000 (13:14 +0900)]
package: version up.

Update package version to fix emulator boot issue on Mac.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "emulator: Fix compilation warning" into develop
Yeongkyoon Lee [Thu, 10 Jan 2013 09:55:07 +0000 (18:55 +0900)]
Merge "emulator: Fix compilation warning" into develop

11 years agoemulator: Fix compilation warning
syeon.hwang [Thu, 10 Jan 2013 09:52:15 +0000 (18:52 +0900)]
emulator: Fix compilation warning

Fix compilation warning: virtio-esm, virtio-pci

Signed-off-by: syeon.hwang <syeon.hwang@samsung.com>
11 years agoskin: switch the z-order between main window and key window
giwoong.kim [Thu, 10 Jan 2013 09:30:00 +0000 (18:30 +0900)]
skin: switch the z-order between main window and key window

switch the z-order between main window and key window

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "emulator: fix virtio-keyboard crash on 64 bit and some code clean-up" into...
Yeongkyoon Lee [Thu, 10 Jan 2013 08:55:17 +0000 (17:55 +0900)]
Merge "emulator: fix virtio-keyboard crash on 64 bit and some code clean-up" into develop

11 years agoemulator: fix virtio-keyboard crash on 64 bit and some code clean-up
syeon.hwang [Thu, 10 Jan 2013 08:47:41 +0000 (17:47 +0900)]
emulator: fix virtio-keyboard crash on 64 bit and some code clean-up

remove some dangerous code on 64bit in mloop-event.c
fix some compilation warnings - mloop_event.c, sdb.h, virtio.h

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: fixed changelog
giwoong.kim [Thu, 10 Jan 2013 07:57:17 +0000 (16:57 +0900)]
package: fixed changelog

fixed changelog

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Thu, 10 Jan 2013 06:18:35 +0000 (15:18 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoproxy: fix exception handling
munkyu.im [Thu, 10 Jan 2013 06:10:07 +0000 (15:10 +0900)]
proxy: fix exception handling

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: Modified version.
Kitae Kim [Thu, 10 Jan 2013 01:13:45 +0000 (10:13 +0900)]
package: Modified version.

Change version for the next SDK.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: version up
Kitae Kim [Thu, 10 Jan 2013 01:07:30 +0000 (10:07 +0900)]
package: version up

Upload package version for a bug fix for skin close.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoskin: fixed a problem of skin closing
giwoong.kim [Wed, 9 Jan 2013 09:29:42 +0000 (18:29 +0900)]
skin: fixed a problem of skin closing

fixed a problem of skin closing

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Wed, 9 Jan 2013 08:15:43 +0000 (17:15 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: change temp file path
munkyu.im [Wed, 9 Jan 2013 08:12:20 +0000 (17:12 +0900)]
package: change temp file path

Installer binary is installed with compressed file.
So cannot make temp file on current path.

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agovirtio-keyboard: Fixed N_SE-19761 issue.
Kitae Kim [Tue, 8 Jan 2013 09:58:05 +0000 (18:58 +0900)]
virtio-keyboard: Fixed N_SE-19761 issue.

While host keyboard is turned on/off repeatedly, emulator is terminated abnormally.
So, added mutex destruction and ignore key events routine when host keyboard is turned off.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoproxy: arrange source code
munkyu.im [Tue, 8 Jan 2013 11:28:54 +0000 (20:28 +0900)]
proxy: arrange source code

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: indent the code
giwoong.kim [Mon, 7 Jan 2013 11:30:24 +0000 (20:30 +0900)]
skin: indent the code

indent the code & give a name to thread in skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoFrom 8fdd165fa910de700649f05f2b074a21e18500d4 Mon Sep 17 00:00:00 2001
Xin Xiaohui [Tue, 8 Jan 2013 03:21:56 +0000 (11:21 +0800)]
From 8fdd165fa910de700649f05f2b074a21e18500d4 Mon Sep 17 00:00:00 2001
Subject: [PATCH] Re-add qemu_notify_hax_event()

Signed-off-by: Xin Xiaohui <xiaohui.xin@intel.com>
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>