[PATCH v5 0/2] Add escape character argument to Xen console

Peter Hoyes posted 2 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230712102917.37763-1-peter.hoyes@arm.com
There is a newer version of this series
docs/man/xl.1.pod.in             |  8 ++++++-
tools/console/client/main.c      | 21 +++++++++++++----
tools/include/libxl.h            | 39 +++++++++++++++++++++++++++++---
tools/libs/light/libxl_console.c | 30 +++++++++++++++++-------
tools/xl/xl_cmdtable.c           |  3 ++-
tools/xl/xl_console.c            | 10 +++++---
tools/xl/xl_vmcontrol.c          |  2 +-
7 files changed, 92 insertions(+), 21 deletions(-)
[PATCH v5 0/2] Add escape character argument to Xen console
Posted by Peter Hoyes 9 months, 3 weeks ago
From: Peter Hoyes <Peter.Hoyes@arm.com>


Dom0 may be accessed via telnet, meaning the default escape character
(which is the same as telnet's) cannot be directly used to exit the
console. It would be helpful to make the escape character customizable
in such use cases, falling back to the existing value if not set.

Make the necessary changes to the console client, libxl and the xl
console sub-command to support this.

Peter Hoyes (2):
  tools/console: Add escape argument to configure escape character
  xl: Add escape character argument to xl console

 docs/man/xl.1.pod.in             |  8 ++++++-
 tools/console/client/main.c      | 21 +++++++++++++----
 tools/include/libxl.h            | 39 +++++++++++++++++++++++++++++---
 tools/libs/light/libxl_console.c | 30 +++++++++++++++++-------
 tools/xl/xl_cmdtable.c           |  3 ++-
 tools/xl/xl_console.c            | 10 +++++---
 tools/xl/xl_vmcontrol.c          |  2 +-
 7 files changed, 92 insertions(+), 21 deletions(-)

-- 
2.34.1