Hi,
On Wed, Aug 09, 2017 at 10:49:51PM +0200, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> The connect dialog isn't working properly when recent entries are for
> spice+unix://. We could improve the recent dialog, but spicy isn't
> meant to be a fully-feature spice client.
We
Hi,
On Wed, Aug 09, 2017 at 10:48:58PM +0200, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> spicy is only a test UI. A proper end-user UI is provided by
> virt-viewer, vinagre or Boxes for example.
>
> Signed-off-by: Marc-André Lureau
I don't see why a testing tool should not
From: Marc-André Lureau
The connect dialog isn't working properly when recent entries are for
spice+unix://. We could improve the recent dialog, but spicy isn't
meant to be a fully-feature spice client.
It makes user believe that it is a end-user application. It is not, it
is only meant to do te
From: Marc-André Lureau
spicy is only a test UI. A proper end-user UI is provided by
virt-viewer, vinagre or Boxes for example.
Signed-off-by: Marc-André Lureau
---
tools/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index
Hi
- Original Message -
> ping
>
>
> >
> > 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.
Over which device/stream is it supposed to be used? I assume th
encodes_ones is called to encode a long sequence of 1 bits.
In some conditions (I manage to reproduce with a 85000x4 pixel
image fill with a single color) encodes_ones is called with a
"n" value >= 32.
This cause encode to be called with a "len" value of 32 which
trigger this assert:
spice_asse
>
> Hi
>
> - Original Message -
> > Hi,
> >
> > On Wed, Aug 09, 2017 at 04:40:05AM -0400, Frediano Ziglio wrote:
> > > > Not easy, yeah. But I doubt that changing to different protocol will
> > > > solve our synchronization issues without extra effort because the video
> > > > could be e
On Wed, Aug 9, 2017 at 9:51 AM Frediano Ziglio wrote:
> >
> > Agent can now send just the coordinates of the window that has changed.
> > In the case window has been hidden or closed, width of the window must be
> > set to 0.
> >
> > This reduces CPU load because the agent doesn't have to cycle t
ping
>
> This patcheset add a device to allow 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 an
> efficient way. As the GPU in this ca
ping
>
> 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 an
> efficient way. As the GPU in this case is
>
> Agent can now send just the coordinates of the window that has changed.
> In the case window has been hidden or closed, width of the window must be
> set to 0.
>
> This reduces CPU load because the agent doesn't have to cycle through all the
> windows and decide which to send. It mainly conce
11 matches
Mail list logo