Re: [Spice-devel] [PATCH v2] drm/qxl: get vga ioports

2019-09-11 Thread Frediano Ziglio
> > qxl has two modes: "native" (used by the drm driver) and "vga" (vga > compatibility mode, typically used for boot display and firmware > framebuffers). > > Accessing any vga ioport will switch the qxl device into vga mode. > The qxl driver never does that, but other drivers accessing vga port

Re: [Spice-devel] [RFC spice-streaming-agent 1/4] gst-plugin: allow the instantiation of multiple GST encoder plugins

2019-09-11 Thread Kevin Pouget
On Sun, Aug 11, 2019 at 4:41 PM Snir Sheriber wrote: > > Hi, > > > > Tested, seems to work well! switching is smooth, if codec fails > it falls back to mjpeg (not very loudly), no default gstreamer > codec currently. As mentioned i find this feature useful :) > > another comment below > > > On 8/6

Re: [Spice-devel] [RFC spice-streaming-agent 1/3] Add Xlib capture helper files

2019-09-11 Thread Snir Sheriber
Hi, Sorry for the late replay On 8/28/19 5:44 PM, Frediano Ziglio wrote: The Xlib capture helper provides a wrapping class for XImage, Display information and other capturing related functionalities which allows to use unified and simple API for screen capturing using X. This also utilize the

Re: [Spice-devel] [PATCH spice-common v2] common/recorder.h: do not complain on unused (dummy) recorders

2019-09-11 Thread Frediano Ziglio
> > Signed-off-by: Kevin Pouget Acked > --- > common/recorder.h | 3 ++- > tests/Makefile.am | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/common/recorder.h b/common/recorder.h > index 98b8797..8448e02 100644 > --- a/common/recorder.h > +++ b/common/recorder.h > @@

[Spice-devel] [PATCH spice-common v2] common/recorder.h: do not complain on unused (dummy) recorders

2019-09-11 Thread Kevin Pouget
Signed-off-by: Kevin Pouget --- common/recorder.h | 3 ++- tests/Makefile.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/recorder.h b/common/recorder.h index 98b8797..8448e02 100644 --- a/common/recorder.h +++ b/common/recorder.h @@ -20,6 +20,7 @@ #include #in

Re: [Spice-devel] virt-viewer compile problem

2019-09-11 Thread Frediano Ziglio
> hello: > When i use mingw32 to compile virt-viewer, it occuried problem. The error is > 'error: Package requirements (spice-controller) were not met:'. > I've been searching the Internet for a long time. But still can't find the > way to solve the problem. I don't know where can I get the packag

[Spice-devel] virt-viewer compile problem

2019-09-11 Thread ????
hello: When i use mingw32 to compile virt-viewer, it occuried problem. The error is 'error: Package requirements (spice-controller) were not met:'. I've been searching the Internet for a long time. But still can't find the way to solve the problem. I don't know where can I get the package

[Spice-devel] [PATCH spice-server 2/2] red-channel-client: Inline red_channel_client_get_channel in macro

2019-09-11 Thread Frediano Ziglio
Inline red_channel_client_get_channel in spice_channel_client_error macro. Signed-off-by: Frediano Ziglio --- server/red-channel-client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/red-channel-client.c b/server/red-channel-client.c index 337733d5d..2fee76f57 100

[Spice-devel] [PATCH spice-server 1/2] reds: Inline reds_mig_switch function

2019-09-11 Thread Frediano Ziglio
No much reason for not inlining it, it's quite small and do not reduce readability. Note that spice_server_migrate_switch is deprecated and not used by Qemu since commit 67be6726b6459472103ee87ceaf2e8e97c154965 (cfr "spice: raise requirement to 0.12" September 2012). Signed-off-by: Frediano Ziglio

Re: [Spice-devel] spice client using virt-viewer alternative?

2019-09-11 Thread Frediano Ziglio
> Sorry if these message is not for this department, don't know what mail use > for doubts like this. > Always for the client is required to download something like "virt-viewer" to > connect and watch the machine on the server? > I mean, I can't make the client to just connect to my page and don'

Re: [Spice-devel] [Nouveau] [Intel-gfx] [PATCH v6 08/17] drm/ttm: use gem vma_node

2019-09-11 Thread Thierry Reding
On Sat, Sep 07, 2019 at 09:58:46PM -0400, Ilia Mirkin wrote: > On Wed, Aug 21, 2019 at 7:55 AM Thierry Reding > wrote: > > > > On Wed, Aug 21, 2019 at 04:33:58PM +1000, Ben Skeggs wrote: > > > On Wed, 14 Aug 2019 at 20:14, Gerd Hoffmann wrote: > > > > > > > > Hi, > > > > > > > > > > Changing t

Re: [Spice-devel] proxmox spice - control video and audio compression

2019-09-11 Thread Rafael de Almeida
Awesome, thanks! Em ter, 10 de set de 2019 08:31, Uri Lublin escreveu: > On 9/10/19 3:28 AM, Rafael de Almeida wrote: > > Hello, > > > > We use x2go and chrome remote desktop for VDI on the virtual machines > > that are on proxmox. > > > > We recently started using spice to access webcam through

Re: [Spice-devel] [PATCH spice-common] common/recorder.h: do not complain on unused (dummy) recorders

2019-09-11 Thread Frediano Ziglio
> > Signed-off-by: Kevin Pouget I needed this to compile (maybe different options): diff --git a/tests/Makefile.am b/tests/Makefile.am index 4b8bcf4..e8766d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,6 +73,7 @@ test_dummy_recorder_SOURCES = \ $(NULL) test_du

[Spice-devel] [PATCH spice-common] common/recorder.h: do not complain on unused (dummy) recorders

2019-09-11 Thread Kevin Pouget
Signed-off-by: Kevin Pouget --- common/recorder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/recorder.h b/common/recorder.h index 98b8797..8448e02 100644 --- a/common/recorder.h +++ b/common/recorder.h @@ -20,6 +20,7 @@ #include #include +#include /* Re