Re: [Spice-devel] [PATCH spice-html5] If an agent is attached, enable dynamic resizing of the guest screen.

2014-09-06 Thread Jeremy White
On 09/05/2014 02:00 PM, Gianni Pirozzi wrote: Hello, I tried this patch and observed a great improvement in cursor positioning, thanks! But I'm confused about dynamic resizing of the guest screen, it seems too tied to the presentation. I've respun this and sent a v2 that should not tie the re

[Spice-devel] [PATCH spice-html5 v2] If an agent is attached, enable dynamic resizing of the guest screen.

2014-09-06 Thread Jeremy White
This version shifts the window resizing code to the front end logic. Signed-off-by: Jeremy White --- cursor.js | 14 ++ display.js |5 ++-- enums.js| 24 - main.js | 76 +- resize.js

Re: [Spice-devel] Help with solving a thread safety issue

2014-09-06 Thread Jeremy White
I think there actually is the same issue when running within QEMU: sound is emitted from a QEMU thread: Is there a bug or someone that is working on that issue? I'd be curious to see if my patch resolves the problem for them. Cheers, Jeremy ___ Sp