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

2019-09-10 Thread Aleix Aragón
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't download

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

2019-09-10 Thread Uri Lublin
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 weaker computers (dualcore processors) that don't support good quality video conferencing.

Re: [Spice-devel] [PATCH spice-server 1/2] event-loop: Move adapter interface from reds.c

2019-09-10 Thread Frediano Ziglio
ping > > ping > > > > > ping the series > > > > > > > > Put more event loop code in event-loop.c. > > > This is a preparation patch for the next one. > > > > > > Signed-off-by: Frediano Ziglio > > > --- > > > server/event-loop.c | 58 + > > > ser

Re: [Spice-devel] [PATCH spice-server v2 1/2] char-device: Don't use RedClient API

2019-09-10 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > ping > > > > > > > > > > > ping > > > > > > > > > > > > > > ping > > > > > > > > > > > > > > > > > ping > > > > > > > > > > > > > ping > > > > > > > > > > > > > > > > > > > > > > > ping the series > > > > > > > > > > > > > > > > > > > >

Re: [Spice-devel] [PATCH spice-common] codegen: Add 'chunk' to the output attributes

2019-09-10 Thread Frediano Ziglio
ping > > ping > > > > > Output attributes are the attributes that specify how to store > > that field in the C structure. > > There can be only one output type specified. > > > > Signed-off-by: Frediano Ziglio > > --- > > python_modules/ptypes.py | 2 +- > > 1 file changed, 1 insertion(+), 1

Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-09-10 Thread Frediano Ziglio
ping > > ping > > > > > Check that combination of fields for an array does not > > lead to unsafe code. > > check_valid method came from generate_c_declaration with > > some more check and it's use in demarshaller to validate > > the array if the structure is not generated. > > > > Signed-off-

[Spice-devel] [PATCH spice-gtk] spicy: Do not call gst_init directly

2019-09-10 Thread Frediano Ziglio
GStreamer is already initialized using gst_init_get_option_group and gst_init_get_option_group. From gst_init documentation: WARNING: This function does not work in the same way as corresponding functions in other glib-style libraries, such as gtk_init(). In particular, unknown command li

Re: [Spice-devel] [PATCH spice-gtk v6 06/18] fixup! usb-redir: add files for SCSI and USB MSC implementation

2019-09-10 Thread Victor Toso
Hi, On Thu, Sep 05, 2019 at 02:42:29PM +0100, Frediano Ziglio wrote: > Do not use 0x%u as format, misleasding, %u is decimal. misleasding - > misleading but this will be squashed so, don't mind me :) > Also most of these are formatting lun number which in multiple > cases are expressed as decim

Re: [Spice-devel] [PATCH spice-gtk 2/3] .gitlab-ci: Save artifacts for copr builds use and deploy

2019-09-10 Thread Snir Sheriber
Hi, On 9/9/19 6:54 PM, Frediano Ziglio wrote: deploy is done by triggering copr's webhook so copr will get the artifacts and generate a build. --- This is another suggestion to integrate deployment to copr The flow is as follow: - Successful gitlab-ci build will generate tarball and spec file