[virt-tools-list] [PATCH virt-viewer v3 3/3] spice: hook into QMP port

Daniel P. Berrangé berrange at redhat.com
Fri Feb 1 10:47:50 UTC 2019


On Fri, Jan 18, 2019 at 01:12:15PM +0400, marcandre.lureau at redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
> 
> If the "org.qemu.monitor.qmp.0" port is available:
> - enable the VM UI
> - get and follow the VM state
> - send the requested VM actions
> 
> This requires spice-gtk version 0.36 with SpiceQmpPort helper.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> Acked-by: Victor Toso <victortoso at redhat.com>
> ---
>  configure.ac                    |   2 +-
>  src/virt-viewer-session-spice.c | 105 +++++++++++++++++++++++++++++++-
>  2 files changed, 105 insertions(+), 2 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 5598c61..50cd91a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -24,7 +24,7 @@ LIBXML2_REQUIRED="2.6.0"
>  LIBVIRT_REQUIRED="0.10.0"
>  LIBVIRT_GLIB_REQUIRED="0.1.8"
>  GTK_VNC_REQUIRED="0.4.0"
> -SPICE_GTK_REQUIRED="0.35"
> +SPICE_GTK_REQUIRED="0.36"
>  SPICE_PROTOCOL_REQUIRED="0.12.7"
>  GOVIRT_REQUIRED="0.3.3"
>  REST_REQUIRED="0.8"

This version of spice-gtk doesn't exist in any repositories at this
time.  Instead of bumping the version, please make the code use
conditional compilation. This patch has currently broken the build
on all platforms.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the virt-tools-list mailing list