[Spice-devel] [PATCH] Log actual address spice-server binds to

2013-05-21 Thread Christophe Fergeau
It's not always obvious what address spice-server will bind to, in particular when the 'addr' parameter is omitted on QEMU commandline. The decision of what address to bind to is made in reds_init_socket with a call to getaddrinfo. Surprisingly, that function had a call to getnameinfo() already, bu

Re: [Spice-devel] [PATCH] Log actual address spice-server binds to

2013-05-21 Thread Hans de Goede
ACK. On 05/21/2013 02:27 PM, Christophe Fergeau wrote: It's not always obvious what address spice-server will bind to, in particular when the 'addr' parameter is omitted on QEMU commandline. The decision of what address to bind to is made in reds_init_socket with a call to getaddrinfo. Surprisin

Re: [Spice-devel] Broken xf86-video-qxl commit

2013-05-21 Thread Dave Airlie
> > commit 3e37b2c38f661b0b8e285cfa7f0549aa3d216eb5 > Author: Dave Airlie > Date: Thu May 9 13:43:57 2013 +1000 > > qxl: add KMS support v1.2 > > Avoid DRI create busid symbol for now. > fix warnings. > > Creates this error for me: > > qxl.h:189:21: fatal error: qxl_drm.h: No such fi

Re: [Spice-devel] [PATCH spice-server 06/10] reds: disconnect the session when an essential channel is disconnected

2013-05-21 Thread Yonit Halperin
On 05/20/2013 10:39 PM, bigclouds wrote: 1.is there a solution now? server may disconnect some of spice channels, but client does not reconnect , how to do with this? close client or let client reconnect? This patch hasn't been pushed. We concluded that the policy of disconnecting the client

Re: [Spice-devel] Broken xf86-video-qxl commit

2013-05-21 Thread Jeremy White
> I'll add a libdrm version check tomorrow to the configure.ac. Thanks. > > The main reason I pushed it was a certain person was pushing to get > dfps into Fedora, and since we had the KMS patch in there already > rebasing it was getting to be a pain, so I just realigned things, but > yeah I'll

Re: [Spice-devel] Broken xf86-video-qxl commit

2013-05-21 Thread Dave Airlie
>> >> Though the KMS driver still needs more work, I need to find some way >> to notice we are running a 3D compositor and to stop any remoting for >> the non-primary surface, otherwise it does still send a lot of >> pointless stuff to the remote, and also does a fair bit of stalling in >> the gues

Re: [Spice-devel] [PATCH spice-server 06/10] reds: disconnect the session when an essential channel is disconnected

2013-05-21 Thread bigclouds
Yonit Halperin: 1.you mean the patch is for client? 2.where is the code in client side from which i can get channel's status. if it is disconnected, i close client throught client's code. 3.i notice that there is 'session' . for client what does it mean? whether cleaning(close) session means c