Re: [Spice-devel] Thin client vendors supporting Spice

2012-11-11 Thread stagefright1989
Maybe to make things more cost effective , you could look into making a thinclient yourself, more like a product design. Allwinner a10 SoCs are cheap and pack quite a punch. We need a GPU accelerated working X server with 2D. rendering(spice-gtk client uses pixman lib for rendering). and can use

Re: [Spice-devel] Spice arm port 2D rendering/requirements

2012-11-11 Thread Attila Sukosd
Hi, We have been testing a number of thin clients lately, but I have to say that we haven't met one which did not have an X driver :) These include everything from HP thinclients to raspberry pis, trimslice etc. I think pixman does a pretty good job basic draw operations, but for video playback

[Spice-devel] [spice-common RFC PATCH] spice-common: log: make error level the default abort level

2012-11-11 Thread Uri Lublin
Instead of current abort level default which is critical level. The spice_return_if_fail and spice_return_val_if_fail macros log with critical level upon failure. This currently aborts the program. Instead it's better to log an error message and let the application continue running. ---

Re: [Spice-devel] [spice-common RFC PATCH] spice-common: log: make error level the default abort level

2012-11-11 Thread Marc-André Lureau
Hi - Original Message - Instead of current abort level default which is critical level. The spice_return_if_fail and spice_return_val_if_fail macros log with critical level upon failure. This currently aborts the program. Instead it's better to log an error message and let the

Re: [Spice-devel] [RFC] [PATCH spice-gtk 0/4] simply implement of file drag-and-drop

2012-11-11 Thread Marc-André Lureau
Hi! On Mon, Nov 5, 2012 at 10:01 AM, Dunrong Huang riegama...@gmail.com wrote: These patches simply implement file drag-and-drop from client to guest. nice! There are some TODOs needed to be done: * transfer multiple files and directories * check whether guest has enough space to

Re: [Spice-devel] RFC: vdagent-win and virtio-serial

2012-11-11 Thread Arnon Gilboa
Itamar Heim wrote: On 10/18/2012 12:26 PM, Arnon Gilboa wrote: Hi, I'd like to make a small change in vdagent-win: -move virtio-serial use from vdservice to vdagent -remove named pipe between vdservice vdagent pros: -make agent independent so it can run separately without service (e.g. single