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 ?
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
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
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
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
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
>
> "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
> --
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
"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
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/
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(-)
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
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
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
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
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-
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
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(-)
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 |
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
---
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
> 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
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
23 matches
Mail list logo