Lines Matching refs:dir

2268     "-spice [port=port][,tls-port=secured-port][,x509-dir=<dir>]\n"
2334 ``x509-dir=<dir>``
2336 $display,x509=$dir
2820 " [,tftp=dir][,tftp-server-name=name][,bootfile=f][,hostfwd=rule][,guestfwd=rule]"
2822 "[,smb=dir[,smbserver=addr]]\n"
3119 ``tftp=dir``
3121 server. The files in dir will be exposed as the root of a TFTP
3145 ``smb=dir[,smbserver=addr]``
3148 ``dir`` transparently. The IP address of the SMB server can be
3162 Then ``dir`` can be accessed in ``\\smbserver\qemu``.
5189 "-run-with [async-teardown=on|off][,chroot=dir][user=username|uid:gid]\n"
5192 " chroot=dir chroot to dir just before starting the VM\n"
5197 ``-run-with [async-teardown=on|off][,chroot=dir][user=username|uid:gid]``
5211 ``chroot=dir`` can be used for doing a chroot to the specified directory
5302 …``-object memory-backend-file,id=id,size=size,mem-path=dir,share=on|off,discard-data=on|off,merge=…
5486 ``-object tls-creds-anon,id=id,endpoint=endpoint,dir=/path/to/cred/dir,verify-peer=on|off``
5497 The dir parameter tells QEMU where to find the credential files.
5506 ``-object tls-creds-psk,id=id,endpoint=endpoint,dir=/path/to/keys/dir[,username=username]``
5516 The dir parameter tells QEMU where to find the keys file. It is
5517 called "dir/keys.psk" and contains "username:key" pairs. This
5521 For server endpoints, dir may also contain a file dh-params.pem
5529 …``-object tls-creds-x509,id=id,endpoint=endpoint,dir=/path/to/cred/dir,priority=priority,verify-pe…
5541 The dir parameter tells QEMU where to find the credential files.