summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/none/674740
blob: 76b18b1d73b83e5bf2e7806a04f0803d265ec64f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
device: 0.573
graphic: 0.562
semantic: 0.485
other: 0.376
network: 0.376
PID: 0.256
socket: 0.215
vnc: 0.206
performance: 0.167
permissions: 0.143
debug: 0.116
boot: 0.092
files: 0.074
KVM: 0.068

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.