base, dev: Fix port message for vnc and terminal
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 20 Feb 2018 17:52:25 +0000 (11:52 -0600)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 9 May 2018 09:25:32 +0000 (09:25 +0000)
commitb7bf68e287da0bda044e9b5e8366169fad86c27a
treec023b5abc49cd407c2ea22e08656b29b86cec93a
parentc1a2905aa22a7f46a50cb9b86a265923d6af341b
base, dev: Fix port message for vnc and terminal

When running gem5, the simulator outputs the following message to
describe the ports used by the VNC server and ther terminal:

Listening for system connection on port 5900
Listening for system connection on port 3456

The code used to extract the basename ('terminal' or 'vncserver') and
print that instead of system. However, this doesn't seem to work any
more. Change the code to output the full object name instead.

Change-Id: Ib27f66a5f8ba64c7a875b4e2f26a2e2ff48db8f3
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Anouk Van Laer <anouk.vanlaer@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/10026
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/base/vnc/vncserver.cc
src/dev/serial/terminal.cc