From: Victor Toso
This commit only renames it to have .md suffix as that is recognized
by Gitlab.
Signed-off-by: Victor Toso
---
README => README.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename README => README.md (100%)
diff --git a/README b/README.md
similarity index 100%
re
From: Victor Toso
And add some Markdown style.
v1 -> v2:
* Fix NEWS -> CHANGELOG.md in Makefile.am (Jakub)
Signed-off-by: Victor Toso
---
CHANGELOG.md | 47 +++
Makefile.am | 2 +-
NEWS | 46 --
From: Victor Toso
Not something we really use nor we keep it up to date.
One should check/update issues at
https://gitlab.freedesktop.org/spice/linux/vd_agent/issues
Signed-off-by: Victor Toso
---
TODO | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 TODO
diff --git a/TODO b/T
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.
Also add block quote for qemu cmdline and system's paths to make it
easier to copy-and-paste.
Signed-off-by: Victor Toso
---
README.md | 34 ++
From: Victor Toso
We will prefer CHANGELOG over NEWS just as matter of Gitlab's.
Followup patch will move NEWS content to CHANGELOG.
This patch renames ChangeLog -> CHANGELOG.md and changes some style to
follow Markdown. Also adds 'News in' string to the title of each
section.
Signed-off-by: Vi
On Sat, Feb 23, 2019 at 03:49:47PM +0100, Jakub Janku wrote:
> Hi,
>
> in the README file, there are some formatting errors that I think
> could be fixed in this patch as well, namely:
>
> * Sentence starting with "Then connect" should be in a new paragraph,
> not in the nested list
Sure
> * t
Hi,
On Sat, Feb 23, 2019 at 04:27:24PM +0100, Jakub Janku wrote:
> Hi,
>
> NEWS is appended to EXTRA_DIST var in Makefile.am, so we should change
> that to CHANGELOG.md, if I'm not mistaken.
Yes sir! Thanks!
>
> Jakub
>
> On Fri, Feb 22, 2019 at 6:23 PM Victor Toso wrote:
> >
> > From: Victo
Hi,
On Mon, Feb 25, 2019 at 04:56:44PM +0200, Snir Sheriber wrote:
> This is an example for integration of copr and gitlab so that
> any git update will generate a copr build automatically.
> Doing that for whole our repos will allow to get an updated
> upstream repo without maintaining a running
---
.gitlab-ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab1b2a3..57d3dd9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@ image: fedora:latest
before_script:
- >
dnf install -y 'dnf-command(copr)' make automake autoco
---
.copr/Makefile | 21 +
1 file changed, 21 insertions(+)
create mode 100644 .copr/Makefile
diff --git a/.copr/Makefile b/.copr/Makefile
new file mode 100644
index 000..53b1b1b
--- /dev/null
+++ b/.copr/Makefile
@@ -0,0 +1,21 @@
+PROTOCOL_GIT_REPO = https://gitlab.freed
This is an example for integration of copr and gitlab so that
any git update will generate a copr build automatically.
Doing that for whole our repos will allow to get an updated
upstream repo without maintaining a running vm somewhere.
(although i'm still not sure what to do with the mingw builds
gcc-c++ is not being installed on fedora 29 builds
---
spice-streaming-agent.spec.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index 6206cdc..3874c2e 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.
>
> When building with older mingw, sprintf_s does not
> always work as expected, but snprintf does.
>
> Also it's more consistent in the file.
>
> Note that when building with VS, snprintf becomes sprintf_s
>
I think this could be a bug, from documentation:
"If the buffer is too small for th
On Fri, Feb 22, 2019 at 2:06 PM Christophe Fergeau wrote:
>
> Hi,
>
> On Thu, Feb 21, 2019 at 09:37:06AM +0200, Yuri Benditovich wrote:
> > On Wed, Feb 20, 2019 at 6:03 PM Christophe Fergeau
> > wrote:
> > > > static SpiceUsbDevice*
> > > > spice_usb_device_manager_find_device(SpiceUsbDeviceMa
>
> ---
> CI related fixes will follow later
> ---
> spice-streaming-agent.spec.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
> index 5a06e89..6206cdc 100644
> --- a/spice-streaming-agent.spec.in
> +++ b/spice-streamin
>
> Hi,
>
> On Mon, Feb 25, 2019 at 08:37:23AM +, Frediano Ziglio wrote:
> > The channel was removed from the protocol and marked as
> > obsolete. Potentially will be removed from spice/enums.h
> > when regenerated.
>
> Should it really be removed?
>
I had the same question. Could be an op
Hi,
On Mon, Feb 25, 2019 at 08:37:23AM +, Frediano Ziglio wrote:
> The channel was removed from the protocol and marked as
> obsolete. Potentially will be removed from spice/enums.h
> when regenerated.
Should it really be removed?
> Signed-off-by: Frediano Ziglio
> ---
> server/utils.c | 2
On Mon, Feb 25, 2019 at 12:20:06PM +0200, Uri Lublin wrote:
> When building with older mingw, sprintf_s does not
> always work as expected, but snprintf does.
>
> Also it's more consistent in the file.
>
> Note that when building with VS, snprintf becomes sprintf_s
I really don't mind to have th
On 2/25/19 1:12 PM, Frediano Ziglio wrote:
---
CI related fixes will follow later
Patch seems fine, I still have to test it but looking at previous patch
something like this is needed.
But looking at
https://gitlab.freedesktop.org/spice/spice-streaming-agent/pipelines
it seems this is not tes
>
> When building with older mingw, sprintf_s does not
> always work as expected, but snprintf does.
>
> Also it's more consistent in the file.
>
> Note that when building with VS, snprintf becomes sprintf_s
>
> Related: rhbz#1410181
>
> Signed-off-by: Uri Lublin
Yes, you are right.
I think
>
> ---
> CI related fixes will follow later
Patch seems fine, I still have to test it but looking at previous patch
something like this is needed.
But looking at
https://gitlab.freedesktop.org/spice/spice-streaming-agent/pipelines
it seems this is not tested, which CI are you referring to?
Sho
---
CI related fixes will follow later
---
spice-streaming-agent.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index 5a06e89..6206cdc 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -11,
When building with older mingw, sprintf_s does not
always work as expected, but snprintf does.
Also it's more consistent in the file.
Note that when building with VS, snprintf becomes sprintf_s
Related: rhbz#1410181
Signed-off-by: Uri Lublin
---
vdagent/file_xfer.cpp | 2 +-
1 file changed, 1
Hi,
On 2/22/19 4:14 PM, 陈炤 wrote:
Hi,
I am testing video stream on raspberry pi. My spice-gtk version is
0.34 and spice server is 0.14, video encode type is h264. On raspberry
pi I use omxh264dec as hardware accelerated decoder.
Can you shed more light on the server side configuration & en
The channel was removed from the protocol and marked as
obsolete. Potentially will be removed from spice/enums.h
when regenerated.
Signed-off-by: Frediano Ziglio
---
server/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/utils.c b/server/utils.c
index b440c0648
Add error checking while being at it.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Daniel Vetter
---
drivers/gpu/drm/qxl/qxl_drv.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/qxl/qxl_drv.c b/drivers/gpu/drm/qxl/qxl_drv.c
index bb81e310eb6d..578d867a81d5
26 matches
Mail list logo