Lines Matching full:socket
12 socket host network backend).
96 connected to QEMU either by using a socket (``-netdev stream``) or by using
113 By default, passt will be started in the socket-based mode.
147 To use socket based passt interface:
152 passt --socket ~/passt.socket
154 …``--socket`` is not provided, passt will print the path of the UNIX domain socket QEMU can connect…
158 …net-pci,netdev=netdev0 -netdev stream,id=netdev0,server=off,addr.type=unix,addr.path=~/passt.socket
160 Where ``~/passt.socket`` is the UNIX socket created by passt to
168 passt --vhost-user --socket ~/passt.socket
173 …|qemu_system| [...OPTIONS...] -m $RAMSIZE -chardev socket,id=chr0,path=~/passt.socket -netdev vhos…
184 load the TCP connections state, using the TCP_REPAIR socket option.
197 passt --vhost-user --socket ~/passt_src.socket --repair-path ~/passt-repair_src.socket
199 Where ``~/passt-repair_src.socket`` is the UNIX socket created by passt to
200 communicate with passt-repair. The default value is the ``--socket`` path
205 passt-repair ~/passt-repair_src.socket
214 passt --vhost-user --socket ~/passt_dst.socket --repair-path ~/passt-repair_dst.socket
218 passt-repair ~/passt-repair_dst.socket
248 Using the ``-netdev socket`` (or ``-nic socket`` or ``-net socket``)
250 QEMU instances. See the description of the ``-netdev socket`` option in