projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0b3c2
)
evdi: removed emuld connection nofication.
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Mon, 5 Jan 2015 13:26:03 +0000
(22:26 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Mon, 5 Jan 2015 13:26:03 +0000
(22:26 +0900)
- The connection message is sent by emuld.
Change-Id: I3d40c422c44e74bdf79b86e6ffe7c1ebe2e1a653
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
drivers/maru/maru_virtio_evdi.c
patch
|
blob
|
history
diff --git
a/drivers/maru/maru_virtio_evdi.c
b/drivers/maru/maru_virtio_evdi.c
index 0b0165d94d2b88603016fbfd52eb89e03cea73c2..3b4b9a9ae452079b9923841f9e5387dc4ac01847 100644
(file)
--- a/
drivers/maru/maru_virtio_evdi.c
+++ b/
drivers/maru/maru_virtio_evdi.c
@@
-250,7
+250,7
@@
static int evdi_open(struct inode* inode, struct file* filp)
evdi_info->guest_connected = true;
- send_guest_connected_msg(true);
+
//
send_guest_connected_msg(true);
ret = _make_buf_and_kick();
if (ret < 0)