Re: [Spice-devel] guest tools for Win 7 64 bit

2013-01-08 Thread flooding Controlled
Do you resolve it now? Thanks. 2012/7/6 Fernando Ferrer > Hi there; > > I'm a avid user who had a few Windows 32 bits guest VM's installed; I > recently installed a Win 7 64 bit guest VM and I'm not able to install the > graphic adapter or the driver for the sound device. I get the famous cod

Re: [Spice-devel] [PATCH spice-gtk V5 0/3] simply implement of file transfer

2013-01-08 Thread Dunrong Huang
Marc-André: ping? Are you happy with these patches, can they be applied? On Sat, Jan 5, 2013 at 6:59 PM, Dunrong Huang wrote: > These are the fifth version of patches which implement file transfer from > client to guest. > > V4 -> V5: >* Only update first patch >* Imporve error report >

Re: [Spice-devel] [PATCH spice-html5] Add spice_auto.html for automated console display

2013-01-08 Thread Jeremy White
On 01/08/2013 03:44 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add a spice_auto.html which removes the form inputs and obtains > connection details from query parameters. The optional 'token' > parameter is an opaque string passed to the websockets server > to allow it to auto

[Spice-devel] [spice-server PATCH 2/2] red_worker.c: clearing the stream vis_region, after it has been detached

2013-01-08 Thread Yonit Halperin
The stream vis_region should be cleared after the stream region was sent to the client losslessly. Otherwise, we might send redundant stream upgrades if we process more drawables that are dependent on the stream region. --- server/red_worker.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletion

[Spice-devel] [spice-server PATCH 1/2] red_worker.c: insert a drawable to its position in the current tree before calling red_detach_streams_behind

2013-01-08 Thread Yonit Halperin
resolves: rhbz#891326 Starting from commit 81fe00b08ad4f, red_detach_streams_behind can trigger modifications in the current tree (by update_area calls). Thus, after calling red_detach_streams_behind it is not safe to access tree entries that were calculated before the call. This patch inserts the

Re: [Spice-devel] Fedora 17 Guests for Desktop Virtualization

2013-01-08 Thread Nahum Shalman
Below I've pasted a stripped down version of a kickstart file I used to get Fedora 17 working as a spice VM. (original is at http://www.shalman.org/spice/fedora17.ks) It gave me a working KDE VM. A plain install of Fedora 17 seemed to freeze for me, but I haven't done any digging into the diff

[Spice-devel] Announcing spice-vdagent 0.12.1

2013-01-08 Thread Hans de Goede
Hi All, I'm happy to announce a new bugfix release of the spice Linux agent in the stable spice-0.12.x series. Changes in spice-vdagent-0.12.1: * Various bugfixes for multi-monitor and arbritary resolution support * Requires libXrandr >= 1.3, Note 0.12.0 also req

Re: [Spice-devel] Questions about graphic driver

2013-01-08 Thread LazySid
I think I got the answer by myself. In the Sources file of mydisplay project, I write this: TARGETLIBS=$(DDK_LIB_PATH)\ntoskrnl.lib but it should be: TARGETLIBS=$(DDK_LIB_PATH)\ntstrsafe.lib The DrvEnableDriver() in mydisplay.dll is successfully called now. Hope this information could help some

Re: [Spice-devel] [Users] Fedora 17 Guests for Desktop Virtualization

2013-01-08 Thread David Jaša
Hi Kevin, Itamar Heim píše v Ne 06. 01. 2013 v 17:25 +0200: > On 01/06/2013 04:52 PM, Kevin Daly wrote: > > I am trying to set up Fedora 17 guests and I've come across a problem > > with Spice.. It works fine with a Gnome 3 sesson, but if I try et > > Cinnamon or KDE4, the bottom panel is unrespon

Re: [Spice-devel] [PATCH vdagent 2/2] vdagentd: Fix building warning

2013-01-08 Thread Hans de Goede
Hi, Thanks, applied. Regards, Hans On 12/05/2012 09:01 AM, Dunrong Huang wrote: Move some variable declarations to right place. Signed-off-by: Dunrong Huang --- src/vdagentd.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/vdagentd.c b/src/vdagentd.c

Re: [Spice-devel] [PATCH vdagent 1/2] vdagent-x11-randr: Fix building warning

2013-01-08 Thread Hans de Goede
Hi, Thanks, applied minus the pointer casts. I'll write a better fix for that myself. Regards, Hans On 12/05/2012 09:01 AM, Dunrong Huang wrote: This patch can be safely applied since it just deletes unused variables. Signed-off-by: Dunrong Huang --- src/vdagent-x11-randr.c | 8 +---

[Spice-devel] [PATCH spice-html5] Add spice_auto.html for automated console display

2013-01-08 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Add a spice_auto.html which removes the form inputs and obtains connection details from query parameters. The optional 'token' parameter is an opaque string passed to the websockets server to allow it to auto-determine the correct console. Otherwise the host/port/passwo