Re: [Spice-devel] [Qemu-devel] Automatic spice port selection

2014-04-22 Thread Markus Armbruster
Copying Gerd. Fabio Fantoni fabio.fant...@m2r.biz writes: 2014-04-18 9:42 GMT+02:00 Christophe Fergeau cferg...@redhat.com: - Mail original - Il 26/03/2014 17:15, Fabio Fantoni ha scritto: Time ago I have read somewhere that there is an option to automatically spice port in

[Spice-devel] Hi Spice Devel~

2014-04-22 Thread 김원기
Hi Spice Development. I'm Luke Kim in South Korea. Thanks always for good project. I want spice functions to be like below. - usb redirection in windows virt-viewer - good video play quailty in narrow traffic - charater toggle key enable such as to Korean from English in VDI If you can

[Spice-devel] qemu-2.0 / spice crash

2014-04-22 Thread Rick Vernam
Qemu 2.0 crashes on (at least windows) guest machine reboot with spice-0.12.4, with the following backtrace: Program received signal SIGSEGV, Segmentation fault. 0x7211eae5 in spice_char_device_write_to_device (dev=0x5725bf30) at char_device.c:443 443 sif =

Re: [Spice-devel] Can SPICE server support 32bit system?

2014-04-22 Thread Christophe Fergeau
Hi, 3) I built SPICE client/server and qemu 2.0.50 on Ubuntu 12.04 32bit. There were some errors in spice/server/mjpeg_encoder.c while building SPICE server. I fixed it and built successfully. Could you give more details about these errors/how you fixed them? But I'm not sure whether

Re: [Spice-devel] [Qemu-devel] Automatic spice port selection

2014-04-22 Thread Gerd Hoffmann
Hi, Can someone add spice automatic port selection on qemu similar to vnc ones please? Not so easy as this is handled by spice-server not qemu, so this requires some new interfaces to communicate the listening address to qemu. Otherwise you can't see the port selected in 'info spice',

[Spice-devel] About Usbredir

2014-04-22 Thread hustxyj
Hi all: I met some problems about the spice-usbredirect. When I plugin a usb device , the usbclerk load the winUSB driver by default. However, the winUSB does not support multiple configuration device: https://github.com/libusb/libusb/wiki/Windows#known-restrictions. As I know, the libUsb-API

Re: [Spice-devel] [Qemu-devel] Automatic spice port selection

2014-04-22 Thread Fabio Fantoni
Il 22/04/2014 10:35, Gerd Hoffmann ha scritto: Hi, Can someone add spice automatic port selection on qemu similar to vnc ones please? Not so easy as this is handled by spice-server not qemu, so this requires some new interfaces to communicate the listening address to qemu. Otherwise you

[Spice-devel] [spice-gtk] Fix build with automake 1.14

2014-04-22 Thread Christophe Fergeau
When building a source file from a different directory, automake 1.14 is warning that the automake option 'subdir-objects' must be used: automake: warnings are treated as errors gtk/Makefile.am:218: warning: source file '$(top_srcdir)/spice-common/common/sw_canvas.c' is in a subdirectory,

Re: [Spice-devel] [spice-gtk] Fix build with automake 1.14

2014-04-22 Thread Marc-André Lureau
On Tue, Apr 22, 2014 at 11:51 AM, Christophe Fergeau cferg...@redhat.comwrote: When building a source file from a different directory, automake 1.14 is warning that the automake option 'subdir-objects' must be used: ack -- Marc-André Lureau ___

Re: [Spice-devel] [spice-gtk] Fix build with automake 1.14

2014-04-22 Thread Uri Lublin
On 04/22/2014 12:51 PM, Christophe Fergeau wrote: When building a source file from a different directory, automake 1.14 is warning that the automake option 'subdir-objects' must be used: automake: warnings are treated as errors gtk/Makefile.am:218: warning: source file

[Spice-devel] [PATCH] Mark sw_canvas.[ch] as automake source files

2014-04-22 Thread Christophe Fergeau
These 2 files are not build as part of spice-common build system, but modules using spice-common will build them with the appropriate options. We need to let automake know that these are source files so that it can properly track these files dependencies. Without this change, when eg spice-gtk

Re: [Spice-devel] [spice-gtk] Fix build with automake 1.14

2014-04-22 Thread Christophe Fergeau
Hey, diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c This change in gtk/spice-channel.c seems unrelated. Consider adding it in a separate patch. Ah oops sorry, these were some unrelated tests indeed. Removed from the commit, and I've also sent an additional spice-common patch

Re: [Spice-devel] patch[1/1] fix a memory leak in qxl_screen_init

2014-04-22 Thread Jeremy White
On 03/26/2014 11:30 AM, longguang.yue wrote: please forgive my ignore. jwhite you are right, i post a new patch as you suggest. ACKed (and pushed) Thanks! Jeremy thanks At 2013-11-19 20:21:35,Marian Krcmarik mkrcm...@redhat.com wrote: ping.. bigclouds, are you willing to finish