Re: [Spice-devel] [PATCH spice-protocol] Add name & uuid messages on main channel

2012-03-04 Thread Marc-André Lureau
On Sun, Mar 4, 2012 at 10:54 AM, Yaniv Kaul wrote: > A single capability 'I-can-receive-name-uuid-or-both' should be enough, no? I thought of this too. But couldn't come up with a valid name and reason (we are talking about saving a bit sent once..). I thought about CAP_IDENTIFY, I guess it would

Re: [Spice-devel] Cross-device access in SPICE server

2012-03-04 Thread Yonit Halperin
On 03/02/2012 09:06 PM, Noel Van Hook wrote: I was wondering if anyone had any experience or insight into a way for a worker in the server to get access to data from the other workers? Specifically I am looking into some optimization that would require a worker to have access to the surfaces stor

Re: [Spice-devel] [PATCH 1/6] mingw: use uintptr_t when converting a pointer to an int

2012-03-04 Thread Uri Lublin
On 02/29/2012 08:01 PM, Christophe Fergeau wrote: > win64 uses 32 bit long, so we cannot use a long to hold a 64 bit > pointer. Thankfully, there's a [u]intptr_t type available exactly > for these uses. > --- > client/canvas.cpp |2 +- > client/cursor.cpp |2 +- > common/draw.h

Re: [Spice-devel] [PATCH 1/2] Add log for invalid/expired tickets

2012-03-04 Thread Yaniv Kaul
On 03/02/2012 05:52 PM, Christophe Fergeau wrote: Currently, when a ticket has already expired, or is invalid, there is no qemu log to tell what went wrong. This commit adds such a log. Fixes rhbz#787669 How 'heavy' is this red_printf? Can this cause DoS (if there's no print limiting to it) ?

Re: [Spice-devel] [PATCH spice-protocol] Add name & uuid messages on main channel

2012-03-04 Thread Yaniv Kaul
On 03/02/2012 03:15 PM, Marc-André Lureau wrote: On Fri, Mar 2, 2012 at 2:10 PM, Christophe Fergeau wrote: Do we really need 2 separate messages for this? You don't necessarily have the 2 value available, you may have none, one or the other, or both. Do you really need two capabilities, thou

Re: [Spice-devel] upstream qemu is broken wrt spice

2012-03-04 Thread Alon Levy
On Sat, Mar 03, 2012 at 09:10:37AM +0100, Hans de Goede wrote: > Hi, > > On 03/03/2012 01:24 AM, Alon Levy wrote: > >On Fri, Mar 02, 2012 at 10:47:35PM +0100, Hans de Goede wrote: > >>Hi All, > >> > >>While rebasing my usb patches on top of upstream qemu master to send them > >>upstream I noticed

Re: [Spice-devel] upstream qemu is broken wrt spice

2012-03-04 Thread Alon Levy
On Sat, Mar 03, 2012 at 09:10:37AM +0100, Hans de Goede wrote: > Hi, > > On 03/03/2012 01:24 AM, Alon Levy wrote: > >On Fri, Mar 02, 2012 at 10:47:35PM +0100, Hans de Goede wrote: > >>Hi All, > >> > >>While rebasing my usb patches on top of upstream qemu master to send them > >>upstream I noticed