Skip to content

KVMAutotest CartesianConfigReference KVM monitor_type

Lucas Meneghel Rodrigues edited this page Sep 22, 2011 · 2 revisions

monitor_type

Description

Sets the type of the monitor. QEMU has two types of monitors:

  • The regular, also known as Human monitor, intended for interaction with people (but also very much used by other tools, Autotest inclusive)
  • The QMP monitor, a monitor that speaks the QMP protocol.

To set the default monitor type to be a QMP monitor:

monitor_type = qmp

To set the type of a specific monitor use:

monitor_type_humanmonitor1 = human

Defined On

Used By

Referenced By

No other documentation currently references this configuration key.

See Also

Clone this wiki locally