Re: [Spice-devel] [spice-server v2 2/3] channel: Remove red_channel_client_disconnect_if_pending_send()

2017-09-14 Thread Christophe de Dinechin
> On 14 Sep 2017, at 17:55, Frediano Ziglio wrote: > >> >> Wasn’t there a discussion about also renaming the function? I believe >> “pending_send” is a symptom, not the reason for disconnecting. >> >> Christophe >> > > The discussion was on red_channel_wait_all_sent, we decide a comment > w

Re: [Spice-devel] [spice-server v2 2/3] channel: Remove red_channel_client_disconnect_if_pending_send()

2017-09-14 Thread Frediano Ziglio
> > Wasn’t there a discussion about also renaming the function? I believe > “pending_send” is a symptom, not the reason for disconnecting. > > Christophe > The discussion was on red_channel_wait_all_sent, we decide a comment was enough. Said that we can have always updates. Are you talking abo

Re: [Spice-devel] [spice-server v2 2/3] channel: Remove red_channel_client_disconnect_if_pending_send()

2017-09-14 Thread Christophe de Dinechin
Wasn’t there a discussion about also renaming the function? I believe “pending_send” is a symptom, not the reason for disconnecting. Christophe > On 12 Sep 2017, at 16:15, Christophe Fergeau wrote: > > There is exactly one user in RedChannel, and this can be reimplemented > using already publi

Re: [Spice-devel] [PATCH spice-server] reds_stat: Show single spice file if only one is present

2017-09-14 Thread Frediano Ziglio
> > Ack, with a lol and a nit. > Yes, was after the conversation for flight simulator. > > On 13 Sep 2017, at 10:52, Frediano Ziglio wrote: > > > > Simple usage improvement. > > If only one process using spice is present allow to call > > reds_stat not passing any pid. > > > > Signed-off-by:

Re: [Spice-devel] [PATCH spice-server] reds_stat: Show single spice file if only one is present

2017-09-14 Thread Christophe de Dinechin
Ack, with a lol and a nit. > On 13 Sep 2017, at 10:52, Frediano Ziglio wrote: > > Simple usage improvement. > If only one process using spice is present allow to call > reds_stat not passing any pid. > > Signed-off-by: Frediano Ziglio > --- > tools/reds_stat.c | 32

Re: [Spice-devel] [PATCH spice-protocol v3 0/5] Protocol extension to support sending display data as video streams

2017-09-14 Thread Christophe de Dinechin
> On 23 Aug 2017, at 11:22, Frediano Ziglio wrote: > > This protocol is intended for guest machines with assigned hardware > devices to send encoded video and other informations that will be > handled as a normal display by Spice. > > New GPU devices are capable to capture and encode video in

[Spice-devel] [PATCH spice-html5 v2 1/3] cursor: Add support for mono cursor type

2017-09-14 Thread Tomáš Bohdálek
--- cursor.js| 18 +++-- png.js | 2 +- spice.html | 1 + spice_auto.html | 1 + thirdparty/monocursor.js | 100 +++ 5 files changed, 117 insertions(+), 5 deletions(-) create mode 10064

[Spice-devel] where to get the qxl device datasheet

2017-09-14 Thread Yang Zhang
Hi guys I want to study the SPICE protocol. But i didn't find the datasheet of QXL device on www.spice-space.org. Can anyone tell where to find it? Thanks. -- best regards yang ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://list

[Spice-devel] [PATCH spice-html5 v2] spice_auto: Add button to send Ctrl-Alt-Delete

2017-09-14 Thread Tomáš Bohdálek
This already uses the added function sendCtrlAltDel(). --- inputs.js | 9 ++--- spice_auto.html | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/inputs.js b/inputs.js index 29f4970..0f77b66 100644 --- a/inputs.js +++ b/inputs.js @@ -193,14 +193,17 @@ function sendCtr