[Spice-devel] How to disable usb writing on guestOS, while reading still available

2014-01-13 Thread flooding Controlled
Hi all: Recently, I tried to do it by using the "regedit" on my windowsXP guestOS, and it easily worked. However, it seems that if I could do it on the spice level, things would be more perfect, :). So, has anyone tried this? Could you give some suggestions? Thanks. __

Re: [Spice-devel] windows remote-viewer (master) crashing on startup.

2014-01-13 Thread Christophe Fergeau
On Mon, Jan 13, 2014 at 10:56:26AM +1000, Lindsay Mathieson wrote: > On 10 January 2014 19:40, Christophe Fergeau wrote: > > Hey, > > > > On Fri, Jan 10, 2014 at 10:44:40AM +1000, Lindsay Mathieson wrote: > >> On 9 January 2014 19:17, Christophe Fergeau wrote: > >> > Any chance you could get a ba

Re: [Spice-devel] [PATCH 00/17] Split RedsStream out of reds.c

2014-01-13 Thread Alon Levy
On 01/07/2014 01:14 PM, Christophe Fergeau wrote: > Hey, > > This is a series I've had locally for a while. It moves RedsStream related > code > out of reds.c to its own file. This shaves ~1000 lines of code out of reds.c > The patch series could be split in 2 independent series, first one would

Re: [Spice-devel] [spice-common 7/8] quic: Remove test which is always TRUE

2014-01-13 Thread Uri Lublin
On 01/07/2014 02:47 PM, Christophe Fergeau wrote: Hey, On Mon, Jan 06, 2014 at 03:35:24PM +0200, Uri Lublin wrote: On 01/06/2014 01:22 PM, Christophe Fergeau wrote: find_model_params() is first dereferencing nbuckets when setting it to 0, and then it checks it for NULL. The NULL-check will nev

Re: [Spice-devel] windows remote-viewer (master) crashing on startup.

2014-01-13 Thread Christophe Fergeau
On Sat, Jan 11, 2014 at 08:44:49AM +1000, Lindsay Mathieson wrote: > On Fri, 10 Jan 2014 12:03:21 PM Fernando Lozano wrote: > > Any plans to put this new build somewere for other windows users? > > Sure, though these are just personal builds, not official. Anywhere you would > like them? > > The

Re: [Spice-devel] windows remote-viewer (master) crashing on startup.

2014-01-13 Thread Lindsay Mathieson
On Mon, 13 Jan 2014 10:30:29 AM Christophe Fergeau wrote: > > libgdk-3-0.dll!70efecbe() > > libspice-client-gtk-3.0-4.dll!653c476f() > > libspice-client-gtk-3.0-4.dll!653c6c2d() > > Ah, no debug symbols Yah, I thought that might be an issue ... I'll try and

Re: [Spice-devel] [PATCH 03/17] Move sync_write* to reds_stream.h

2014-01-13 Thread Christophe Fergeau
On Sun, Jan 12, 2014 at 01:04:10PM +0200, Alon Levy wrote: > On 01/07/2014 01:14 PM, Christophe Fergeau wrote: > > They are renamed to reds_stream_write* > > You also changed the return type for reds_stream_write_all (was > sync_write) to bool, which is now being cast to in

Re: [Spice-devel] [PATCH 16/17] Introduce reds_stream_set_channel()

2014-01-13 Thread Christophe Fergeau
On Sun, Jan 12, 2014 at 02:03:25PM +0200, Alon Levy wrote: > > +void reds_stream_set_channel(RedsStream *stream, int connection_id, > > + int channel_type, int channel_id) > > +{ > > +stream->info->connection_id = connection_id; > > +stream->info->type = connecti

Re: [Spice-devel] windows remote-viewer (master) crashing on startup.

2014-01-13 Thread Christophe Fergeau
On Mon, Jan 13, 2014 at 08:45:14PM +1000, Lindsay Mathieson wrote: > On Mon, 13 Jan 2014 10:30:29 AM Christophe Fergeau wrote: > > > libgdk-3-0.dll!70efecbe() > > > libspice-client-gtk-3.0-4.dll!653c476f() > > > libspice-client-gtk-3.0-4.dll!653c6c2d() > > >

Re: [Spice-devel] [PATCH 03/17] Move sync_write* to reds_stream.h

2014-01-13 Thread Alon Levy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/13/2014 01:00 PM, Christophe Fergeau wrote: > On Sun, Jan 12, 2014 at 01:04:10PM +0200, Alon Levy wrote: >> On 01/07/2014 01:14 PM, Christophe Fergeau wrote: >>> They are renamed to reds_stream_write* >> >> You also changed the return type for r

Re: [Spice-devel] windows remote-viewer (master) crashing on startup.

2014-01-13 Thread Fernando Lozano
Hi, It would be nice if someone tried virt-manager besides virt-viewer and virsh. Not sure what you mean by this - build virt-manager for windows? Yes. Current binary downloads available at spice-space.org and other sites have virt-viewer, remote-viewer and virsh, but no virt-manager. []

Re: [Spice-devel] [PATCH server] Associate org.spice-space.webdav.0 port to webdav channel

2014-01-13 Thread Fedor Lyakhov
May be better to avoid hardcoding the port name there using e.g. static const char * instead? On Sun, Jan 12, 2014 at 9:34 PM, Marc-André Lureau wrote: > For example, with qemu, a webdav channel can be created this way: > > -chardev spiceport,name=org.spice-space.webdav.0,... > > And redirected