Kitae Kim [Fri, 23 May 2014 02:31:43 +0000 (11:31 +0900)]
virtio-9p: fix wrong control flow
mp_dacl_setxattr function was returned before releasing a buffer.
Change-Id: Id81ea87389408bafd3a4ee5e08c71d6cd2c98e98
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
jinhyung.jo [Thu, 22 May 2014 08:15:06 +0000 (17:15 +0900)]
package: version up
up to 1.7.41
Change-Id: Ieb9074b0cb8d2c2e7d88e882de2f2173b1d07627
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Thu, 22 May 2014 08:00:38 +0000 (01:00 -0700)]
Merge "maru_sdl: fix release routine" into tizen
Kitae Kim [Wed, 21 May 2014 07:41:01 +0000 (16:41 +0900)]
maru_sdl: fix release routine
When emulator exits normally, release routine at maru_sdl causes an error.
sdl-workthread has to be destroyed before releasing condition and mutex variables.
Change-Id: I46da25cc5a5ca59284b18ff0de94a6cf27ecccc2
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
jinhyung.jo [Mon, 19 May 2014 10:13:13 +0000 (19:13 +0900)]
maru: modified some device names
changed the link letter from the underline to the hyphen
and... some modification of logs
Change-Id: I31c3a348fc68996fb1c14cb21dbdefc0de905114
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Tue, 20 May 2014 12:01:38 +0000 (05:01 -0700)]
Merge "package: version up" into tizen
SeokYeon Hwang [Tue, 20 May 2014 12:01:07 +0000 (05:01 -0700)]
Merge "tethering: modify protobuf messages" into tizen
SeokYeon Hwang [Tue, 20 May 2014 11:48:17 +0000 (04:48 -0700)]
Merge "screenshot: fix screen shot feature" into tizen
SeokYeon Hwang [Tue, 20 May 2014 11:47:16 +0000 (04:47 -0700)]
Merge "vitrio-9p: enable the virtio-9p on windows." into tizen
Sangho Park [Tue, 20 May 2014 09:07:58 +0000 (02:07 -0700)]
Merge changes Icc56eea0,I76dfbd3c into tizen
* changes:
backtrace: avoid possible memory corruption have to resolve this asap;
ecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH not to call ecs_close in stop_ecs (FIXME)
Sangho Park [Tue, 20 May 2014 09:07:20 +0000 (02:07 -0700)]
Merge "guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH" into tizen
Sangho Park [Tue, 20 May 2014 09:06:32 +0000 (02:06 -0700)]
Merge "threading: use qemu_thread_XXX abstraction instead of pthread native functions" into tizen
GiWoong Kim [Tue, 20 May 2014 02:01:31 +0000 (11:01 +0900)]
package: version up
1.7.40
Change-Id: I42aa78b6b1e8d9d16e4f0c710e4571098a6fc506
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 19 May 2014 09:21:50 +0000 (18:21 +0900)]
screenshot: fix screen shot feature
update display during screenshot generating
modified some variable/function names
Change-Id: I4d57d281b337984d04577724ad1b844f94b4b90e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Sooyoung Ha [Mon, 19 May 2014 08:49:32 +0000 (17:49 +0900)]
vitrio-9p: enable the virtio-9p on windows.
Fix the virtfs-9p build failure on some windows environment and enable it.
The old-version MinGW's 'struct dirent' doesn't support 'd_type' member. This d_type has the information of the file type, but it's not mandatory. The other api can get the file type information. So d_type is to be always zero on windows.(zero means unknown type)
Change-Id: I1c657134bbc6188a7d6a9cfc2534664efe3ceea4
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Geunhae LEE [Mon, 12 May 2014 10:54:19 +0000 (19:54 +0900)]
backtrace: avoid possible memory corruption have to resolve this asap;
Change-Id: Icc56eea02acfdf09017cc4bec550a9a1a6181e76
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
Kitae Kim [Thu, 8 May 2014 06:33:33 +0000 (15:33 +0900)]
tethering: modify protobuf messages
Change-Id: I7daab3c3d867894bf7fecb6a976529d8d07cf7dc
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Geunhae LEE [Mon, 12 May 2014 12:12:24 +0000 (21:12 +0900)]
ecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH not to call ecs_close in stop_ecs (FIXME)
Change-Id: I76dfbd3c4e97fd925f0d1108c034f9eecf05f5c7
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
Geunhae LEE [Mon, 12 May 2014 12:11:23 +0000 (21:11 +0900)]
guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH
Change-Id: I05193e013dcb4f87b84bc2e4747e81af2fdc7fb4
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
hyunjin816.lee [Thu, 15 May 2014 04:59:46 +0000 (13:59 +0900)]
skin: modify zoom in/out method in ScreenshotDialog
implement zoom in/out using scale bar and ctrl+wheel instead of buttons
modify screenshot file name, yyyy-MM-dd-hhmmss to yyyy-MM-dd-HHmmss
Change-Id: I7507c999482e0710fd7836281887ae3100afd6c1
Signed-off-by: hyunjin816.lee <hyunjin816.lee@samsung.com>
SeokYeon Hwang [Wed, 14 May 2014 04:56:54 +0000 (21:56 -0700)]
Merge "maru_board: set X error handler" into tizen
SeokYeon Hwang [Wed, 14 May 2014 04:56:39 +0000 (21:56 -0700)]
Merge "check_gl: cleanup allocated resources" into tizen
Geunhae LEE [Wed, 14 May 2014 04:45:14 +0000 (13:45 +0900)]
threading: use qemu_thread_XXX abstraction instead of pthread native functions
Change-Id: Id8853d22d29eab4b7c91555e9465455282df93a1
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
SeokYeon Hwang [Wed, 14 May 2014 04:33:30 +0000 (21:33 -0700)]
Merge "nfc: Support old protocol" into tizen
SeokYeon Hwang [Tue, 13 May 2014 08:27:26 +0000 (01:27 -0700)]
Merge "vitrio-9p: disable the virtio-9p on windows." into tizen
Sooyoung Ha [Tue, 13 May 2014 08:26:56 +0000 (17:26 +0900)]
vitrio-9p: disable the virtio-9p on windows.
Change-Id: I324f8a6a356ab6789be59195cb19a41762e411aa
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Kitae Kim [Tue, 13 May 2014 08:10:02 +0000 (17:10 +0900)]
virtio-9p: fix compilation error on Mac OS X.
Change-Id: Iab0dc5472a993dcf392bcdd084154cab6baab238
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Munkyu Im [Tue, 13 May 2014 08:00:47 +0000 (17:00 +0900)]
nfc: Support old protocol
Currently nfc packet supports new protocol.
But It's not in use.
So back to old protocol.
Change-Id: Ic38facdecd91e817dfda5d3e010329200ebf78f2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sooyoung Ha [Tue, 13 May 2014 07:44:43 +0000 (16:44 +0900)]
package: version up
1.7.39
Change-Id: I957200f8260f82036d8a035c8855e79a0502c43b
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 13 May 2014 07:34:07 +0000 (16:34 +0900)]
virtio-9p: fix windows build error that is due to qemu 2.0 merge.
Change-Id: I63dfd087c6935c5c5d33990964035fb0a3cdd706
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Stanislav Vorobiov [Tue, 13 May 2014 06:57:10 +0000 (10:57 +0400)]
maru_board: set X error handler
with VirtGL code out X error handler is
not being set, so set it in board init code
Change-Id: I0531e2307ae1d60bf2c0285e82eca160c95b68ee
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Stanislav Vorobiov [Tue, 13 May 2014 06:44:38 +0000 (10:44 +0400)]
check_gl: cleanup allocated resources
since check_gl is now being used inside qemu
process we need to cleanup resources allocated by it
Change-Id: Icb5ccf8e7ccc67e57c1ec856a1348c767599a95a
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
SeokYeon Hwang [Tue, 13 May 2014 06:21:35 +0000 (23:21 -0700)]
Merge "check_gl: GLESv3 workaround for Mac OS X 10.7" into tizen
SeokYeon Hwang [Tue, 13 May 2014 06:21:21 +0000 (23:21 -0700)]
Merge "YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7" into tizen
Stanislav Vorobiov [Mon, 12 May 2014 13:34:20 +0000 (17:34 +0400)]
check_gl: GLESv3 workaround for Mac OS X 10.7
Mac OS X 10.7 supports OpenGL 3.2, however, it doesn't have
all the necessary functions implemented in order to implement
GLESv3 on target. This workaround checks for some mandatory
functions and if at least one of them is not present - we conclude
that GLESv3 is not supported
Change-Id: I855c5cfbb724b8f43ba00dbfa6f5c30431a91d4b
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Stanislav Vorobiov [Mon, 12 May 2014 12:56:54 +0000 (16:56 +0400)]
YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7
Mac OS X 10.7 supports OpenGL 3.2, however, it doesn't have
all the necessary functions implemented in order to implement
GLESv3 on target. This workaround checks for some mandatory
functions and if at least one of them is not present - we revert
back to OpenGL 2.1. A nicer fix would be checking for OpenGL
functions globally, not in CGL backend, this is a TODO
Change-Id: I9c0acce3220af9ed7276a8586fa18b97d8223079
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Sangho Park [Tue, 13 May 2014 06:11:32 +0000 (23:11 -0700)]
Merge "tethering: support wifi connection" into tizen
Sangho Park [Tue, 13 May 2014 06:11:25 +0000 (23:11 -0700)]
Merge "skin: prevent disposed widget accessing" into tizen
Kitae Kim [Tue, 13 May 2014 05:11:54 +0000 (14:11 +0900)]
package: version up
1.7.38
Change-Id: I214d10bc4b03b68c76697dcc8958064af3070bf5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeon Hwang [Mon, 12 May 2014 06:11:35 +0000 (15:11 +0900)]
Merge branch 'tizen_qemu_2.0' into tizen
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-posix-acl.c
hw/9pfs/virtio-9p-xattr-user.c
hw/9pfs/virtio-9p-xattr.c
hw/9pfs/virtio-9p-xattr.h
hw/9pfs/virtio-9p.h
hw/virtio/virtio-pci.c
tizen/src/emulator.c
tizen/src/hw/maru_brill_codec.c
tizen/src/hw/maru_virtio_touchscreen.h
tizen/src/maru_sdl.c
GiWoong Kim [Mon, 12 May 2014 05:41:10 +0000 (14:41 +0900)]
skin: prevent disposed widget accessing
Change-Id: I7676fe2e85226e59e757e3bf35ab8c9082e9584e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Mon, 12 May 2014 02:30:27 +0000 (19:30 -0700)]
Merge "virtio-9p: enable the virtfs on Windows." into tizen
Sooyoung Ha [Fri, 9 May 2014 05:56:15 +0000 (14:56 +0900)]
virtio-9p: enable the virtfs on Windows.
support the virtio-9p local operations on Windows to provide host directory sharing.
Change-Id: Ib8869cba7bd1cb248d23feb19c73235b19192d86
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
GiWoong Kim [Thu, 8 May 2014 02:49:12 +0000 (11:49 +0900)]
display: source clean-up
convert pthread to qemu_thread
modified function name & etc
Change-Id: I022a36e51186367b87283fc07754847a98413f4e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Wed, 23 Apr 2014 04:22:14 +0000 (13:22 +0900)]
tethering: support wifi connection
Make a connection no matter which type of connection is used.
Change-Id: Iaf29392531ee5b0ca21d606cf3d2e927fef35a84
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
GiWoong Kim [Thu, 8 May 2014 10:57:57 +0000 (19:57 +0900)]
ecs: modified command name
gesture -> TGesture
Change-Id: I77edc21d497898d02b50f070d175e0b1f938c4c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 25 Apr 2014 10:47:25 +0000 (19:47 +0900)]
skin: add wearable skins
Change-Id: I236ecd160056355a1f3491c5eb564ebde8a4afd5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 8 May 2014 02:49:12 +0000 (11:49 +0900)]
display: source clean-up
convert pthread to qemu_thread
modified function name & etc
Change-Id: I022a36e51186367b87283fc07754847a98413f4e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 28 Apr 2014 05:40:14 +0000 (14:40 +0900)]
display: added maru_sdl_processing file
Image processing related codes move out of display codes.
Change-Id: I99105069ca41bd3a1fa3ef365234d10da5b1f186
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit
e5a2c7be202ce5c303b4e207a472de137fa155ad)
GiWoong Kim [Tue, 29 Apr 2014 05:09:19 +0000 (14:09 +0900)]
skin: using binary path for external file access
Change-Id: Idfdb1f0454bd17e341d721fec019eefd7f6dcef6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Tue, 29 Apr 2014 11:18:27 +0000 (04:18 -0700)]
Merge changes Ied37ca61,I99105069 into tizen
* changes:
package: version up
display: added maru_sdl_processing file
SeokYeon Hwang [Tue, 29 Apr 2014 10:59:59 +0000 (03:59 -0700)]
Merge "maru_vga: remove device" into tizen_qemu_2.0
SeokYeon Hwang [Tue, 29 Apr 2014 10:58:36 +0000 (03:58 -0700)]
Merge "Revert "ecs: added null handling"" into tizen
SeokYeon Hwang [Tue, 29 Apr 2014 10:58:21 +0000 (03:58 -0700)]
Merge "VirtGL: remove device" into tizen_qemu_2.0
SeokYeon Hwang [Tue, 29 Apr 2014 10:57:36 +0000 (03:57 -0700)]
Merge "maru_board: support ACPI PCI Hotplug" into tizen_qemu_2.0
SeokYeon Hwang [Tue, 29 Apr 2014 10:26:14 +0000 (03:26 -0700)]
Merge changes I5463b08a,Ic034673c into tizen
* changes:
virtio-9p: fix compiliation error and source clean-up.
virtio-9p: enable virtfs on Mac OS X.
SeokYeon Hwang [Tue, 29 Apr 2014 10:18:53 +0000 (03:18 -0700)]
Merge "display: add draw_image to maru_sdl" into tizen_qemu_2.0
jinhyung.jo [Tue, 29 Apr 2014 07:04:39 +0000 (16:04 +0900)]
maru_vga: remove device
From now on, we use VIGS device.
Change-Id: Ic7f7ba8bbaebe22227f1d252cf5739b4b0cb9033
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Fri, 25 Apr 2014 12:47:11 +0000 (21:47 +0900)]
VirtGL: remove device
From now on, we use YaGL device.
Change-Id: Ice1be9eb1fe135b15475c3b51ee5b82f7b503d37
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Kitae Kim [Thu, 12 Dec 2013 06:02:42 +0000 (15:02 +0900)]
virtio-9p: fix compiliation error and source clean-up.
The previous commit comes from qemu 1.2 version.
This commit resolves compiliation errors and clean sources up.
Change-Id: I5463b08aaccaa40a431dd7ee965bcf6d0faf3c01
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Tue, 29 Oct 2013 08:14:12 +0000 (17:14 +0900)]
virtio-9p: enable virtfs on Mac OS X.
Support virtio-9p local operation on Mac OS X to provide host directory sharing.
Change-Id: Ic034673c6d3d4102ebe4fbaea7e186fffec34a2f
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Jinhyung Jo [Tue, 29 Apr 2014 05:27:03 +0000 (22:27 -0700)]
Revert "ecs: added null handling"
This reverts commit
d62b9b29e1d3b375d9524e2a585ffef5087259f0.
Change-Id: I7250c4daf34223fe57f8815305718607bc278dfb
GiWoong Kim [Thu, 24 Apr 2014 08:05:46 +0000 (17:05 +0900)]
display: add draw_image to maru_sdl
On Windows, the display off guide image can be rubbed out
from display surface when emulator window comes from outside
of host monitor bounds by dragging. So, to prevent this,
display should not stop the updating while window dragging.
Change-Id: If7de4b484014a9ac2b3476e2f548954117a15b8f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit
924bba3123c788a034578b691cfd8f25e85798e9)
jinhyung.jo [Tue, 29 Apr 2014 04:29:19 +0000 (13:29 +0900)]
maru_camera: Fixed a bug
Fix a bug that emulator is closed unexpectedly
when the webcam is not connected to the host PC.
Change-Id: I53c7101aa4255666dd8087d4c7034d152ea5745f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Tue, 29 Apr 2014 04:29:19 +0000 (13:29 +0900)]
maru_camera: Fixed a bug
Fix a bug that emulator is closed unexpectedly
when the webcam is not connected to the host PC.
Change-Id: I53c7101aa4255666dd8087d4c7034d152ea5745f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Tue, 29 Apr 2014 04:08:30 +0000 (13:08 +0900)]
maru_board: support ACPI PCI Hotplug
Change-Id: I9d3ba199e17f40ee0aa702616f9d5db79f5bef46
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Mon, 28 Apr 2014 07:53:02 +0000 (16:53 +0900)]
package: version up
1.7.37
Change-Id: Ied37ca61b7dc4e0fc8c403ef52528443bef87ed0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 28 Apr 2014 05:40:14 +0000 (14:40 +0900)]
display: added maru_sdl_processing file
Image processing related codes move out of display codes.
Change-Id: I99105069ca41bd3a1fa3ef365234d10da5b1f186
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Fri, 25 Apr 2014 08:39:33 +0000 (12:39 +0400)]
audio/intel-hda: support FIFORDY
linux kernel 3.12 has changed intel-hda
driver to always check for FIFORDY, this
causes long hangs in guest since QEMU
always has this bit set to 0. We now simply set
it to 1 always, since we're synchronous anyway
and always ready to receive the stream
Change-Id: I5bb3f36094e6c8b23a0338f31ff949d863c378ec
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
(cherry picked from commit
62c37a816010779308706bf69bfd897aedbdbf6d)
SeokYeon Hwang [Mon, 28 Apr 2014 06:59:35 +0000 (23:59 -0700)]
Merge "skin: add HVGA 3btn mobile skin" into tizen
SeokYeon Hwang [Mon, 28 Apr 2014 06:59:15 +0000 (23:59 -0700)]
Merge "display: add draw_image to maru_sdl" into tizen
Stanislav Vorobiov [Fri, 25 Apr 2014 08:39:33 +0000 (12:39 +0400)]
audio/intel-hda: support FIFORDY
linux kernel 3.12 has changed intel-hda
driver to always check for FIFORDY, this
causes long hangs in guest since QEMU
always has this bit set to 0. We now simply set
it to 1 always, since we're synchronous anyway
and always ready to receive the stream
Change-Id: I5bb3f36094e6c8b23a0338f31ff949d863c378ec
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
GiWoong Kim [Fri, 25 Apr 2014 05:27:30 +0000 (14:27 +0900)]
skin: add HVGA 3btn mobile skin
Change-Id: I1b5ec9cf7269278dfdc4d00753d3fe047961c09d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Fri, 25 Apr 2014 02:02:56 +0000 (19:02 -0700)]
Merge "build: some warnings treated as error on windows" into tizen_qemu_2.0
SeokYeon Hwang [Fri, 25 Apr 2014 02:02:45 +0000 (19:02 -0700)]
Merge "build: remove "implicit declaration of function" warnings" into tizen_qemu_2.0
SeokYeon Hwang [Fri, 25 Apr 2014 02:02:35 +0000 (19:02 -0700)]
Merge "hax: modify some codes for QEMU 2.0" into tizen_qemu_2.0
SeokYeon Hwang [Thu, 24 Apr 2014 12:29:02 +0000 (21:29 +0900)]
build: fix invalid merge
Change-Id: I201f1ed69be602742e988ae8be513f2ff7ff96a5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 24 Apr 2014 12:17:31 +0000 (05:17 -0700)]
Merge "evdi,nfc: add checking if initialized" into tizen_qemu_2.0
jinhyung.jo [Wed, 16 Apr 2014 06:50:26 +0000 (15:50 +0900)]
maru: Change the device initialization routine.
Brightness, overlay and camera device can be added by option instead of forced initializing.
Remove unneccessary code, used to check devices(virtgl & camera)
Change-Id: Ie5cd5520ca17b7920342f6b2ae21e4c1f685c5e1
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Kitae Kim [Mon, 14 Apr 2014 08:43:56 +0000 (17:43 +0900)]
brillcodec: remove init function
init fucntion of this device is called when qemu launched with codec-pci parameter.
Change-Id: I2cb155c5807d4f5e2637d756b18514d9dc2d70fa
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Conflicts:
tizen/src/hw/maru_brill_codec.c
sungmin ha [Wed, 16 Apr 2014 10:09:30 +0000 (19:09 +0900)]
hwkey: Device init check routine was added.
Change-Id: Icc246b14dacb59d55a466ea6a5c282720f77fe07
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Wed, 16 Apr 2014 11:58:01 +0000 (20:58 +0900)]
emulator: modified touchscreen option
added max_point deivce option for virtio touchscreen
remove -max-touch-point option
Change-Id: I32ff1b18d39c6c05364a5723ab68a0b9887fa047
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Conflicts:
tizen/src/hw/maru_virtio_touchscreen.h
Munkyu Im [Thu, 17 Apr 2014 06:35:29 +0000 (15:35 +0900)]
evdi,nfc: add checking if initialized
It returns false if device is not initialized.
Change-Id: I1e96d6ebb9e14b11217232c129598767394ffd5e
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
(cherry picked from commit
f48ac4136b3603f392ac2489afe5687440d371a0)
SeokYeon Hwang [Thu, 24 Apr 2014 11:59:49 +0000 (20:59 +0900)]
build: some warnings treated as error on windows
Add next compiler options.
-Werror=implicit-function-declaration
-Werror=implicit-int
Change-Id: If6011e64b0844c92d80442f1e07adde77c2b4fa7
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 24 Apr 2014 11:31:59 +0000 (04:31 -0700)]
Merge "build: add --disable-gtk option" into tizen_qemu_2.0
SeokYeon Hwang [Thu, 24 Apr 2014 11:27:02 +0000 (20:27 +0900)]
build: remove "implicit declaration of function" warnings
Change-Id: Iab0442523bad977a72834947753e9c47ba52f54f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Thu, 24 Apr 2014 08:05:46 +0000 (17:05 +0900)]
display: add draw_image to maru_sdl
On Windows, the display off guide image can be rubbed out
from display surface when emulator window comes from outside
of host monitor bounds by dragging. So, to prevent this,
display should not stop the updating while window dragging.
Change-Id: If7de4b484014a9ac2b3476e2f548954117a15b8f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Thu, 24 Apr 2014 07:47:57 +0000 (16:47 +0900)]
hax: modify some codes for QEMU 2.0
Change-Id: Ia434e1c4182dc817adf22c8f8d5b7044da0365f1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 24 Apr 2014 07:46:09 +0000 (16:46 +0900)]
emulator: clean-up "emulator.c" for "envp"
Change-Id: I8b5f97f2bb51d1e37164856589d2193ef5244738
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 24 Apr 2014 05:43:27 +0000 (14:43 +0900)]
Revert "hax: modify some codes for QEMU 2.0"
This reverts commit
92d5793f73c463576a17d6a281cf7b3c8804aea0.
SeokYeon Hwang [Thu, 24 Apr 2014 05:43:17 +0000 (14:43 +0900)]
Revert "hax: fix compilation error"
This reverts commit
3b574fcb46f69fc747426050746e31e43228f2e6.
Kitae Kim [Thu, 24 Apr 2014 02:17:09 +0000 (11:17 +0900)]
build: add --disable-gtk option
Change-Id: I1651303404594c814adea5718c223270f5b73ac5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeon Hwang [Thu, 24 Apr 2014 01:22:05 +0000 (18:22 -0700)]
Merge "booting: bypassing envp args from emulator main to qemu main" into tizen_qemu_2.0
SeokYeon Hwang [Thu, 24 Apr 2014 01:17:00 +0000 (18:17 -0700)]
Merge "build: add CURL_LIBS in Makefile" into tizen_qemu_2.0
SeokYeon Hwang [Thu, 24 Apr 2014 01:16:34 +0000 (18:16 -0700)]
Merge "misc: removed white space." into tizen_qemu_2.0
Jinhyung Choi [Thu, 24 Apr 2014 00:51:55 +0000 (09:51 +0900)]
misc: removed white space.
Change-Id: I7df994a0ac7383208e9648c790d5c1301305dfe3
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Kitae Kim [Wed, 23 Apr 2014 11:39:02 +0000 (20:39 +0900)]
build: add CURL_LIBS in Makefile
As CURL_LIBS variable has been created since qemu_2.0,
curl link has to be included in the Makefile to avoid link error.
Change-Id: I08df3015cc57fea44613f5e4b08eec42beefdda6
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Wed, 23 Apr 2014 11:36:17 +0000 (20:36 +0900)]
hax: fix compilation error
Remove spaces after back-slash on CPU_COMMON macro.
Change-Id: If9a9e16acda24d5bd8309662baa5e7f2f2ab71eb
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Jinhyung Choi [Wed, 23 Apr 2014 10:15:31 +0000 (19:15 +0900)]
booting: bypassing envp args from emulator main to qemu main
Change-Id: I5b55105531b21b28853faf4e4717b81efeb5e342
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
SeokYeon Hwang [Wed, 23 Apr 2014 09:37:56 +0000 (18:37 +0900)]
hax: modify some codes for QEMU 2.0
Change-Id: I512d7d7d4b2eca10e887edef41ae63c974a1c1f6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>