[pve-devel] [PATCH qemu-server/manager/novnc/docs v5 0/5] Feature noVNC-Clipboard
    Markus Frank 
    m.frank at proxmox.com
       
    Wed Apr 12 10:57:26 CEST 2023
    
    
  
qemu-server:
changes v5:
* removed return of regex check in the assertion-function for the clipboard config
* moved clipboard code into spice-if-block
changes v4:
* removed duplicate code and created a spicedevices variable to store
spice/vdagent devices.
* clipboard_check_compatibility function
changes v3:
* added hint to make clearer that the spice guest tools are required for
 the noVNC-clipboard
* Checkbox changes to ComboBox when a spice device is selected to make
 clear that only one clipboard can be used at a time.
* added 2 test-cases
changes v2:
* added pci address to virtio-serial-pci
Markus Frank (2):
  enable clipboard parameter in vga_fmt
  test cases for clipboard spice & std
 PVE/API2/Qemu.pm                            | 13 ++++
 PVE/QemuServer.pm                           | 68 ++++++++++++++-------
 test/cfg2cmd/noVNC-clipboard-spice.conf     |  1 +
 test/cfg2cmd/noVNC-clipboard-spice.conf.cmd | 27 ++++++++
 test/cfg2cmd/noVNC-clipboard-std.conf       |  1 +
 test/cfg2cmd/noVNC-clipboard-std.conf.cmd   | 27 ++++++++
 6 files changed, 116 insertions(+), 21 deletions(-)
 create mode 100644 test/cfg2cmd/noVNC-clipboard-spice.conf
 create mode 100644 test/cfg2cmd/noVNC-clipboard-spice.conf.cmd
 create mode 100644 test/cfg2cmd/noVNC-clipboard-std.conf
 create mode 100644 test/cfg2cmd/noVNC-clipboard-std.conf.cmd
novnc-pve:
Markus Frank (1):
  added show clipboard button patch to series
 .../patches/0019-show-clipboard-button.patch  | 30 +++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 debian/patches/0019-show-clipboard-button.patch
pve-manager:
changes v4:
* moved clipboard option from Display settings in Hardware to Options
Markus Frank (1):
  added clipboard checkbox to VM Options
 www/manager6/qemu/DisplayEdit.js |  6 ++++++
 www/manager6/qemu/Options.js     | 34 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
pve-docs:
changes v4:
* rewrote entire Text
* added command example to set clipboard to 1
Markus Frank (1):
  added noVNC clipboard documentation
 qm.adoc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
-- 
2.30.2
    
    
More information about the pve-devel
mailing list