diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/graphic/2818 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/2818')
| -rw-r--r-- | results/classifier/118/graphic/2818 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/2818 b/results/classifier/118/graphic/2818 new file mode 100644 index 000000000..2386df718 --- /dev/null +++ b/results/classifier/118/graphic/2818 @@ -0,0 +1,37 @@ +graphic: 0.883 +performance: 0.866 +device: 0.848 +network: 0.789 +semantic: 0.788 +debug: 0.761 +architecture: 0.710 +kernel: 0.629 +socket: 0.629 +PID: 0.612 +peripherals: 0.608 +vnc: 0.601 +files: 0.590 +TCG: 0.558 +arm: 0.557 +i386: 0.553 +boot: 0.552 +user-level: 0.526 +ppc: 0.522 +VMM: 0.519 +risc-v: 0.482 +register: 0.453 +x86: 0.437 +mistranslation: 0.411 +hypervisor: 0.381 +virtual: 0.299 +KVM: 0.273 +assembly: 0.251 +permissions: 0.209 + +Passing `-M microvm` and `-smbios type=11...` results in smbios args being silently dropped +Description of problem: +(reporting as requested by `danpb` on IRC) + +Using the `-machine microvm` flag with the `smbios type=11...` argument results in the smbios options being silently discarded, because the microvm target doesn't seem to support the smbios feature. + +danpb on IRC suggested that passing those two incompatible flags should result in an error. |