diff options
Diffstat (limited to 'results/classifier/118/graphic/1191457')
| -rw-r--r-- | results/classifier/118/graphic/1191457 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1191457 b/results/classifier/118/graphic/1191457 new file mode 100644 index 000000000..120a53804 --- /dev/null +++ b/results/classifier/118/graphic/1191457 @@ -0,0 +1,36 @@ +graphic: 0.984 +device: 0.910 +architecture: 0.907 +kernel: 0.887 +socket: 0.877 +network: 0.876 +permissions: 0.874 +VMM: 0.869 +vnc: 0.856 +ppc: 0.854 +assembly: 0.850 +register: 0.848 +KVM: 0.825 +files: 0.818 +arm: 0.811 +risc-v: 0.797 +TCG: 0.738 +PID: 0.735 +boot: 0.718 +debug: 0.682 +i386: 0.658 +performance: 0.581 +hypervisor: 0.575 +mistranslation: 0.575 +semantic: 0.572 +x86: 0.559 +peripherals: 0.501 +virtual: 0.303 +user-level: 0.288 + +broken build without sdl + +vl.c fails to build if not using sdl since no_frame variable is only defined if CONFIG_SDL, while QEMU_OPTION_no_frame tries to set it without ifdef + +the bug was fixed in a1077090cea97df26a754d16d7c9e1d410d81eaa + |