blob: 628632a5fbbe44487ebf6bc4e06a23510964bdac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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.
|