Re: [Spice-devel] Guest OS - Win XP crashed on FC12

2010-07-21 Thread Alex Peter
Hi Yaniv, Thanks for the info. According to SPICE FAQ, Spice Server can't be run on 32bit CPU. Can current Release of Spice server be run on 32 bit CPUs ?. Thanks Alex. - Original Message - From: Yaniv Kaul Sent: 07/22/10 02:35 PM To: Alex Peter Subject: Re: [Spice-devel] Guest OS

Re: [Spice-devel] [PATCH] spice-vmc: split vmc_write to max sized virtio_serial_write calls

2010-07-21 Thread Arnon Gilboa
Alon Levy wrote: This is required for working agent in windows guests with up coming release. Prevents pretty blue screens. Please Ack. workaround for current windows driver limitation (RHBZ 617000) --- hw/spice-vmc.c | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions

Re: [Spice-devel] Guest OS - Win XP crashed on FC12

2010-07-21 Thread Alon Levy
- "Yaniv Kaul" wrote: > On 7/22/2010 7:42 AM, Alex Peter wrote: > > > > Sorry, I forgot to mention spice version. It is 0.4 . > > > > > > I haven't found any docs to compile and install 0.5.3 version. > > If anybody already done, please share it. > > > Anyone know where the sour

Re: [Spice-devel] Guest OS - Win XP crashed on FC12

2010-07-21 Thread Yaniv Kaul
On 7/22/2010 7:42 AM, Alex Peter wrote: Sorry, I forgot to mention spice version. It is 0.4 . I haven't found any docs to compile and install 0.5.3 version. If anybody already done, please share it. Thanks Alex http://spice-space.org/page/Building_Instructions Y. - Original M

Re: [Spice-devel] Guest OS - Win XP crashed on FC12

2010-07-21 Thread Alex Peter
Sorry, I forgot to mention spice version. It is 0.4 . I haven't found any docs to compile and install 0.5.3 version. If anybody already done, please share it. Thanks Alex - Original Message - From: Alex Peter Sent: 07/22/10 11:49 AM To: spice-devel@lists.freedesktop.org Subject: [Spi

[Spice-devel] Guest OS - Win XP crashed on FC12

2010-07-21 Thread Alex Peter
Dear All, Am a newbie to SPICE and gone through SPICE User Manual to setup SPICE on my Pentium 4 PC. I have compiled all depend libraries as instructed in the manual and installed (Sorry for not using RPM). My PC has Fedora core 12 OS. Since I am not able to load kvm_intel.ko, i skipped that

[Spice-devel] [PATCH] server: add vdi_port write retry timer. RHBZ 616772

2010-07-21 Thread Alon Levy
Retry vdi_port_write whenever a write to the sif (i.e. virtio-serial) fails because the ivq (vq from host to guest) is full. There is no existing timer based or callback based mechanism. RHBZ 616772 is a request for virtio-serial to support such a callback. Please Ack. --- server/reds.c | 30 +

[Spice-devel] [PATCH] spice-vmc: split vmc_write to max sized virtio_serial_write calls

2010-07-21 Thread Alon Levy
This is required for working agent in windows guests with up coming release. Prevents pretty blue screens. Please Ack. workaround for current windows driver limitation (RHBZ 617000) --- hw/spice-vmc.c | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/h

Re: [Spice-devel] [PATCH] Don't do manual marshalling for input channel

2010-07-21 Thread Alon Levy
- "Alexander Larsson" wrote: > It seems there was some places left that didn't marshal data sent > over > the network. Thanks to Yaniv Kaul for noticing this. > > Can i have an ack for this? > > --- > server/reds.c | 112 > ++--- > 1 fi

[Spice-devel] [PATCH] Don't do manual marshalling for input channel

2010-07-21 Thread Alexander Larsson
It seems there was some places left that didn't marshal data sent over the network. Thanks to Yaniv Kaul for noticing this. Can i have an ack for this? --- server/reds.c | 112 ++--- 1 files changed, 67 insertions(+), 45 deletions(-) diff --g