exception documentation
class QmpCommandNotSupported(errors.HypervisorError):
QMP command not supported by the monitor.
This is raised in case a QmpMonitor instance is asked to execute a command not supported by the instance.
This is a KVM-specific exception, intended to assist in falling back to using the human monitor for operations QMP does not support.