1 vdeq is an execution shell for qemu.
3 vdeq starts qemu interfacing it to vde by using the -tun-fd option.
5 vdeq can be started in two ways:
9 vdeq -vdesock /tmp/my.ctl qemu-softmmu disk.bin
10 This latter example starts qemu-softmmu with eth0 connected to the vde_switch
11 having /tmp/my.ctl as control socket.
17 starts "qemu image.bin" (connected to the vde switch having the standard
18 control socket /tmp/vde.ctl).
20 when vdeq is invoked as vdexxxx (argv[0] is vdexxxx), it runs xxxx using
21 the current definition of path.
23 Everything runs at user-level, all the executables are not setuid so there are
24 no dangers for system security.