[pve-devel] [PATCH] improve serial terminal handling

Dominik Csapak d.csapak at proxmox.com
Wed Jan 3 13:04:10 CET 2018


this series adds the ability to show serial ports on the gui,
and disabling the xtermjs button when no serial device exists for the vm

qemu-server:

Dominik Csapak (1):
  add serial:1 to vmstatus when config has a serial device configured

 PVE/QemuServer.pm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

pve-manager:

Dominik Csapak (4):
  add icon/class for serial ports
  change group of unused to 99 to that we can add things in between
  show serial ports on the gui
  enable/disable xtermjs depending on the existance of a serial port

 www/css/ext6-pve.css                 |  7 +++++++
 www/images/Makefile                  |  5 +++--
 www/images/icon-serial.svg           |  2 ++
 www/manager6/button/ConsoleButton.js |  8 ++++++++
 www/manager6/qemu/Config.js          |  3 +++
 www/manager6/qemu/HardwareView.js    | 11 ++++++++++-
 6 files changed, 33 insertions(+), 3 deletions(-)
 create mode 100644 www/images/icon-serial.svg

-- 
2.11.0





More information about the pve-devel mailing list