Dear list,
I tried to install the latest Spice guest tools in Windows 2016, but the
installer says: "Unsupported Windows version".
This is the file I was trying to install:
https://www.spice-space.org/download/binaries/spice-guest-tools/spice-guest-tools-0.132/spice-guest-tools-0.132.exe
Is ther
>
> > On 23 Nov 2017, at 14:55, Frediano Ziglio wrote:
> >
> >>>
> >>> On 23 Nov 2017, at 12:26, Frediano Ziglio wrote:
> >>>
>
> From: Christophe de Dinechin
>
> Signed-off-by: Christophe de Dinechin
> ---
> include/spice-streaming-agent/plugin.hpp | 8 +
>
> put red_stream_disable_writev in an #ifdef HAVE_SASL block.
> red_stream_disable_writev is only called from functions
> that are already in an #ifdef HAVE_SASL block.
>
> Currently when building with SASL disabled, I get:
> CC red-stream.lo
> red-stream.c:441:13: error: 'red_stream_di
put red_stream_disable_writev in an #ifdef HAVE_SASL block.
red_stream_disable_writev is only called from functions
that are already in an #ifdef HAVE_SASL block.
Currently when building with SASL disabled, I get:
CC red-stream.lo
red-stream.c:441:13: error: 'red_stream_disable_writev'
All other inputs_channel_set_* functions does not have this
parameter and get from the channel.
Signed-off-by: Frediano Ziglio
---
server/inputs-channel.c | 4 ++--
server/inputs-channel.h | 2 +-
server/reds.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/serv
>
> From: Chen Hanxiao
>
> We use libusb_open_device_with_vid_pid, if multiple devices
> have the same vid:pid, it will only the first one.
>
> This patch will show the bus:device of the chosen one.
>
> Signed-off-by: Chen Hanxiao
Acked-by: Frediano Ziglio
> ---
> v3: move dev declaration
From: Chen Hanxiao
We use libusb_open_device_with_vid_pid, if multiple devices
have the same vid:pid, it will only the first one.
This patch will show the bus:device of the chosen one.
Signed-off-by: Chen Hanxiao
---
v3: move dev declaration inside if
v2: control output messages by verbose
u
At 2017-11-23 19:28:42, "Frediano Ziglio" wrote:
>>
>> From: Chen Hanxiao
>>
>> We use libusb_open_device_with_vid_pid, if multiple devices
>> have the same vid:pid, it will only the first one.
>>
>> This patch will show the bus:device of the chosen one.
>>
>> Signed-off-by: Chen Hanxiao
>
> On 23 Nov 2017, at 14:55, Frediano Ziglio wrote:
>
>>>
>>> On 23 Nov 2017, at 12:26, Frediano Ziglio wrote:
>>>
From: Christophe de Dinechin
Signed-off-by: Christophe de Dinechin
---
include/spice-streaming-agent/plugin.hpp | 8
1 file changed
>
> > On 23 Nov 2017, at 12:26, Frediano Ziglio wrote:
> >
> >>
> >> From: Christophe de Dinechin
> >>
> >> Signed-off-by: Christophe de Dinechin
> >> ---
> >> include/spice-streaming-agent/plugin.hpp | 8
> >> 1 file changed, 8 insertions(+)
> >>
> >> diff --git a/include/spice-str
> On 23 Nov 2017, at 12:26, Frediano Ziglio wrote:
>
>>
>> From: Christophe de Dinechin
>>
>> Signed-off-by: Christophe de Dinechin
>> ---
>> include/spice-streaming-agent/plugin.hpp | 8
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/include/spice-streaming-agent/plugin.hpp
From: Jonathon Jongsma
This is currently unlikely to happen since we communicate over a pipe
and the pipe buffer is sufficiently large to avoid splitting the
message. But for completeness, we should handle this scenario.
Signed-off-by: Jonathon Jongsma
---
configure.ac | 2 +-
serve
Signed-off-by: Frediano Ziglio
---
server/tests/test-stream-device.c | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/server/tests/test-stream-device.c
b/server/tests/test-stream-device.c
index c6f47758..656bf56b 100644
--- a/server/tests/test-stream-device.c
+++ b
This fix a regression in message handling.
---
server/stream-device.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/server/stream-device.c b/server/stream-device.c
index efa6d8db..0953a6d0 100644
--- a/server/stream-device.c
+++ b/server/stream-device.c
@@ -95,6 +95,7 @@ stream_device_read_m
>
> > On 22 Nov 2017, at 18:04, Frediano Ziglio wrote:
> >
> >>
> >> From: Christophe de Dinechin
> >>
> >> The C++ One Definition Rule (ODR) states that all translation units
> >> must see the same definitions. In the current code, when we call
> >> Agent::PluginVersionIsCompatible from the
>
> From: Chen Hanxiao
>
> We use libusb_open_device_with_vid_pid, if multiple devices
> have the same vid:pid, it will only the first one.
>
> This patch will show the bus:device of the chosen one.
>
> Signed-off-by: Chen Hanxiao
> ---
> v2: control output messages by verbose
>
> usbredirs
>
> From: Christophe de Dinechin
>
> Signed-off-by: Christophe de Dinechin
> ---
> include/spice-streaming-agent/plugin.hpp | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/include/spice-streaming-agent/plugin.hpp
> b/include/spice-streaming-agent/plugin.hpp
> index 1a58856..c
17 matches
Mail list logo