[Spice-devel] [PATCH] add registry key DisableSurfaces

2012-09-05 Thread Alon Levy
Presence of the key disables off screen surfaces creation; The callback is still registered, but it always fails. Registry key is checked on device initialization only, not during runtime, so you must reset the vm to see any affects. --- display/driver.c | 11 +++ display/driver.rc

Re: [Spice-devel] [PATCH] add registry key DisableSurfaces

2012-09-05 Thread Arnon Gilboa
ack w minor notes Alon Levy wrote: Presence of the key disables off screen surfaces creation; The callback is still registered, but it always fails. Registry key is checked on device initialization only, not during runtime, so you must reset the vm to see any affects. --- display/driver.c

Re: [Spice-devel] [PATCH] add registry key DisableSurfaces

2012-09-05 Thread Alon Levy
ack w minor notes All correct, I'll fix and push. Alon Levy wrote: Presence of the key disables off screen surfaces creation; The callback is still registered, but it always fails. Registry key is checked on device initialization only, not during runtime, so you must reset the vm