Re: [Spice-devel] [spice-gtk v2 1/8] usb-redir: define interfaces to support emulated devices

2019-08-07 Thread Frediano Ziglio
> On Wed, Aug 7, 2019 at 6:21 PM Frediano Ziglio wrote: > > > > > > > > On Mon, Aug 5, 2019 at 3:17 PM Frediano Ziglio > > > wrote: > > > > > > > > > > > > > > On Mon, Aug 5, 2019 at 12:58 PM Frediano Ziglio > > > > > wrote: > > > > > > > > > > > > > > > > > > > > SpiceUsbBackendDevice structure

Re: [Spice-devel] [spice-gtk v2 1/8] usb-redir: define interfaces to support emulated devices

2019-08-07 Thread Yuri Benditovich
On Wed, Aug 7, 2019 at 6:21 PM Frediano Ziglio wrote: > > > > > On Mon, Aug 5, 2019 at 3:17 PM Frediano Ziglio wrote: > > > > > > > > > > > On Mon, Aug 5, 2019 at 12:58 PM Frediano Ziglio > > > > wrote: > > > > > > > > > > > > > > > > > SpiceUsbBackendDevice structure is extended to support > >

[Spice-devel] [RFC spice-gtk 1/2] streaming: make draw-area visible on MJPEG encoder creation

2019-08-07 Thread Kevin Pouget
This patch allows the MJPEG encoder to inform the spice-widget that its video drawing area (draw-area) should be made visible on screen. This is required to switch from GST video decoding to native MJPEG decoding, otherwise the gst-area remained on top and the MJPEG video stream was never shown.

[Spice-devel] [RFC spice-server] fixup! streaming: Restart guest video streams on video-codec changes

2019-08-07 Thread Kevin Pouget
Update of the previous patch that resets only the stream channel whose preferred codec list has been updated Signed-off-by: Kevin Pouget --- server/main-dispatcher.c | 12 +--- server/main-dispatcher.h | 2 +- server/reds.c| 15 --- server/reds.h| 2

Re: [Spice-devel] [spice-gtk v2 1/8] usb-redir: define interfaces to support emulated devices

2019-08-07 Thread Frediano Ziglio
> > On Mon, Aug 5, 2019 at 3:17 PM Frediano Ziglio wrote: > > > > > > > > On Mon, Aug 5, 2019 at 12:58 PM Frediano Ziglio > > > wrote: > > > > > > > > > > > > > > SpiceUsbBackendDevice structure is extended to support > > > > > additional kind of device that is emulated by Spice-GTK > > > > > an

Re: [Spice-devel] [PATCH x11spice v2] Use separate buffer for primary surface to fix graphical corruption

2019-08-07 Thread Jeremy White
On 8/6/19 11:02 AM, Brendan Shanks wrote: The 'display->fullscreen' SHM segment was previously being used for both x11spice's internal change scanning and as the spice primary surface. I don't think spice wants anything else writing to the primary surface, and this caused sporadic test failures a

Re: [Spice-devel] Spice USB redirect

2019-08-07 Thread Frediano Ziglio
> This is probably more of a Fedora 30 issue, but I wanted to make you all > aware it does not work when trying to redirect an iPhone from Fedora 30 host > to a Windows 10 VM on QEMU/KVM/Virt Manager. > Kind Regards, > Jet Walsh I won't be surprised if the message was right "Device is in use by

[Spice-devel] [PATCH v2 3/3] drm/qxl: switch qxl to use the new ttm helpers.

2019-08-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/qxl/qxl_drv.h| 4 +--- drivers/gpu/drm/qxl/qxl_object.h | 5 - drivers/gpu/drm/qxl/qxl_drv.c| 2 +- drivers/gpu/drm/qxl/qxl_dumb.c | 17 - drivers/gpu/drm/qxl/qxl_ioctl.c | 5 +++-- drivers/gpu/drm/qxl/Kconfig

[Spice-devel] [PATCH spice-protocol v2] protocol: Add some comments to vd_agentd.h

2019-08-07 Thread Frediano Ziglio
From: Francois Gouget Signed-off-by: Francois Gouget Signed-off-by: Frediano Ziglio --- spice/vd_agent.h | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) Changes since v1: - fix documentation - add some structure reference diff --git a/spice/vd_agent.h b/spice/v

Re: [Spice-devel] [protocol] protocol: Add some comments to vd_agentd.h

2019-08-07 Thread Francois Gouget
On Thu, 1 Aug 2019, Frediano Ziglio wrote: [...] > > @@ -254,7 +261,7 @@ typedef struct SPICE_ATTR_PACKED > > VDAgentDeviceDisplayInfo > > { > > uint32_t monitor_id; > > uint32_t device_display_id; > > uint32_t device_address_len; > > -uint8_t device_address[0]; // a zero-termi

[Spice-devel] Xorg indefinitely hangs in kernelspace

2019-08-07 Thread Jaak Ristioja
Hello! I'm writing to report a crash in the QXL / DRM code in the Linux kernel. I originally filed the issue on LaunchPad and more details can be found there, although I doubt whether these details are useful. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813620 I first experienced the