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/691 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/691')
| -rw-r--r-- | results/classifier/118/graphic/691 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/691 b/results/classifier/118/graphic/691 new file mode 100644 index 00000000..5b929c20 --- /dev/null +++ b/results/classifier/118/graphic/691 @@ -0,0 +1,36 @@ +graphic: 0.964 +device: 0.827 +network: 0.778 +vnc: 0.575 +semantic: 0.525 +register: 0.487 +architecture: 0.455 +performance: 0.446 +files: 0.429 +debug: 0.419 +peripherals: 0.341 +permissions: 0.298 +socket: 0.285 +boot: 0.239 +hypervisor: 0.231 +arm: 0.227 +mistranslation: 0.193 +PID: 0.186 +risc-v: 0.184 +kernel: 0.166 +virtual: 0.165 +user-level: 0.159 +i386: 0.133 +TCG: 0.128 +VMM: 0.124 +ppc: 0.109 +x86: 0.094 +assembly: 0.040 +KVM: 0.016 + +`-nic model=help` on qemu-system-riscv64 doesn't output supported models +Description of problem: +`-nic model=help` doesn't list out the supported NIC models and instead launches QEMU with warnings. + +Steps to reproduce: +1. run `qemu-system-riscv64 -machine virt -nic model=help` |