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/none/674740 | |
| 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/none/674740')
| -rw-r--r-- | results/classifier/118/none/674740 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/results/classifier/118/none/674740 b/results/classifier/118/none/674740 new file mode 100644 index 00000000..b6ceec2f --- /dev/null +++ b/results/classifier/118/none/674740 @@ -0,0 +1,52 @@ +device: 0.573 +graphic: 0.562 +semantic: 0.485 +mistranslation: 0.466 +network: 0.376 +virtual: 0.373 +user-level: 0.299 +PID: 0.256 +i386: 0.217 +socket: 0.215 +vnc: 0.206 +ppc: 0.206 +x86: 0.190 +hypervisor: 0.189 +architecture: 0.168 +performance: 0.167 +arm: 0.160 +permissions: 0.143 +risc-v: 0.126 +register: 0.119 +kernel: 0.119 +debug: 0.116 +peripherals: 0.093 +boot: 0.092 +VMM: 0.092 +files: 0.074 +KVM: 0.068 +assembly: 0.059 +TCG: 0.049 + +qemu segfaults when security_model=none using virtio-9p-pci driver + +qemu version: 0.13 +commit-id: 6ed912999d6ef636a5be5ccb266d7d3c0f0310b4 + +example invocation: +$ qemu -virtfs local,path=/tmp,security_model=none,mount_tag=mmm r.img +one of the following must be specified as thesecurity option: + security_model=passthrough + security_model=mapped +Segmentation fault + +Patch is attached. Also attached is a patch that addes the space between 'the' and 'security' in 'thesecurity'. + +Does not affect trunk. + + + +Add the space in 'thesecurity'. + +Current QEMU 2.7 does not segfault here anymore, and the "thesecurity" problem is also not available in the sources anymore ==> I think this can be closed nowadays. + |