Re: [Spice-devel] [PATCH spice-server] ci: Update gitlab makecheck-centos Job to support CentOS 8

2019-10-04 Thread Victor Toso
Hi, On Fri, Oct 04, 2019 at 03:23:28PM +0100, Frediano Ziglio wrote: > Disable celt0.51, now obsolete. > Update package names and repositories. Time is coming to remove celt051 support :) > Signed-off-by: Frediano Ziglio > --- > .gitlab-ci.yml | 10 ++ > 1 file changed, 6 insertions(+)

[Spice-devel] [PATCH spice-server] ci: Update gitlab makecheck-centos Job to support CentOS 8

2019-10-04 Thread Frediano Ziglio
Disable celt0.51, now obsolete. Update package names and repositories. Signed-off-by: Frediano Ziglio --- .gitlab-ci.yml | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Results at https://gitlab.freedesktop.org/fziglio/spice/pipelines/68395 diff --git a/.gitlab-ci.yml b/.gitla

Re: [Spice-devel] [PATCH spice-server] red-channel-client: Use SpiceMsgcAckSync structure

2019-10-04 Thread Victor Toso
Hi, On Mon, Sep 30, 2019 at 01:30:45PM -0400, Frediano Ziglio wrote: > > > > red_channel_client_handle_message is called after parsing the > > message so it's not necessary to check it again or parse manually. > > > > Signed-off-by: Frediano Ziglio > > --- > > server/red-channel-client.c | 6 +

Re: [Spice-devel] [spice/tests/migrate v1 2/4] tests: migrate: wait user launch client option

2019-10-04 Thread Victor Toso
Hi, On Thu, Oct 03, 2019 at 05:13:46PM +0300, Uri Lublin wrote: > On 10/3/19 1:14 PM, Victor Toso wrote: > > From: Victor Toso > > > > Useful to test different clients running different tools (gdb, > > valgrind). > > > > Signed-off-by: Victor Toso > > --- > > tests/migrate.py | 13 +-