Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# Serial controller can be mapped to TCP socket or physical COM port
# on host. The valid type values are "socket", "physical" or "terminal"
type = socket
port = 9000
#type = physical
#port = /dev/ttyS0

# Indicate if start putty console when virtual SS20 starts.
# Valid values are "on" or "off"
start_console = off

port 
Anchor
port
port

Virtual serial port specification.

Syntax

port = port-typespec

Description

...

This option is a comma delimited list of host CPUs (or cores) that the virtual machine is to assign to virtual CPU threads.The virtual machine will assign affinity automatically if this option is not setdependent on the setting of the type option.  The table below describes the valid values for port-spec.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleVirtual Serial Port Types
Type
TypePort SpecificationDescription
physicalPath to physical device, e.g. /dev/ttyS0The virtual serial port will be attached to a physical serial port attached to the host.
socketTCP/IP socket number, e.g. 9000The virtual serial port will be attached to a network port that can be connected to
terminal  

start_console 
Anchor
start_console
start_console

...