Re: [Spice-devel] [PATCH spice-server 2/2] reds: Use monotonic time for ticket expiration

2018-10-18 Thread Frediano Ziglio
ping > > Avoid time adjustment issues. > For instance ticket validity can change when daylight time changes. > > Signed-off-by: Frediano Ziglio > --- > server/reds.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/server/reds.c b/server/reds.c > index bff5b68e..7

Re: [Spice-devel] [spice-server 3/3] dcc: Add debug log when setting compression

2018-10-18 Thread Frediano Ziglio
> > Without this it's not obvious that a compression setting took effect. We spoke about, there was also a request for this debug line. > --- > server/dcc.c | 3 +++ > server/utils.c | 42 ++ > server/utils.h | 3 +++ > 3 files changed, 48 insertions(

Re: [Spice-devel] usbredir error: Error setting USB device node ACL: 'Not authorized'

2018-10-18 Thread Lars Kellogg-Stedman
On Wed, Oct 10, 2018 at 05:22:11PM +0200, Christophe Fergeau wrote: > USB Redirection permissions are set by the > /usr/libexec/spice-gtk-x86_64/spice-client-glib-usb-acl-helper SUID > binary. I'm running f29 these days, but after downgrading the spice-gtk > package to spice-gtk-0.35-1.fc28, I have

Re: [Spice-devel] Disable file drag & drop in vdagent?

2018-10-18 Thread MK
Hi Christophe. This is spice-gtk 0.26 of CentOS 6.1. Quite outdated. I'll upgrade the machine. Thanks for your help. Martin ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [Qemu-devel] [RFC PATCH spice v2 1/2] QXL interface: add functions to identify monitors in the guest

2018-10-18 Thread Gerd Hoffmann
> > + * supported address at the moment, other identifiers can be introduced > > later. > > + * is the PCI domain, followed by . of any PCI > > bridges > > + * in the chain leading to the device. The last . is the > > + * graphics device. > > Maybe better to specify also the encoding, like decima

Re: [Spice-devel] [Qemu-devel] [RFC PATCH qemu v2 2/2] spice: set device address and device display ID in QXL interface

2018-10-18 Thread Frediano Ziglio
> > Calls new SPICE QXL interface functions to set: > > * The hardware address of the graphics device represented by the QXL > interface (e.g. a PCI path): > spice_qxl_set_device_address(...) > > * The device display IDs (the IDs of the device's monitors that belong > to this QXL interface

Re: [Spice-devel] [Qemu-devel] [RFC PATCH spice v2 1/2] QXL interface: add functions to identify monitors in the guest

2018-10-18 Thread Frediano Ziglio
> > Adds two functions to let QEMU provide information to identify graphics > devices and their monitors in the guest: > > * device address - The path identifying the device on the system (e.g. PCI > path): > spice_qxl_set_device_address(...) > > * device display ID - The index of the monito