[Spice-devel] windows xp guest no response

2010-09-20 Thread Bitman Zhou
Hi, I am using spice 0.6.0 and qemu-spice v.18 on Ubuntu Server 10.04 (x86_64). Some time the spicec doesn't response and the server side has below log messages: LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/bin/kvm -S -M pc -enable-kvm -m 1024 -smp 1 -name i-3

[Spice-devel] 0.6.1 release schedule

2010-09-20 Thread Alexander Larsson
I added a 0.6.1 release to the schedule at http://spice-space.org/page/Releases/SpiceZeroPointSix This will include the current commited bugfixes, and possibly the cut and paste support if that is ready in time. Additionally I want to get the win32 driver threadsafety fixes in. Are there other o

Re: [Spice-devel] set initial depth

2010-09-20 Thread bwellsnc
I figured it out. The problem is in the /etc/default/grub configuration file for Ubuntu. You have to uncomment "GRUB_TERMINAL=console". Once I did that, it worked perfectly. On Mon, Sep 20, 2010 at 6:58 AM, Alexander Larsson wrote: > On Fri, 2010-09-17 at 18:15 -0400, bwellsnc wrote: > > I a

Re: [Spice-devel] [PATCH 2/2] server: Ensure we flush the release pipe after an oom

2010-09-20 Thread Uri Lublin
On 09/09/2010 07:56 PM, al...@redhat.com wrote: From: Alexander Larsson We really need to flush the ring to ensure that we push something on the release ring. If we don't do this and the ring is not pushed for other reasons we will timeout in the guest driver waiting for the ring. --- server/r

Re: [Spice-devel] linux vdagent progress report

2010-09-20 Thread Hans de Goede
Hi, On 09/20/2010 08:14 AM, Yaniv Kaul wrote: On 2010-09-20 07:53, Hans de Goede wrote: Hi All, I've been making good progress with the linux vdagent this weekend (I've been hacking on it during FUDcon). It now fully supports client mouse mode without the need to specify the resolution the gu

Re: [Spice-devel] [PATCH 1/2] Release more drawables on OOM

2010-09-20 Thread Uri Lublin
On 09/09/2010 07:56 PM, al...@redhat.com wrote: From: Alexander Larsson We've changed how resources are released so they are now being freed continuosly, rather than on OOM, since we want to free as early possible to avoid fragmentation. So, OOM situations should be a bit less common now and sig

Re: [Spice-devel] set initial depth

2010-09-20 Thread Alexander Larsson
On Fri, 2010-09-17 at 18:15 -0400, bwellsnc wrote: > I am running 0.6.0 and I have a quick question. Is there a way to set > the initial depth. The -g doesn't seem to work. I am trying to run > Ubuntu 10.04 and it will not boot because it doesn't seem to know the > initial screen resolution. It

Re: [Spice-devel] linux vdagent progress report

2010-09-20 Thread Arnon Gilboa
Hans de Goede wrote: Hi All, I've been making good progress with the linux vdagent this weekend (I've been hacking on it during FUDcon). :) It now fully supports client mouse mode without the need to specify the resolution the guest xorg is running at whent starting it, and it will automatica

Re: [Spice-devel] linux vdagent progress report

2010-09-20 Thread Gerd Hoffmann
Hi, It also supports the monitorconfig command, so spicec -fauto-conf Great. How does it handle monitor config messages saying the screen runs with a 937x739 resolution? To Do: -capabilities negotiation (easy) -cut and paste (once it is clear how that is supposed to work) -security (bet

Re: [Spice-devel] [PATCH 02/17] Drop DevResDynamic

2010-09-20 Thread Alexander Larsson
On Tue, 2010-09-14 at 21:08 +0200, al...@redhat.com wrote: > From: Alexander Larsson > > Now that all DevRes are dynamic we can just put the data in DevRes. > --- Got an ack from izik on irc, pushing. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Lar

Re: [Spice-devel] [PATCH 01/17] Make global_res be an array of pointers and Res a pointer

2010-09-20 Thread Alexander Larsson
On Tue, 2010-09-14 at 21:08 +0200, al...@redhat.com wrote: > From: Alexander Larsson > > Instead of allocating an array of DevRes we allocate each DevRes > dynamically for each element. > > Also make PDEV->Res be a pointer instead of copying the global pdev. > This also drops the needto Sync it