|
NAMEvdeq - Virtual Distributed Ethernet wrapper for QEMU virtual machinesSYNOPSISvdeq qemu [ -sock socketpath [ ,socketpath [ ,... ] ] ] [ qemu_args ]vde{qemu_name} [ -sock socketpath [ ,socketpath [ ,... ] ] ] [ qemu_args ] DESCRIPTIONvdeq is a wrapper to start a QEMU virtual machine connected to a VDE network. It uses the qemu -tun-fd parameter to set up the connection with a vde_switch.The command vdeq qemu -b c -hda=sampledisk It is also possible to create symbolic links to the vdeq executable to have a simpler command. If the link has a name that begins with vde the remaning part of the name is taken as the qemu command. For example if vdeq is linked to vdeqemu: vdeqemu -b c -hda=sampledisk vdeq qemu -sock /tmp/vde.ctl,/tmp/my.ctl -b c -hda=sampledisk vdeqemu -sock /tmp/vde.ctl,/tmp/my.ctl -b c -hda=sampledisk OPTIONS
SEE ALSOvde_switch(1), vde_plug(1), dpipe(1).AUTHORVDE is a project by Renzo Davoli <renzo@cs.unibo.it>
Visit the GSP FreeBSD Man Page Interface. |