[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launch
From: |
Marc-André Lureau |
Subject: |
Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client |
Date: |
Thu, 21 Feb 2019 14:32:28 +0100 |
Hi
On Thu, Feb 21, 2019 at 2:24 PM Gerd Hoffmann <address@hidden> wrote:
>
> On Thu, Feb 21, 2019 at 12:07:03PM +0100, Marc-André Lureau wrote:
> > Add a new display backend that will configure Spice to allow a remote
> > client to control QEMU in a similar fashion as other QEMU display
> > backend/UI like GTK.
> >
> > For this to work, it will set up Spice server with a unix socket, and
> > register a VC chardev that will be exposed as Spice ports. A QMP
> > monitor is also exposed as a Spice port, this allows the remote client
> > fuller qemu control and state handling.
> >
> > - doesn't handle VC set_echo() - this doesn't seem a strong
> > requirement, very few front-end use it
> > - spice options can be tweaked with other -spice arguments
> > - Windows support shouldn't be hard to do, but will probably use a TCP
> > port instead
> > - we may want to watch the child process to quit automatically if it
> > crashed
>
> Hmm, not working on RHEL-7:
>
> qemu-system-x86_64: Failed to launch spice+unix:///tmp/.QON7WZ/spice.sock
> URI: The specified location is not supported
>
> virt-viewer + remote-viewer are installed.
>
> any clue?
5 months old patch, not event released yet :( but virt-viewer should
have a release very soon hopefully
https://pagure.io/virt-viewer/c/c4f6142f15c4e51cbf427f5f1bf1fc6ac0e10d88?branch=master
thanks
--
Marc-André Lureau
- [Qemu-devel] [PATCH v3 04/11] spice: merge options lists, (continued)
- [Qemu-devel] [PATCH v3 04/11] spice: merge options lists, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 05/11] spice: do not stop spice if VM is paused, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 06/11] char: move SpiceChardev and open_spice_port() to spice.h header, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 07/11] char: register spice ports after spice started, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 08/11] build-sys: add gio-2.0 check, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 09/11] qapi: document DisplayType enum, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 10/11] spice: use a default name for the server, Marc-André Lureau, 2019/02/21
- [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Marc-André Lureau, 2019/02/21
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Gerd Hoffmann, 2019/02/21
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client,
Marc-André Lureau <=
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Gerd Hoffmann, 2019/02/21
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Marc-André Lureau, 2019/02/21
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Gerd Hoffmann, 2019/02/21
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Marc-André Lureau, 2019/02/21
- Re: [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client, Gerd Hoffmann, 2019/02/22