Am 07.02.19 um 10:45 schrieb Thomas Zimmermann:
Am 07.02.19 um 10:36 schrieb Koenig, Christian:
Am 07.02.19 um 09:59 schrieb Thomas Zimmermann:
Almost all TTM-based drivers use the same values for the mmap-able
range of BO addresses. Each driver therefore duplicates the
DRM_FILE_PAGE_OFFSET con
Signed-off-by: Frediano Ziglio
---
mingw-spice-vdagent.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-spice-vdagent.spec.in b/mingw-spice-vdagent.spec.in
index d129a7b..5fa9b7a 100644
--- a/mingw-spice-vdagent.spec.in
+++ b/mingw-spice-vdagent.spec.in
@@ -2,7 +2
Catch the problem during configure instead of having to wait the
build to fail.
On Fedora try for instance to remove mingw64-zlib-static package,
the missing dependency won't be detected during configure.
Signed-off-by: Frediano Ziglio
---
configure.ac | 10 --
m4/pushvars.m4 | 15
Signed-off-by: Frediano Ziglio
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 76d4081..b3f32e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ src/stamp-h1
tests/test-*.log
tests/test-*.trs
tests/test-file-xfers
+tests/test-device-in
From: Victor Toso
The jobs already run as root.
Also removes an extra empty line.
Signed-off-by: Victor Toso
---
.gitlab-ci.yml | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0b77a7..ad4fb80 100644
--- a/.gitlab-ci.yml
From: Victor Toso
Signed-off-by: Victor Toso
---
.gitlab-ci.yml | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad4fb80..fc40c04 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,16 @@
image: fedora:latest
From: Victor Toso
There are two main bottlenecks in CI:
1. Network might be slow for bootstrapping;
2. Big job queues to get a runners to run our jobs.
This patch reduces the three jobs to a single one in order to prevent
long delays when CI resources are scarce which is a common scenario.
No m
Hi,
On Wed, Feb 27, 2019 at 10:57:58AM +, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 76d4081..b3f32e2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -11,6 +11,7 @@ src
This Makefile script is invoked by copr to build source rpm
See: https://docs.pagure.org/copr.copr/user_documentation.html#make-srpm
---
Changes from v1 are script improvements and description
---
.copr/Makefile | 21 +
1 file changed, 21 insertions(+)
create mode 100644 .c
>
> From: Victor Toso
>
> The jobs already run as root.
> Also removes an extra empty line.
>
> Signed-off-by: Victor Toso
Acked-by: Frediano Ziglio
> ---
> .gitlab-ci.yml | 15 +++
> 1 file changed, 7 insertions(+), 8 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.
>
> From: Victor Toso
>
> Signed-off-by: Victor Toso
> ---
> .gitlab-ci.yml | 16 ++--
> 1 file changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ad4fb80..fc40c04 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,12 +1,16
>
> From: Victor Toso
>
> There are two main bottlenecks in CI:
> 1. Network might be slow for bootstrapping;
> 2. Big job queues to get a runners to run our jobs.
>
> This patch reduces the three jobs to a single one in order to prevent
> long delays when CI resources are scarce which is a com
Hi,
On Wed, Feb 27, 2019 at 07:49:20AM -0500, Frediano Ziglio wrote:
> >
> > From: Victor Toso
> >
> > Signed-off-by: Victor Toso
> > ---
> > .gitlab-ci.yml | 16 ++--
> > 1 file changed, 10 insertions(+), 6 deletions(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > in
On Wed, Feb 27, 2019 at 07:52:11AM -0500, Frediano Ziglio wrote:
> >
> > From: Victor Toso
> >
> > There are two main bottlenecks in CI:
> > 1. Network might be slow for bootstrapping;
> > 2. Big job queues to get a runners to run our jobs.
> >
> > This patch reduces the three jobs to a single
>
> Hi,
>
> On Wed, Feb 27, 2019 at 07:49:20AM -0500, Frediano Ziglio wrote:
> > >
> > > From: Victor Toso
> > >
> > > Signed-off-by: Victor Toso
> > > ---
> > > .gitlab-ci.yml | 16 ++--
> > > 1 file changed, 10 insertions(+), 6 deletions(-)
> > >
> > > diff --git a/.gitlab-ci.
Hi,
On Wed, Feb 27, 2019 at 11:13:06AM +, Victor Toso wrote:
> From: Victor Toso
>
> Signed-off-by: Victor Toso
> ---
> .gitlab-ci.yml | 16 ++--
> 1 file changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ad4fb80..fc40c04 100644
From: Victor Toso
Instead of relying in copr builds, we should rely on relative branch
in gitlab for spice dependencies such as spice-protocol.
This patch moves the dependencies to a variable and builds
spice-protocol instead of using spice-protocol from nightly spice
copr.
Signed-off-by: Victo
From: Victor Toso
There are two main bottlenecks in CI:
1. Network might be slow for bootstrapping;
2. Big job queues to get a runners to run our jobs.
This patch reduces the three jobs to a single one in order to prevent
long delays when CI resources are scarce which is a common scenario.
No m
>
> Hi,
>
> On Wed, Feb 27, 2019 at 11:13:06AM +, Victor Toso wrote:
> > From: Victor Toso
> >
> > Signed-off-by: Victor Toso
> > ---
> > .gitlab-ci.yml | 16 ++--
> > 1 file changed, 10 insertions(+), 6 deletions(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > in
Hi,
On Wed, Feb 27, 2019 at 09:36:55AM -0500, Frediano Ziglio wrote:
> >
> > Hi,
> >
> > On Wed, Feb 27, 2019 at 11:13:06AM +, Victor Toso wrote:
> > > From: Victor Toso
> > >
> > > Signed-off-by: Victor Toso
> > > ---
> > > .gitlab-ci.yml | 16 ++--
> > > 1 file changed, 10
Do not count on copr nightly for getting the dependencies
Signed-off-by: Snir Sheriber
---
.gitlab-ci.yml | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab1b2a3..808e3ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,1
Signed-off-by: Frediano Ziglio
---
vdagent/as_user.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vdagent/as_user.cpp b/vdagent/as_user.cpp
index c8016da..fc1f056 100644
--- a/vdagent/as_user.cpp
+++ b/vdagent/as_user.cpp
@@ -42,7 +42,7 @@ bool AsUser::begin()
re
Hi,
On Wed, Feb 27, 2019 at 04:42:36PM +, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio
> ---
> vdagent/as_user.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vdagent/as_user.cpp b/vdagent/as_user.cpp
> index c8016da..fc1f056 100644
> --- a/vdagent/as
In 8251fa25, a check on the minimum size of a message was introduced.
For unsupported messages, the vdagent simply exited. This makes it
difficult to extend the vdagent protocol without breaking old
installations. Instead, just print a warning indicating that an
unsupported message was received and
Hi,
On Mon, Feb 25, 2019 at 6:04 PM Victor Toso wrote:
>
> From: Victor Toso
>
> It is not relevant nowadays that *spicec* client was removed and even
> monitors_config does not reach spice-vdagent in modern Guests.
>
Can't really evaluate this with my current knowledge of spice &
monitor config
25 matches
Mail list logo