diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1988 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1988')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/1988 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1988 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1988 deleted file mode 100644 index 5fdac05f5..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1988 +++ /dev/null @@ -1,26 +0,0 @@ -8.2.0rc0 Regression: '-display vnc' opens gtk display as well -Description of problem: -A VNC display is requested, but a GTK frontend is opened as well. A VNC client is able to connect. -Steps to 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 information: -git bisect finally shows -``` -484629fc8141eaa257f961b5e5e310a1bbd0f1a2 is the first bad commit -commit 484629fc8141eaa257f961b5e5e310a1bbd0f1a2 -Author: Marc-André Lureau <marcandre.lureau@redhat.com> -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 <marcandre.lureau@redhat.com> - Reviewed-by: Thomas Huth <thuth@redhat.com> - - system/vl.c | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) -``` |