Lines Matching full:user
10 devices or the non-privileged user mode network stack), or to other
41 Using the user mode network stack
44 By using the option ``-net user`` (default configuration if no ``-net``
45 option is specified), QEMU uses a completely user mode network stack
61 In order to check that the user mode network is working, you can ping
65 Note that ICMP traffic in general does not work with user mode
76 When using the ``'-netdev user,hostfwd=...'`` option, TCP or UDP
80 Using passt as the user mode network stack
83 passt_ can be used as a simple replacement for SLIRP (``-net user``).
85 better performance than ``-net user``, full IPv6 support and better security
89 (``-netdev stream``) or using the vhost-user interface (``-netdev vhost-user``).
114 Start passt with ``--vhost-user``::
116 passt --vhost-user --socket ~/passt.socket
121 …..] -m $RAMSIZE -chardev socket,id=chr0,path=~/passt.socket -netdev vhost-user,id=netdev0,chardev=…
128 When passt is connected to QEMU using the vhost-user interface it can
145 passt --vhost-user --socket ~/passt_src.socket --repair-path ~/passt-repair_src.socket
158 |qemu_system| [...OPTIONS...] [...VHOST USER OPTIONS...] -monitor stdio
162 passt --vhost-user --socket ~/passt_dst.socket --repair-path ~/passt-repair_dst.socket
171 |qemu_system| [...OPTIONS...] [...VHOST USER OPTIONS...] -incoming tcp:localhost:4444