Re: [Spice-devel] regression from 0.14.0 -> 0.14.2 in screen resizing

2019-10-03 Thread Uri Lublin
On 10/3/19 7:52 PM, Jason A. Donenfeld wrote: On Thu, Oct 3, 2019 at 6:52 PM Uri Lublin wrote: It works for me also with spice v0.14.2 (from git) and current master. The qemu version is 4.1.50 (from git) and also tested QEMU 3.1.1 (Fedora 30). BTW, what distro is it ? Which Windows guest ?

Re: [Spice-devel] regression from 0.14.0 -> 0.14.2 in screen resizing

2019-10-03 Thread Jason A. Donenfeld
On Thu, Oct 3, 2019 at 6:52 PM Uri Lublin wrote: > > On 10/3/19 6:11 PM, Jason A. Donenfeld wrote: > > On Thu, Oct 3, 2019 at 5:10 PM Uri Lublin wrote: > >> > >> Hi, > >> > >> I just tested v0.14.0 and resolution change works for me (Windows 7 x64, > >> remote-viewer). > > > > This is why I speci

Re: [Spice-devel] regression from 0.14.0 -> 0.14.2 in screen resizing

2019-10-03 Thread Uri Lublin
On 10/3/19 6:11 PM, Jason A. Donenfeld wrote: On Thu, Oct 3, 2019 at 5:10 PM Uri Lublin wrote: Hi, I just tested v0.14.0 and resolution change works for me (Windows 7 x64, remote-viewer). This is why I specified that it fails in 0.14.2. Indeed. It works for me also with spice v0.14.2 (fr

Re: [Spice-devel] regression from 0.14.0 -> 0.14.2 in screen resizing

2019-10-03 Thread Jason A. Donenfeld
On Thu, Oct 3, 2019 at 5:10 PM Uri Lublin wrote: > > Hi, > > I just tested v0.14.0 and resolution change works for me (Windows 7 x64, > remote-viewer). This is why I specified that it fails in 0.14.2. > What driver is installed on the guest ? The usual ones from the spice website. > Is spice-vd

Re: [Spice-devel] regression from 0.14.0 -> 0.14.2 in screen resizing

2019-10-03 Thread Uri Lublin
On 9/27/19 1:27 PM, Jason A. Donenfeld wrote: Hi, My distro upgraded spice from 0.14.0 to 0.14.2. This has caused screen resizing geometry problems for my Windows guest. In spicy, I experience a massive black border around the screen, as though it's getting the internal coordinates and external

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

2019-10-03 Thread Uri Lublin
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 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/migrate.py b/tests/migr

Re: [Spice-devel] [spice-streaming-agent PATCH v2 1/3] gitignore: ignore tar.xz

2019-10-03 Thread Frediano Ziglio
> > "make dist" generates it (dist-xz is specified in configure.ac) > > Signed-off-by: Uri Lublin Acked-by: Frediano Ziglio So, all the series got acked. > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 601cc9f..29d4a92 100644 > --

[Spice-devel] [spice-streaming-agent PATCH v2 0/3] Get ready for v0.3 release

2019-10-03 Thread Uri Lublin
v1 -> v2: - More information in gitignore patch commit log (Frediano) - Dropped a .spec patch adding BuildRequires autoconf (Frediano) Uri Lublin (3): gitignore: ignore tar.xz Add a man page Prepare for v0.3 release .gitignore| 1 + Makefile.am | 2

[Spice-devel] [spice-streaming-agent PATCH v2 1/3] gitignore: ignore tar.xz

2019-10-03 Thread Uri Lublin
"make dist" generates it (dist-xz is specified in configure.ac) Signed-off-by: Uri Lublin --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 601cc9f..29d4a92 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.lo *.tar.bz2 *.tar.gz +*.tar.x

[Spice-devel] [spice-streaming-agent PATCH v2 2/3] Add a man page

2019-10-03 Thread Uri Lublin
Signed-off-by: Uri Lublin Acked-by: Frediano Ziglio --- Makefile.am | 2 + spice-streaming-agent.1 | 78 +++ spice-streaming-agent.spec.in | 1 + 3 files changed, 81 insertions(+) create mode 100644 spice-streaming-agent.1 diff --git a/

[Spice-devel] [spice-streaming-agent PATCH v2 3/3] Prepare for v0.3 release

2019-10-03 Thread Uri Lublin
1. update NEWS 2. update configure.ac 3. update spec file Signed-off-by: Uri Lublin Acked-by: Frediano Ziglio --- NEWS | 17 + configure.ac | 2 +- spice-streaming-agent.spec.in | 3 +++ 3 files changed, 21 insertions(+), 1 deletion(-)

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

2019-10-03 Thread Uri Lublin
On 10/3/19 3:47 PM, Victor Toso wrote: On Thu, Oct 03, 2019 at 03:34:50PM +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). It seems to me it's already solved by --wait-user-input. The

Re: [Spice-devel] [spice/tests/migrate v1 4/4] tests: migrate: fix migration with --vdagent option

2019-10-03 Thread Uri Lublin
On 10/3/19 1:14 PM, Victor Toso wrote: From: Victor Toso Before this patch, running the test with --vdagent option would error in the second migration attempt with: | qemu-system-x86_64: Unknown savevm section or instance | ':00:04.0/virtio-console' 0. Make sure that your current VM se

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

2019-10-03 Thread Victor Toso
On Thu, Oct 03, 2019 at 03:34:50PM +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). > > It seems to me it's already solved by --wait-user-input. > The user can start the m

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

2019-10-03 Thread Uri Lublin
On 10/3/19 1:14 PM, Victor Toso wrote: From: Victor Toso Useful to test different clients running different tools (gdb, valgrind). It seems to me it's already solved by --wait-user-input. The user can start the migration only after running the tool/client. Uri. Signed-off-by: Victor Toso

Re: [Spice-devel] [spice/tests/migrate v1 1/4] tests: migrate: default to not launch client

2019-10-03 Thread Uri Lublin
On 10/3/19 1:14 PM, Victor Toso wrote: From: Victor Toso This supports doing migration without any client to be connected. If tester wants client, it needs to pass an option to --client. Change of default still is to keep the test as simple as possible when no arguments are given. Signed-off-

[Spice-devel] [spice/tests/migrate v1 4/4] tests: migrate: fix migration with --vdagent option

2019-10-03 Thread Victor Toso
From: Victor Toso Before this patch, running the test with --vdagent option would error in the second migration attempt with: | qemu-system-x86_64: Unknown savevm section or instance | ':00:04.0/virtio-console' 0. Make sure that your current VM setup | matches your saved VM setup, includi

[Spice-devel] [spice/tests/migrate v1 3/4] tests: migrate: simplify wait_active()

2019-10-03 Thread Victor Toso
From: Victor Toso We are only interested in the running state of qmp (or VCPUS) here which is what we check. Moving this check to the try branch allows removing some extra checks. Signed-off-by: Victor Toso --- tests/migrate.py | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-)

[Spice-devel] [spice/tests/migrate v1 1/4] tests: migrate: default to not launch client

2019-10-03 Thread Victor Toso
From: Victor Toso This supports doing migration without any client to be connected. If tester wants client, it needs to pass an option to --client. Change of default still is to keep the test as simple as possible when no arguments are given. Signed-off-by: Victor Toso --- tests/migrate.py |

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

2019-10-03 Thread Victor Toso
From: Victor Toso Useful to test different clients running different tools (gdb, valgrind). Signed-off-by: Victor Toso --- tests/migrate.py | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/migrate.py b/tests/migrate.py index 5ed9eba4..88e17691 100755 ---

Re: [Spice-devel] Xorg indefinitely hangs in kernelspace

2019-10-03 Thread Hillf Danton
On Thu, 3 Oct 2019 09:45:55 +0300 Jaak Ristioja wrote: > On 30.09.19 16:29, Frediano Ziglio wrote: > > Why didn't you update bug at > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813620? > > I know it can seem tedious but would help tracking it. > > I suppose the lack on centralized

Re: [Spice-devel] [spice-streaming-agent PATCH 4/4] Prepare for v0.3 release

2019-10-03 Thread Frediano Ziglio
> On 9/27/19 10:47 AM, Frediano Ziglio wrote: > >> > >> 1. update NEWS > >> 2. update configure.ac > >> 3. update spec file > >> > >> Signed-off-by: Uri Lublin > >> --- > >> NEWS | 17 + > >> configure.ac | 2 +- > >> spice-streaming-a

Re: [Spice-devel] Xorg indefinitely hangs in kernelspace

2019-10-03 Thread Jaak Ristioja
On 30.09.19 16:29, Frediano Ziglio wrote: > Why didn't you update bug at > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813620? > I know it can seem tedious but would help tracking it. I suppose the lack on centralized tracking and handling of Linux kernel bugs is a delicate topic, so