kvm console: use socat raw mode with escape
[ganeti-local] / lib / constants.py
index eeba79b..35cf2ad 100644 (file)
@@ -165,6 +165,8 @@ XEN_INITRD = _autoconf.XEN_INITRD
 
 KVM_PATH = _autoconf.KVM_PATH
 SOCAT_PATH = _autoconf.SOCAT_PATH
+SOCAT_ESCAPE = _autoconf.SOCAT_ESCAPE
+SOCAT_ESCAPE_CODE = "0x1d"
 KVM_MIGRATION_PORT = _autoconf.KVM_MIGRATION_PORT
 
 VALUE_DEFAULT = "default"