diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/instruction/674740 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/instruction/674740')
| -rw-r--r-- | results/classifier/105/instruction/674740 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/674740 b/results/classifier/105/instruction/674740 new file mode 100644 index 00000000..98352df5 --- /dev/null +++ b/results/classifier/105/instruction/674740 @@ -0,0 +1,35 @@ +instruction: 0.656 +device: 0.573 +graphic: 0.562 +semantic: 0.485 +mistranslation: 0.466 +other: 0.376 +network: 0.376 +socket: 0.215 +vnc: 0.206 +boot: 0.092 +KVM: 0.068 +assembly: 0.059 + +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. + |