Re: [Spice-devel] [PATCH spice] server: Add a usbredir channel

2011-08-10 Thread Alon Levy
On Wed, Aug 10, 2011 at 10:46:00PM +0200, Hans de Goede wrote: > --- > server/Makefile.am |1 + > server/char_device.h |5 +- > server/reds.c| 10 ++ > server/usbredir.c| 272 > ++ > spice.proto |8 ++ > 5 files

[Spice-devel] palette id: not found.

2011-08-10 Thread Songwen Liao
Hi,all, I have found the spice client run in my envrioment always exit with the message "RedChannel::run: palette id 912605, not found". The more specific messages with the client exit: 1312861320 INFO [21262:21262] DisplayChannel::create_sw_canvas: display 0: using sw 1

[Spice-devel] [PATCH spice] server: Add a usbredir channel

2011-08-10 Thread Hans de Goede
--- server/Makefile.am |1 + server/char_device.h |5 +- server/reds.c| 10 ++ server/usbredir.c| 272 ++ spice.proto |8 ++ 5 files changed, 295 insertions(+), 1 deletions(-) create mode 100644 server/usbredir.

Re: [Spice-devel] [PATCH] qxl: allowing the command rings to be not empty when spice worker is stopped RHBZ #728984

2011-08-10 Thread Gerd Hoffmann
On 08/09/11 15:12, Yonit Halperin wrote: same as 8927cfbba232e28304734f7afd463c1b84134031, but for qxl_check_state, that was triggered by qxl_pre_load (which calls qxl_hard_reset, which calls qxl_soft_reset), and caused the migration target to crash. Added to spice patch queue. thanks, Ger

Re: [Spice-devel] [PATCH] RFC: client/x11: reuse existing platform_win

2011-08-10 Thread Christophe Fergeau
I reproduced this bug, the patch indeed fixes it (though I'm under the impression that X uses 100% CPU for several seconds on resolution changes). What it does also makes sense to me even if I'm no X expert, so ACK from me. Christophe On Thu, Jul 28, 2011 at 06:01:53PM +0200, Marc-André Lureau wr