[Spice-devel] [PATCH] Implement spice_server_set_exit_on_disconnect to enable an option whereby the spice server shuts down on client disconnect.

Alon Levy alevy at redhat.com
Wed Aug 15 01:45:49 PDT 2012


On Tue, Aug 14, 2012 at 07:14:06PM -0500, Jeremy White wrote:
> Hmm.  I'm not sure this is complete; in writing the patch for the qxl
> driver, I realized I wanted to  key off of SPICE_SERVER_VERSION,
> which I want to bump to 0x000b02.  But then if I do that, how should
> I map out spice-server.syms?  This is what I used:

Yes, you're right, please ignore my previous ACK. So you can use 0.11.2
and skip over 0.11.1 and 0.11.0.

> 
> > diff --git a/server/spice-server.syms b/server/spice-server.syms
> > index a45951c..17c2024 100644
> > --- a/server/spice-server.syms
> > +++ b/server/spice-server.syms
> > @@ -116,3 +116,7 @@ SPICE_SERVER_0.10.3 {
> >  SPICE_SERVER_0.10.4 {
> >      spice_qxl_monitors_config_async;
> >  } SPICE_SERVER_0.10.3;
> > +
> > +SPICE_SERVER_0.11.1 {
> > +    spice_server_set_exit_on_disconnect
> > +} SPICE_SERVER_0.10.4;
> 
> Should that have been 0.11.2?
> 
> Cheers,
> 
> Jeremy
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list