[Spice-devel] W7 and W8 problems

2013-03-28 Thread Todd And Margo Chester
Dear Spice Developers, I am running Scientific Linux 6.4, 64 bit (RHEL clone). Currently spice-guest-tools-0.52.exe does not support Windows 8 as downloaded from http://spice-space.org/download.html And Windows W7 complains about the driver not being signed. (I figured a way to get around it).

Re: [Spice-devel] [PATCH spice-gtk] channel-main: Don't send empty monitor config on main_init with agent

2013-03-28 Thread Marc-André Lureau
ack ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH spice-gtk] channel-main: Don't send empty monitor config on main_init with agent

2013-03-28 Thread Hans de Goede
Currently we send a monitor-config on any agent_start, including sending it if the agent is already started when the main channel connects, but when the main channel gets initialized, the display channels aren't intialized yet, so our monitor config will be empty. Resulting in the Linux agent loggi

Re: [Spice-devel] [PATCH spice-gtk] main: copy the right nth monitor config

2013-03-28 Thread Hans de Goede
Hi, On 03/28/2013 07:27 PM, Marc-André Lureau wrote: i is our counter for c->display[] --- gtk/channel-main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 1bdacb7..b041349 100644 --- a/gtk/channel-main.c +++ b/gtk/ch

[Spice-devel] [PATCH spice-gtk] main: copy the right nth monitor config

2013-03-28 Thread Marc-André Lureau
i is our counter for c->display[] --- gtk/channel-main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 1bdacb7..b041349 100644 --- a/gtk/channel-main.c +++ b/gtk/channel-main.c @@ -1066,10 +1066,10 @@ gboolean spice_main_

Re: [Spice-devel] UMS memory management

2013-03-28 Thread Yonit Halperin
On 03/27/2013 10:28 AM, Alon Levy wrote: Hi, On 03/27/2013 06:17 AM, Hans de Goede wrote: Hi, On 03/27/2013 09:07 AM, Søren Sandmann wrote: Hello, The following is some notes on what I am planning to do for UMS memory management. It basically amounts to a rewrite of qxl-surface-ums.c Looks

Re: [Spice-devel] UMS memory management

2013-03-28 Thread Yonit Halperin
On 03/28/2013 01:19 AM, Dave Airlie wrote: Can you please explain how all this relates to Dave's work on the KMS? He mentioned that he implemented paging there as well. Well we won't be using the KMS driver in RHEL6, so we need to improve the old UMS driver for that use case. Though I expect

Re: [Spice-devel] [PATCH 1/2] Add new DebugRenderFallbacks option

2013-03-28 Thread Hans de Goede
Looks good, ack series. On 03/28/2013 01:44 PM, Søren Sandmann Pedersen wrote: This option defaults to off. When enabled, uxa_set_fallback_debug() is set to true. Later on more debug information may be turned on conditional on this option. --- src/qxl.h|2 ++ src/qxl_driver.c |

[Spice-devel] [PATCH 2/2] When DebugRenderFallbacks is turned on, print debug spew in many cases

2013-03-28 Thread Søren Sandmann Pedersen
Whenever we can't accelerate, and DebugRenderFallbacks is turned on, print out the reason we couldn't accelerate. --- src/qxl_uxa.c | 65 + 1 files changed, 56 insertions(+), 9 deletions(-) diff --git a/src/qxl_uxa.c b/src/qxl_uxa.c index

[Spice-devel] [PATCH 1/2] Add new DebugRenderFallbacks option

2013-03-28 Thread Søren Sandmann Pedersen
This option defaults to off. When enabled, uxa_set_fallback_debug() is set to true. Later on more debug information may be turned on conditional on this option. --- src/qxl.h|2 ++ src/qxl_driver.c | 14 -- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/s