>
> > On 9 Feb 2018, at 14:20, Frediano Ziglio wrote:
> >
> >>>
> >>> On 9 Feb 2018, at 10:10, Frediano Ziglio wrote:
> >>>
> >>> Signed-off-by: Frediano Ziglio
> >>> ---
> >>> server/stream-device.c | 169
> >>> +++--
> >>> 1 file changed, 162 inse
> On 9 Feb 2018, at 14:20, Frediano Ziglio wrote:
>
>>>
>>> On 9 Feb 2018, at 10:10, Frediano Ziglio wrote:
>>>
>>> Signed-off-by: Frediano Ziglio
>>> ---
>>> server/stream-device.c | 169
>>> +++--
>>> 1 file changed, 162 insertions(+), 7 deletion
>
> On Mon, 2018-01-15 at 09:10 +, Frediano Ziglio wrote:
> > If messages are sent together by the agent the device is reading
> > only part of the data. This cause Qemu to not poll for new data and
> > stream_device_read_msg_from_dev won't be called again.
> > This can cause a stall. To avoid
>
> > On 9 Feb 2018, at 10:10, Frediano Ziglio wrote:
> >
> > Signed-off-by: Frediano Ziglio
> > ---
> > server/stream-device.c | 169
> > +++--
> > 1 file changed, 162 insertions(+), 7 deletions(-)
> >
> > Changes since v1:
> > - add some comments wi
> On 9 Feb 2018, at 10:10, Frediano Ziglio wrote:
>
> Signed-off-by: Frediano Ziglio
> ---
> server/stream-device.c | 169 +++--
> 1 file changed, 162 insertions(+), 7 deletions(-)
>
> Changes since v1:
> - add some comments with some implementation
> On 9 Feb 2018, at 10:50, Frediano Ziglio wrote:
>
>>
>> From: Christophe de Dinechin
>>
>> Signed-off-by: Christophe de Dinechin
>> ---
>> docs/spice_style.txt | 20
>> 1 file changed, 20 insertions(+)
>>
>> diff --git a/docs/spice_style.txt b/docs/spice_style.txt
>>
> On 8 Feb 2018, at 15:48, Lukáš Hrázký wrote:
>
> On Thu, 2018-02-08 at 15:33 +0100, Christophe de Dinechin wrote:
>>> On 8 Feb 2018, at 14:53, Lukáš Hrázký wrote:
>>>
>>> On Wed, 2018-02-07 at 10:10 +0100, Christophe de Dinechin wrote:
Frediano Ziglio writes:
> These style ar
>
> From: Christophe de Dinechin
>
> Signed-off-by: Christophe de Dinechin
> ---
> docs/spice_style.txt | 19 +++
> 1 file changed, 19 insertions(+)
>
> diff --git a/docs/spice_style.txt b/docs/spice_style.txt
> index eb2ee252..ae91f987 100644
> --- a/docs/spice_style.txt
> ++
>
> From: Christophe de Dinechin
>
> Signed-off-by: Christophe de Dinechin
> ---
> docs/spice_style.txt | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/docs/spice_style.txt b/docs/spice_style.txt
> index 68dbeeef..eb2ee252 100644
> --- a/docs/spice_style.txt
> +++ b/docs/spice_s
>
> From: Christophe de Dinechin
>
> Signed-off-by: Christophe de Dinechin
> ---
> docs/spice_style.txt | 20
> 1 file changed, 20 insertions(+)
>
> diff --git a/docs/spice_style.txt b/docs/spice_style.txt
> index f5d13642..10bfbc9a 100644
> --- a/docs/spice_style.txt
> +
Signed-off-by: Frediano Ziglio
---
server/stream-device.c | 38 +-
1 file changed, 37 insertions(+), 1 deletion(-)
Changes since v1:
- none, just for the series
diff --git a/server/stream-device.c b/server/stream-device.c
index a5606d6a..7cabf1a3 100644
--- a
Signed-off-by: Frediano Ziglio
---
server/stream-device.c | 169 +++--
1 file changed, 162 insertions(+), 7 deletions(-)
Changes since v1:
- add some comments with some implementation explanation;
- better computation of max cursor size.
diff --git a/
12 matches
Mail list logo