summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1548.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1548.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1548.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1548.toml46
1 files changed, 0 insertions, 46 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1548.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1548.toml
deleted file mode 100644
index 57053a9ab..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1548.toml
+++ /dev/null
@@ -1,46 +0,0 @@
-id = 1548
-title = "8.0.0rc0 Regression: vnc fails with Segmentation fault"
-state = "closed"
-created_at = "2023-03-17T17:18:30.226Z"
-closed_at = "2023-07-04T21:57:53.370Z"
-labels = ["GUI", "Regression", "kind::Bug", "workflow::Needs Info"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1548"
-host-os = "Linux"
-host-arch = "x86_64"
-qemu-version = "QEMU emulator version 7.2.50 (v7.2.0-2658-g385ac97f8f) - according to `git bisect"
-guest-os = "openSUSE-Leap-15.3"
-guest-arch = "x86_64"
-description = """On connecting with `gvncviewer localhost:05` the qemu process fails with
-```
-Segmentation fault
-```
-`gvncviewer localhost:05` prints
-```
-Connected to server
-Error: Server closed the connection
-Disconnected from server
-```"""
-reproduce = """1. Enter `qemu-system-x86_64 -m 1536 -display vnc=:05 -k de -cdrom openSUSE-Leap-15.3-GNOME-Live-x86_64-Media.iso` in first terminal
-2. Enter `gvncviewer localhost:05` in second terminal"""
-additional = """Final output of `git bisect`:
-```
-385ac97f8fad0e6980c5dfea71132d5ecfb16608 is the first bad commit
-commit 385ac97f8fad0e6980c5dfea71132d5ecfb16608
-Author: Marc-André Lureau <marcandre.lureau@redhat.com>
-Date:   Tue Jan 17 15:24:40 2023 +0400
-
-    ui: keep current cursor with QemuConsole
-    
-    Keeping the current cursor around is useful, not only for VNC, but for
-    other displays. Let's move it down, see the following patches for other
-    usages.
-    
-    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
-
- include/ui/console.h | 1 +
- ui/console.c         | 8 ++++++++
- ui/vnc.c             | 7 ++-----
- ui/vnc.h             | 1 -
- 4 files changed, 11 insertions(+), 6 deletions(-)
-```"""