sdk/emulator/qemu.git
11 years agopackage: version up
Kitae Kim [Tue, 16 Jul 2013 09:54:18 +0000 (18:54 +0900)]
package: version up

Update package version.

Change-Id: Iee7c2ff185249952c85020214fc19c49fe5af0be
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoskin: save a skin path information to SkinInfomation
GiWoong Kim [Tue, 16 Jul 2013 08:36:57 +0000 (17:36 +0900)]
skin: save a skin path information to SkinInfomation

save a skin path information to SkinInfomation

Change-Id: If0cc832f9d622b5a3dc1710df4f439925d193115
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: update bios files for qemu_1.5.1.
Kitae Kim [Tue, 16 Jul 2013 06:25:49 +0000 (15:25 +0900)]
package: update bios files for qemu_1.5.1.

Changed pxe-virtio.rom to efi-virtio.rom for virtio-pci-neti on qemu 1.5.1.
So, pxe-virtio.rom for pc_1.4 board was removed and acpi-dsdt.aml for acpi feature was added.

Change-Id: Iadff6badaed2df2790596668dc005fb214fc0a4d
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoAdd CFLAGS '-fno-omit-frame-pointer' on MinGW.
SeokYeon Hwang [Tue, 16 Jul 2013 06:10:13 +0000 (15:10 +0900)]
Add CFLAGS '-fno-omit-frame-pointer' on MinGW.

A GCC on MinGW might have a bug related with omitting frame pointer.
It generates weird instructions. So we trying to avoid this bugs.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoAdd 'check-hax' and 'check-cam' to '.gitignore'.
SeokYeon Hwang [Tue, 16 Jul 2013 05:18:14 +0000 (14:18 +0900)]
Add 'check-hax' and 'check-cam' to '.gitignore'.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge branch 'tizen_qemu_1.5.1' into develop
SeokYeon Hwang [Tue, 16 Jul 2013 04:57:40 +0000 (13:57 +0900)]
Merge branch 'tizen_qemu_1.5.1' into develop

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
console.h
hw/ps2.c
input.c

11 years agoskin: modified skin layout name
GiWoong Kim [Mon, 15 Jul 2013 11:13:32 +0000 (20:13 +0900)]
skin: modified skin layout name

PhoneShapeSkin -> ProfileSpecificSkin

Change-Id: I75d0805ab8502f379e9c22efdc4648f80b3637ae
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: Key Window is docked when PhoneShapeSkin is moved
GiWoong Kim [Mon, 15 Jul 2013 10:52:04 +0000 (19:52 +0900)]
skin: Key Window is docked when PhoneShapeSkin is moved

Key Window is docked when PhoneShapeSkin is moved

Change-Id: I2df17a62c814a91899a96dad40b7576a36cd29b0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "Fix compilation warnings." into tizen_qemu_1.5.1
SeokYeon Hwang [Mon, 15 Jul 2013 05:24:48 +0000 (14:24 +0900)]
Merge "Fix compilation warnings." into tizen_qemu_1.5.1

11 years agoFix compilation warnings.
SeokYeon Hwang [Mon, 15 Jul 2013 05:34:47 +0000 (14:34 +0900)]
Fix compilation warnings.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge "Fix a mistaken declarations." into tizen_qemu_1.5.1
SeokYeon Hwang [Mon, 15 Jul 2013 04:47:34 +0000 (13:47 +0900)]
Merge "Fix a mistaken declarations." into tizen_qemu_1.5.1

11 years agoqemu: fixed compile warnings.
unknown [Mon, 15 Jul 2013 04:51:44 +0000 (13:51 +0900)]
qemu: fixed compile warnings.

Signed-off-by: unknown <kt@kt-PC.(none)>
11 years agoFix a mistaken declarations.
SeokYeon Hwang [Mon, 15 Jul 2013 04:46:18 +0000 (13:46 +0900)]
Fix a mistaken declarations.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoFix compilation error on MacOS.
SeokYeon Hwang [Fri, 12 Jul 2013 09:15:17 +0000 (18:15 +0900)]
Fix compilation error on MacOS.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoChange memory allocation api to "g_malloc".
SeokYeon Hwang [Fri, 12 Jul 2013 09:12:36 +0000 (18:12 +0900)]
Change memory allocation api to "g_malloc".

A "0" initialize is not necessary to this memory allocation.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoAdd make dependancy "clean" to "distclean".
SeokYeon Hwang [Fri, 12 Jul 2013 09:08:18 +0000 (18:08 +0900)]
Add make dependancy "clean" to "distclean".

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge "qemu: modified wrong return value and source clean-up." into tizen_qemu_1.5.1
SeokYeon Hwang [Fri, 12 Jul 2013 06:40:29 +0000 (15:40 +0900)]
Merge "qemu: modified wrong return value and source clean-up." into tizen_qemu_1.5.1

11 years agoqemu: modified wrong return value and source clean-up.
Kitae Kim [Fri, 12 Jul 2013 06:17:56 +0000 (15:17 +0900)]
qemu: modified wrong return value and source clean-up.

Changed position of variable declaration
because it causes compile warnings.

Change-Id: I5473f5806ceac48087d0e213f3c9b21f6f734d89
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoRefactor some hax related codes.
SeokYeon Hwang [Fri, 12 Jul 2013 06:36:03 +0000 (15:36 +0900)]
Refactor some hax related codes.

Change-Id: I84842e268491dd3e090d9d1c111643c7f10923d0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoskin: define redock function
GiWoong Kim [Fri, 12 Jul 2013 05:51:47 +0000 (14:51 +0900)]
skin: define redock function

define redock function for Key Window

Change-Id: Ic69edf714019a1f8c23aa40d92c78925956e3814
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "configure : Remove unnecessary pixman probe code" into tizen_qemu_1.5.1
SeokYeon Hwang [Fri, 12 Jul 2013 06:18:31 +0000 (15:18 +0900)]
Merge "configure : Remove unnecessary pixman probe code" into tizen_qemu_1.5.1

11 years agoconfigure: set cc variable as gcc in default on Windows.
Kitae Kim [Fri, 12 Jul 2013 06:14:08 +0000 (15:14 +0900)]
configure: set cc variable as gcc in default on Windows.

set cc variable as gcc in default because old mingw does not have cc.

Change-Id: I1ea93f53c4e9c765d13119f716cd6a79bc462c87
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoFix compilation error on windows.
SeokYeon Hwang [Fri, 12 Jul 2013 05:33:48 +0000 (14:33 +0900)]
Fix compilation error on windows.

Change-Id: Ib689d1efbb855a14fbe512e65e5fe89d84005208
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoconfigure : Remove unnecessary pixman probe code
jinhyung.jo [Fri, 12 Jul 2013 04:52:33 +0000 (13:52 +0900)]
configure : Remove unnecessary pixman probe code

QEMU 1.5.1 already has the pixman probe code

Change-Id: I5bf8de719d5f5ea4cb86e95a3c71bf32068ee8cd
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoMerge "skin: modified function name" into develop
Yeongkyoon Lee [Fri, 12 Jul 2013 04:22:18 +0000 (13:22 +0900)]
Merge "skin: modified function name" into develop

11 years agoMerge "skin: control the popup menu's name and visibility" into develop
Yeongkyoon Lee [Fri, 12 Jul 2013 04:22:07 +0000 (13:22 +0900)]
Merge "skin: control the popup menu's name and visibility" into develop

11 years agoconfigure: removed audio-cart-list option.
Kitae Kim [Fri, 12 Jul 2013 02:18:24 +0000 (11:18 +0900)]
configure: removed audio-cart-list option.

That option was removed on 1.5.1.

Change-Id: Ic68bb925ad56fe6af39f1e05f501d20cc7c9b96b
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: version up
Kitae Kim [Thu, 11 Jul 2013 14:13:44 +0000 (23:13 +0900)]
package: version up

Update version up.

Change-Id: I29305784e1abf87c780e7ce28def3d4a6dc3a4f6
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: changed install and remove script.
Kitae Kim [Thu, 11 Jul 2013 14:12:08 +0000 (23:12 +0900)]
package: changed install and remove script.

sh to bash shell in the script.

Change-Id: Ia0debb47b99753ac860a6e9ead2af4f7bdb59b65
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoskin: modified function name
GiWoong Kim [Thu, 11 Jul 2013 09:18:42 +0000 (18:18 +0900)]
skin: modified function name

isPhoneShape -> isGeneralPurposeSkin

Change-Id: I09019c6a7b1ba427fcf42dda360f34cbd61f1a88
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: control the popup menu's name and visibility
GiWoong Kim [Thu, 11 Jul 2013 08:18:29 +0000 (17:18 +0900)]
skin: control the popup menu's name and visibility

control the popup menu's name and visibility
through the XML file.

Change-Id: Ia2cb61f633f8d02d2c8889502824d786b02634c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "package: version up" into develop
Yeongkyoon Lee [Thu, 11 Jul 2013 08:10:24 +0000 (17:10 +0900)]
Merge "package: version up" into develop

11 years agopackage: version up
Kitae Kim [Thu, 11 Jul 2013 06:53:46 +0000 (15:53 +0900)]
package: version up

Update package version.

Change-Id: I0b563dea495aead6b25e1247b4debfbb5ff3969b
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: modified install and remove scripts.
Kitae Kim [Thu, 11 Jul 2013 06:50:38 +0000 (15:50 +0900)]
package: modified install and remove scripts.

modifed messages in the gksudo dialog when installing and removing SDK.

Change-Id: Ie9787a1d95c2a8456d2dd938c22baf1afff5fe60
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "package: modified install and remove scripts." into develop
Yeongkyoon Lee [Thu, 11 Jul 2013 08:10:15 +0000 (17:10 +0900)]
Merge "package: modified install and remove scripts." into develop

11 years agoMerge "display : modified the screenshot process" into tizen_qemu_1.5.1
SeokYeon Hwang [Thu, 11 Jul 2013 07:51:14 +0000 (16:51 +0900)]
Merge "display : modified the screenshot process" into tizen_qemu_1.5.1

11 years agodisplay : modified the screenshot process
jinhyung.jo [Thu, 11 Jul 2013 07:48:38 +0000 (16:48 +0900)]
display : modified the screenshot process

The brightness level and the overlay area are applied to the screenshot
Remove unnecessary code

Change-Id: I7635acdc7b5b96203e766ca388f6c956aeb55209
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoChange the base id of tizen virtio devices to 30.
Sangjin Kim [Thu, 11 Jul 2013 07:01:17 +0000 (16:01 +0900)]
Change the base id of tizen virtio devices to 30.

Change-Id: I3af2ef809495b7ac2065e666dab7d2193fbf649d
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoMerge "skin: modified skin folder name" into develop
Yeongkyoon Lee [Thu, 11 Jul 2013 06:46:50 +0000 (15:46 +0900)]
Merge "skin: modified skin folder name" into develop

11 years agoMerge "menu: added default popup menu schema" into develop
Yeongkyoon Lee [Thu, 11 Jul 2013 06:46:39 +0000 (15:46 +0900)]
Merge "menu: added default popup menu schema" into develop

11 years agoMerge "skin: modified XML bindings" into develop
Yeongkyoon Lee [Thu, 11 Jul 2013 06:46:15 +0000 (15:46 +0900)]
Merge "skin: modified XML bindings" into develop

11 years agopackage: version up
Kitae Kim [Thu, 11 Jul 2013 05:01:54 +0000 (14:01 +0900)]
package: version up

Update package version.

Change-Id: I23cbbc7393cebe783c09cabbc3d509dc76a93356
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoinitscript: Describe LSB information.
Kitae Kim [Thu, 11 Jul 2013 04:53:31 +0000 (13:53 +0900)]
initscript: Describe LSB information.

LSBInitScripts without description occurs a warning at the execution time.

Change-Id: Id9204f4a3fbf9a76e1d17d59124ef87c633fea45
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: modified install and remove script.
Kitae Kim [Thu, 11 Jul 2013 04:58:37 +0000 (13:58 +0900)]
package: modified install and remove script.

Modified those scripts to use TSUDO.

Change-Id: I384e894401a695338ecbb255b7b59cb15d399a1c
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoskin: modified skin folder name
GiWoong Kim [Thu, 11 Jul 2013 04:49:09 +0000 (13:49 +0900)]
skin: modified skin folder name

emul-720x1280 -> emul-720x1280-1btn

Change-Id: Ie986d0b381cf67250036208883ffe39e9ce01be8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: added default popup menu schema
GiWoong Kim [Thu, 11 Jul 2013 03:17:13 +0000 (12:17 +0900)]
menu: added default popup menu schema

added default popup menu schema

Change-Id: Idc3e35cadb533d513f5af1070c132c1ae9b2c0e0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge changes Iceb96bdc,Ic07b115c into tizen_qemu_1.5.1
SeokYeon Hwang [Thu, 11 Jul 2013 03:11:43 +0000 (12:11 +0900)]
Merge changes Iceb96bdc,Ic07b115c into tizen_qemu_1.5.1

* changes:
  display : modified the display sources to allow the qemu 1.5.1
  Revert "maru_vga : remove modlue"

11 years agodisplay : modified the display sources to allow the qemu 1.5.1
jinhyung.jo [Thu, 11 Jul 2013 03:15:49 +0000 (12:15 +0900)]
display : modified the display sources to allow the qemu 1.5.1

Change-Id: Iceb96bdce4dd85df465d6b31cea0b29b4683130e
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoRevert "maru_vga : remove modlue"
jinhyung.jo [Thu, 11 Jul 2013 01:12:46 +0000 (10:12 +0900)]
Revert "maru_vga : remove modlue"

This reverts commit f7366bc1029b665ce30ec5ccbbf3671c15ecf68d.

11 years agoMerge changes Icba860d2,Ifc019fa4 into tizen_qemu_1.5.1
SeokYeon Hwang [Wed, 10 Jul 2013 13:06:07 +0000 (22:06 +0900)]
Merge changes Icba860d2,Ifc019fa4 into tizen_qemu_1.5.1

* changes:
  Display : first fix for display error.
  Fix the error that displaying only white screen

11 years agoDisplay : first fix for display error.
jinhyung.jo [Wed, 10 Jul 2013 12:04:21 +0000 (21:04 +0900)]
Display : first fix for display error.

fix the error that died of emulator caused from SEGV

Change-Id: Icba860d25f480822729c87f403d28066aaea21d7
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoskin: modified XML bindings
GiWoong Kim [Wed, 10 Jul 2013 10:57:35 +0000 (19:57 +0900)]
skin: modified XML bindings

modified XML bindings

Change-Id: I54ed71cb70fe3d6cab080b48b71c2a119fc9be47
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoFix the error that displaying only white screen
jinhyung.jo [Wed, 10 Jul 2013 08:45:47 +0000 (17:45 +0900)]
Fix the error that displaying only white screen

Change-Id: Ifc019fa4739705417a5fc92ef2b2f3080326e60a
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoModify error message.
SeokYeon Hwang [Wed, 10 Jul 2013 07:03:54 +0000 (16:03 +0900)]
Modify error message.

Change-Id: Ia72c8634d5e70ed1d664b69c8f6422bd3cdb762e
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agovirtio-gl: additional merge.
Sangjin Kim [Wed, 10 Jul 2013 04:59:04 +0000 (13:59 +0900)]
virtio-gl: additional merge.

Change-Id: Ib303557d623957f75a1c986b2f5546bddfc72f95
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoMerge "emulator: modified error popup message" into tizen_qemu_1.5.1
SeokYeon Hwang [Wed, 10 Jul 2013 04:38:57 +0000 (13:38 +0900)]
Merge "emulator: modified error popup message" into tizen_qemu_1.5.1

11 years agoemulator: modified error popup message
GiWoong Kim [Wed, 10 Jul 2013 04:14:12 +0000 (13:14 +0900)]
emulator: modified error popup message

modified error popup message when emulator failed to
load a bios file.

Change-Id: I6b9d1d8e824dca37b387d9afd36c534fff4fb3c9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomaru_usb_touchsreen: removed compile warings.
Kitae Kim [Wed, 10 Jul 2013 04:38:37 +0000 (13:38 +0900)]
maru_usb_touchsreen: removed compile warings.

Change-Id: Ie2ef3f461930e68058427bf46201d12b0e40da1a
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agovirtio-esm: removed unnecessary macro and structure.
Kitae Kim [Wed, 10 Jul 2013 04:35:11 +0000 (13:35 +0900)]
virtio-esm: removed unnecessary macro and structure.

Change-Id: I1c7ab90bdac6c9db61d6e6b651d83c11e05a5ad3
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agovirtio-gl: Additional merge of virtio-gl.
Sangjin Kim [Wed, 10 Jul 2013 03:15:14 +0000 (12:15 +0900)]
virtio-gl: Additional merge of virtio-gl.

Change-Id: I94dfd1368fc48a191aaf477ee95cb8c6f7488db8
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoEnhancement API for PCI hot-plugging.
SeokYeon Hwang [Wed, 10 Jul 2013 02:57:27 +0000 (11:57 +0900)]
Enhancement API for PCI hot-plugging.

Change-Id: I3bd792abd1e5c01a1b5ac768339f4740a8009580
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge "maru_sdl_rotozoom : Remove unused rotozoom files" into tizen_qemu_1.5.1
SeokYeon Hwang [Wed, 10 Jul 2013 02:42:36 +0000 (11:42 +0900)]
Merge "maru_sdl_rotozoom : Remove unused rotozoom files" into tizen_qemu_1.5.1

11 years agoMerge "touch: usb touchscreen are excluded" into tizen_qemu_1.5.1
SeokYeon Hwang [Wed, 10 Jul 2013 02:42:22 +0000 (11:42 +0900)]
Merge "touch: usb touchscreen are excluded" into tizen_qemu_1.5.1

11 years agotouch: usb touchscreen are excluded
GiWoong Kim [Wed, 10 Jul 2013 02:29:25 +0000 (11:29 +0900)]
touch: usb touchscreen are excluded

usb touchscreen are excluded from Makefile

Change-Id: I8fc0954d517d2a99303a065af3e15e431a297f47
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agovirtio-hwkey, virtio-keyboard: modified for 1.5.1 upgrade
sungmin ha [Wed, 10 Jul 2013 02:48:51 +0000 (11:48 +0900)]
virtio-hwkey, virtio-keyboard: modified for 1.5.1 upgrade

Change-Id: I17fa1c1cb25c827e0bc82828eda2883e5c8ff947
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agomaru_sdl_rotozoom : Remove unused rotozoom files
jinhyung.jo [Wed, 10 Jul 2013 02:20:58 +0000 (11:20 +0900)]
maru_sdl_rotozoom : Remove unused rotozoom files

Remove unused maru_sdl_rotozoom.h and SDL_gfx dir.
Now, scaling & rotation processing use the pixman library.

Change-Id: I3b1617c1c64e8f5522e034a860d7b5aa31554627
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_codec: support other pixel formats.
Kitae Kim [Tue, 9 Jul 2013 09:21:18 +0000 (18:21 +0900)]
maru_codec: support other pixel formats.

Those pixel formats were missing.

Change-Id: I80b19aea770cf43d0b2763972510bdd2eb92330a
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agovirtio-pci: modified instance size of virtio-gl-pci.
Kitae Kim [Wed, 10 Jul 2013 01:42:02 +0000 (10:42 +0900)]
virtio-pci: modified instance size of virtio-gl-pci.

Change-Id: I833564a47e29984ceb3a934ca0b78a01f902e057
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agovirtio-gl: merge virtio-gl device.
Sangjin Kim [Tue, 9 Jul 2013 13:43:20 +0000 (22:43 +0900)]
virtio-gl: merge virtio-gl device.

Change-Id: I62f3713c03e12c4c7c5964aeb1b212fb3ae0cb98
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoFix compilation warning.
SeokYeon Hwang [Tue, 9 Jul 2013 13:15:27 +0000 (22:15 +0900)]
Fix compilation warning.

Change-Id: I6bc8320531ed3ddd20fc58cdbde6479859ca6085
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoDisable arm build by default.
SeokYeon Hwang [Tue, 9 Jul 2013 13:12:15 +0000 (22:12 +0900)]
Disable arm build by default.

Change-Id: I8ae9faeb3d6347635760018fdd368879b6775d2e

11 years agoMerge "virtio-esm: merged virtio-esm." into tizen_qemu_1.5.1
SeokYeon Hwang [Tue, 9 Jul 2013 13:00:06 +0000 (22:00 +0900)]
Merge "virtio-esm: merged virtio-esm." into tizen_qemu_1.5.1

11 years agoMerging......
SeokYeon Hwang [Tue, 9 Jul 2013 13:09:29 +0000 (22:09 +0900)]
Merging......

Change-Id: I69779db2bca37a79a5ed95f89cbeb7dec0fae072
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agovirtio-esm: merged virtio-esm.
Kitae Kim [Tue, 9 Jul 2013 13:09:09 +0000 (22:09 +0900)]
virtio-esm: merged virtio-esm.

Change-Id: I16023c102e0cd56b0ae852519521d31f0a52f58a
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "touchscreen: added virtio_touchscreen_class_init" into tizen_qemu_1.5.1
SeokYeon Hwang [Tue, 9 Jul 2013 12:46:42 +0000 (21:46 +0900)]
Merge "touchscreen: added virtio_touchscreen_class_init" into tizen_qemu_1.5.1

11 years agotouchscreen: added virtio_touchscreen_class_init
GiWoong Kim [Tue, 9 Jul 2013 12:54:45 +0000 (21:54 +0900)]
touchscreen: added virtio_touchscreen_class_init

Change-Id: I9d22018adf7649d7db05ccc191fec903a6c5dabc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "virtio-hwkey: modified for 1.5.1 upgrade" into tizen_qemu_1.5.1
SeokYeon Hwang [Tue, 9 Jul 2013 12:29:21 +0000 (21:29 +0900)]
Merge "virtio-hwkey: modified for 1.5.1 upgrade" into tizen_qemu_1.5.1

11 years agovirtio-hwkey: modified for 1.5.1 upgrade
sungmin ha [Tue, 9 Jul 2013 12:29:40 +0000 (21:29 +0900)]
virtio-hwkey: modified for 1.5.1 upgrade

Change-Id: Ic543505601fe55d0f73a654173b53cdb19ba6136
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agoemulator: removed compile warnings.
Kitae Kim [Tue, 9 Jul 2013 12:27:44 +0000 (21:27 +0900)]
emulator: removed compile warnings.

Change-Id: I6851ad5d1afadba3824118b4c1327ceff90fe7c4
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agomaru_vga : remove modlue
jinhyung.jo [Tue, 9 Jul 2013 12:11:07 +0000 (21:11 +0900)]
maru_vga : remove modlue

This modlue is no more needed.

Change-Id: I285382299f1be3872a6191087f45b982b6e1ceb6
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agodisplay : modified the display sources
jinhyung.jo [Tue, 9 Jul 2013 11:46:15 +0000 (20:46 +0900)]
display : modified the display sources

modified the source to allow the changed display structure

Change-Id: Iea72e612e5cb19edf1fab4080354f29a064036e5
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agohwkey: remove ps2kbd
GiWoong Kim [Tue, 9 Jul 2013 11:44:53 +0000 (20:44 +0900)]
hwkey: remove ps2kbd

remove ps2kbd

Change-Id: I96837b42cc7028185c5bdbc030f8350f730b4a60
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "virtio-pci: modified from TYPE_PCI_DEVICE to TYPE_VIRTIO_PCI." into tizen_qemu...
SeokYeon Hwang [Tue, 9 Jul 2013 10:51:04 +0000 (19:51 +0900)]
Merge "virtio-pci: modified from TYPE_PCI_DEVICE to TYPE_VIRTIO_PCI." into tizen_qemu_1.5.1

11 years agoMerge "merge maru_pm.c" into tizen_qemu_1.5.1
SeokYeon Hwang [Tue, 9 Jul 2013 10:42:08 +0000 (19:42 +0900)]
Merge "merge maru_pm.c" into tizen_qemu_1.5.1

11 years agoMerge changes I1466e2f7,I16959c44 into tizen_qemu_1.5.1
Sangjin Kim [Tue, 9 Jul 2013 09:03:43 +0000 (18:03 +0900)]
Merge changes I1466e2f7,I16959c44 into tizen_qemu_1.5.1

* changes:
  merge maruskin_operation.c & maruskin_keymap.c
  merge maru_virtio_touchscreen.c temporarily

11 years agovirtio-keyboard: modified for 1.5.1 upgrade
sungmin ha [Tue, 9 Jul 2013 09:08:34 +0000 (18:08 +0900)]
virtio-keyboard: modified for 1.5.1 upgrade

Change-Id: I8e04c569750c16f3e819941974ba2f67f870c197
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agovirtio-pci: modified from TYPE_PCI_DEVICE to TYPE_VIRTIO_PCI.
Kitae Kim [Tue, 9 Jul 2013 08:56:24 +0000 (17:56 +0900)]
virtio-pci: modified from TYPE_PCI_DEVICE to TYPE_VIRTIO_PCI.

Those macro is required to register each device to pci-bus.

Change-Id: I43541a8f38426afc6a994a4429fa5a06ce6c1474
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agomerge maru_pm.c
jihye kim [Tue, 9 Jul 2013 08:43:45 +0000 (17:43 +0900)]
merge maru_pm.c

Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
11 years agomerge maruskin_operation.c & maruskin_keymap.c
GiWoong Kim [Tue, 9 Jul 2013 08:35:12 +0000 (17:35 +0900)]
merge maruskin_operation.c & maruskin_keymap.c

Change-Id: I1466e2f7306f2cf674f818e40eaf8c37050b401e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomerge maru_virtio_touchscreen.c temporarily
GiWoong Kim [Tue, 9 Jul 2013 08:14:50 +0000 (17:14 +0900)]
merge maru_virtio_touchscreen.c temporarily

Change-Id: I16959c443e132b4777f9729c15300865f73c592b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "Merging....." into tizen_qemu_1.5.1
SeokYeon Hwang [Tue, 9 Jul 2013 07:50:39 +0000 (16:50 +0900)]
Merge "Merging....." into tizen_qemu_1.5.1

11 years agoMerging.....
SeokYeon Hwang [Tue, 9 Jul 2013 08:01:50 +0000 (17:01 +0900)]
Merging.....

Change-Id: I01a183cc782d5266abc1bf782a5ac86bc2f4b3dd
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agovirtio: removed previous virtio modules.
Kitae Kim [Tue, 9 Jul 2013 07:41:16 +0000 (16:41 +0900)]
virtio: removed previous virtio modules.

Change-Id: Ie34a7dcea9a0f607a05437ed30f9b6f9d5fb1c23
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agovirtio-pci: merged virtio-pci module and others.
Kitae Kim [Tue, 9 Jul 2013 07:09:18 +0000 (16:09 +0900)]
virtio-pci: merged virtio-pci module and others.

Change-Id: I11b764cd55316377cffd96a6ea77d5590d43b3d6
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "merge input.c" into tizen_qemu_1.5.1
SeokYeon Hwang [Tue, 9 Jul 2013 06:55:39 +0000 (15:55 +0900)]
Merge "merge input.c" into tizen_qemu_1.5.1

11 years agomerge input.c
GiWoong Kim [Tue, 9 Jul 2013 06:51:28 +0000 (15:51 +0900)]
merge input.c

Change-Id: Iaf9ffcbb6418c25cf934a04493d61b72d0b9977c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerging : merge the maru_camera files
jinhyung.jo [Tue, 9 Jul 2013 06:38:27 +0000 (15:38 +0900)]
Merging : merge the maru_camera files

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoMerging....
SeokYeon Hwang [Tue, 9 Jul 2013 05:48:29 +0000 (14:48 +0900)]
Merging....

Change-Id: Ic464b6e1b0a1039a56d9db5ed7cbe8338cc7e80f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerging...
SeokYeon Hwang [Tue, 9 Jul 2013 05:23:01 +0000 (14:23 +0900)]
Merging...

Change-Id: I9446bb9dc49d36b9f07a05ff12fadc8d45a48884
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerging...
SeokYeon Hwang [Tue, 9 Jul 2013 04:04:58 +0000 (13:04 +0900)]
Merging...

Change-Id: I8faa7608115d79f4ecc75da0fe2de21d8f1c2b26
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>