emulator: clean-up emulator network initialization
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 4 Jan 2016 10:28:26 +0000 (19:28 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 5 Jan 2016 12:15:21 +0000 (21:15 +0900)
commit346ee8b1ee5cccd871ba7bc2c0a78c4e98d88748
treef47ecdfe195bcb018ea1483cdefa24748bf31fd8
parent67a8399cae344e2261475fb054914385624f19a5
emulator: clean-up emulator network initialization

Do port forwarding and base port initialization at once.
Some emul_state getters/setters are refined.
"sdb.c" is "net_helper.c" now and it use new_debug_channel.

Change-Id: I0659b35e231a8f60bd3707a2d04b09213a9cb830
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
20 files changed:
include/net/slirp.h
net/slirp.c
tizen/src/ecs/ecs.c
tizen/src/ecs/ecs_msg_injector.c
tizen/src/emul_state.c
tizen/src/emul_state.h
tizen/src/emulator.c
tizen/src/hw/maru_pm.c
tizen/src/ui/menu/contextmenu.cpp
tizen/src/ui/menu/contextmenu.h
tizen/src/ui/menu/screenshotdialog.cpp
tizen/src/ui/menu/shellopener.cpp
tizen/src/ui/qt5_supplement.cpp
tizen/src/util/Makefile.objs
tizen/src/util/net_helper.c [moved from tizen/src/util/sdb.c with 74% similarity]
tizen/src/util/net_helper.h [moved from tizen/src/util/sdb.h with 74% similarity]
tizen/src/util/osutil-darwin.c
tizen/src/util/osutil-linux.c
tizen/src/util/osutil-win32.c
vl.c