diff options
Diffstat (limited to 'results/classifier/118/vnc/1988')
| -rw-r--r-- | results/classifier/118/vnc/1988 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/results/classifier/118/vnc/1988 b/results/classifier/118/vnc/1988 new file mode 100644 index 00000000..4bcb6b99 --- /dev/null +++ b/results/classifier/118/vnc/1988 @@ -0,0 +1,56 @@ +x86: 0.948 +vnc: 0.920 +graphic: 0.901 +network: 0.837 +device: 0.829 +VMM: 0.821 +mistranslation: 0.757 +PID: 0.740 +semantic: 0.714 +files: 0.687 +TCG: 0.686 +ppc: 0.678 +debug: 0.654 +risc-v: 0.636 +virtual: 0.601 +kernel: 0.595 +socket: 0.585 +architecture: 0.578 +i386: 0.548 +arm: 0.536 +register: 0.532 +performance: 0.479 +boot: 0.435 +permissions: 0.433 +peripherals: 0.376 +user-level: 0.328 +hypervisor: 0.308 +assembly: 0.200 +KVM: 0.165 + +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(-) +``` |