The host-serial-console class provides a pseudo terminal access to the target's pty.
conf_object, log_object, serial_device, recorded
- cell-change
- Notifier that is triggered after the object's cell was changed.
- object-delete
- Notifier that is triggered just before Simics object is deleted.
- queue-change
- Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.
-
device
-
Optional attribute;
read/write access; type:
o|n|[os]
The device connected to the host pty device, must implement the 'serial_device' interface.
-
recorder
-
Required attribute;
read/write access; type:
o
Recorder device for recording and playback of serial input.
-
existing_port
-
Optional attribute;
read/write access; type:
s|n
Name of an existing host pty to use instead of allocating a new pseudo one.
-
pty_device
-
Pseudo attribute;
read-only access; type:
s|n
Name of the allocated pty.
host-serial-console