[Spice-devel] Disabling a Display

2012-10-29 Thread Trebor Forban
Hello all, can someone tell me how I can disable a display on a running remote-viewer instance from the command-line? Can this be done with "--spice-controller"? Where can I find documentation on how to use "--spice-controller"? Regards, TF PS. How is this list moderated? My last E-Mail hasn't m

Re: [Spice-devel] Making keypress-delay disabled by default

2012-10-29 Thread Hans de Goede
Hi, On 10/10/2012 06:13 PM, Marc-André Lureau wrote: - Mensaje original - Hi, I've just been editing some text files inside a vm (coding on the linux agent), and the new keypress delay is very noticable, and quite annoying. I don't share this experience. I wonder in which typing wa

Re: [Spice-devel] [PATCH spice-gtk] Empty host subject from qemu should only validate hostname

2012-10-29 Thread David Jaša
Christophe Fergeau píše v Pá 19. 10. 2012 v 11:17 +0200: > On Thu, Oct 18, 2012 at 07:41:35PM +0200, Marc-André Lureau wrote: > > Validate empty host subject from qemu exactly like when no explicit > > host subject is specified. > > Looks good, have you tested that it works? I tried to fix it a wh

Re: [Spice-devel] [RFC PATCH] log: warn on spice_return*_if_fail instead of aborting

2012-10-29 Thread Alon Levy
> Hi > > - Mensaje original - > > Currently log level for spice_return_if_fail and > > spice_return_val_if_failed > > functions (#define macros really) is SPICE_LOG_LEVEL_CRITICAL. > > By default spice abort level is SPICE_LOG_LEVEL_CRITICAL. > > That means the program aborts upon a call t

Re: [Spice-devel] The bottleneck of spice?

2012-10-29 Thread Marc-André Lureau
Hi - Mensaje original - > Hi, guys! > > Using spice is unable to play 1080P videos smoothly. The pictures of > each frame jitter frequently, especially when different compression > algorithms switch. > > So what is the bottleneck of spice to play 1080P videos? The CPU: decoding and re-e

Re: [Spice-devel] [RFC PATCH] log: warn on spice_return*_if_fail instead of aborting

2012-10-29 Thread Marc-André Lureau
Hi - Mensaje original - > Currently log level for spice_return_if_fail and > spice_return_val_if_failed > functions (#define macros really) is SPICE_LOG_LEVEL_CRITICAL. > By default spice abort level is SPICE_LOG_LEVEL_CRITICAL. > That means the program aborts upon a call to spice_return_i

[Spice-devel] [RFC PATCH] log: warn on spice_return*_if_fail instead of aborting

2012-10-29 Thread Uri Lublin
Currently log level for spice_return_if_fail and spice_return_val_if_failed functions (#define macros really) is SPICE_LOG_LEVEL_CRITICAL. By default spice abort level is SPICE_LOG_LEVEL_CRITICAL. That means the program aborts upon a call to spice_return_if_fail functions. This patch changes the l