Revision 2f4c951e lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
1146 1146

  
1147 1147
    """
1148 1148
    if hvparams[constants.HV_SERIAL_CONSOLE]:
1149
      cmd = [constants.SOCAT_PATH,
1149
      cmd = [constants.KVM_CONSOLE_WRAPPER,
1150
             constants.SOCAT_PATH, utils.ShellQuote(instance.name),
1151
             utils.ShellQuote(cls._InstanceMonitor(instance.name)),
1150 1152
             "STDIO,%s" % cls._SocatUnixConsoleParams(),
1151 1153
             "UNIX-CONNECT:%s" % cls._InstanceSerial(instance.name)]
1152 1154
      return objects.InstanceConsole(instance=instance.name,

Also available in: Unified diff