[virt-tools-list] [PATCH v2 0/3] virt-viewer: remove spice-controller support

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Tue Nov 14 15:56:00 UTC 2017


From: Marc-André Lureau <marcandre.lureau at redhat.com>

Hi,

The spice-controller library is no longer part of spice-gtk upstream
(upcoming 0.35 release). Instead, we long have provided the .vv file
to setup the connection & ovirt menu for additional runtime
interactons.

There are users who requested to be able to pass the connection
details without creating a file on the filesystem. The first patch
allows the parent process to setup the connection by passing the .vv
file via stdin.

v2:
- improve error handling
- remove some more spice-controller leftovers
- fix some compilation warning
- add a patch to remove debug-helper
- add Victor r-b tags

Marc-André Lureau (3):
  remote-viewer: learn '-' as URI for standard input connection file
  remote-viewer: remove --spice-controller
  win32: remove debug-helper.exe

 configure.ac                        |   3 +-
 data/Makefile.am                    |   1 -
 data/spice-xpi-client-remote-viewer |   6 -
 data/virt-viewer.wxs.in             |  11 -
 man/remote-viewer.pod               |   9 +-
 mingw-virt-viewer.spec.in           |   2 -
 src/Makefile.am                     |   7 -
 src/debug-helper.c                  |  83 ------
 src/remote-viewer.c                 | 493 ++++--------------------------------
 src/virt-viewer-file.c              |  31 ++-
 src/virt-viewer-file.h              |   2 +
 11 files changed, 75 insertions(+), 573 deletions(-)
 delete mode 100644 data/spice-xpi-client-remote-viewer
 delete mode 100644 src/debug-helper.c

-- 
2.15.0.125.g8f49766d64




More information about the virt-tools-list mailing list