summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/device/1581976
blob: 0f6ed4d342800b252af6d647c076731825df1d7b (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.964
vnc: 0.848
socket: 0.837
network: 0.693
graphic: 0.664
other: 0.506
semantic: 0.496
boot: 0.396
files: 0.382
performance: 0.366
debug: 0.325
KVM: 0.310
PID: 0.260
permissions: 0.065

man qemu contains a bug in description of "-virtfs" command line argument

The description of command line argument looks like this:

 -virtfs
       fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]


note, that there is no "id" attribute in the list of parameters.

later on the man there the "id" attribute is documented, as it were present:

           id=id
               Specifies identifier for this device

i think that it was copied from above section (about "-fsdev") without reviewing.

Fixed by the following commit:

https://github.com/qemu/qemu/commit/b44a6b09705e9e8a3005229b58de36d176020548