From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../host_missing/accel_missing/1988.toml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/1988.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1988.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1988.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1988.toml new file mode 100644 index 000000000..727ecb66e --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1988.toml @@ -0,0 +1,34 @@ +id = 1988 +title = "8.2.0rc0 Regression: '-display vnc' opens gtk display as well" +state = "closed" +created_at = "2023-11-20T14:19:26.350Z" +closed_at = "2023-11-21T15:12:23.627Z" +labels = ["GUI", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1988" +host-os = "Operating system: Linux" +host-arch = "x86_64" +qemu-version = "QEMU emulator version 8.1.50 - git bisect identifies 484629fc8141eaa257f961b5e5e310a1bbd0f1a2 as the first bad commit" +guest-os = "n/a" +guest-arch = "n/a" +description = """A VNC display is requested, but a GTK frontend is opened as well. A VNC client is able to connect.""" +reproduce = """1. /configure --enable-fdt=internal --target-list=x86_64-softmmu +2. make +3. build/qemu-system-x86_64 -display vnc=:05 -k de""" +additional = """git bisect finally shows +``` +484629fc8141eaa257f961b5e5e310a1bbd0f1a2 is the first bad commit +commit 484629fc8141eaa257f961b5e5e310a1bbd0f1a2 +Author: Marc-André Lureau +Date: Wed Oct 25 17:21:17 2023 +0400 + + vl: simplify display_remote logic + + Bump the display_remote variable when the -vnc option is parsed, just + like -spice. + + Signed-off-by: Marc-André Lureau + Reviewed-by: Thomas Huth + + system/vl.c | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) +```""" -- cgit 1.4.1